feat: add Divider section — Klarheit → Fokus → Entlastung

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 20:53:00 +00:00
parent 45644f78df
commit b448f934a5
4 changed files with 65 additions and 0 deletions
+2
View File
@@ -1,9 +1,11 @@
import { Hero } from "./components/Hero";
import { Divider } from "./components/Divider";
export default function Home() {
return (
<main className="flex flex-col flex-1">
<Hero />
<Divider />
</main>
);
}