From 7db28fc3302980060c8c53c2bc81b07aeeb23d74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 21:34:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 +++++++++++++---------------------------------- 1 file changed, 44 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7efc05c..e6390c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,31 +18,28 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -92,34 +73,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Starte mit einer Idee", - tags: [ - "Marktlücken finden", - "Probleme erkennen", - ], - imageSrc: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg", + id: "s1", title: "Starte mit einer Idee", tags: ["Marktlücken finden", "Probleme erkennen"], + imageSrc: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg" }, { - id: "s2", - title: "Lerne ein gefragtes Skill", - tags: [ - "Marketing", - "Verkauf", - "Programmieren", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg", + id: "s2", title: "Lerne ein gefragtes Skill", tags: ["Marketing", "Verkauf", "Programmieren"], + imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg" }, { - id: "s3", - title: "Starte klein", - tags: [ - "0€ Startkapital", - "MVP", - "Einfachheit", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-with-flowing-particles_1048-13794.jpg", - }, + id: "s3", title: "Starte klein", tags: ["0€ Startkapital", "MVP", "Einfachheit"], + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-with-flowing-particles_1048-13794.jpg" + } ]} title="Der Weg — Fünf Schritte, eine Richtung" description="Jeder erfolgreiche Aufbau folgt einem bewährten System. Bleib diszipliniert und folge dem Plan." @@ -128,26 +92,18 @@ export default function LandingPage() {