From 2413fe95fee129856936e40b33cd1f228fc037ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:30:51 +0000 Subject: [PATCH 1/3] Update src/app/fahrlehrer/page.tsx --- src/app/fahrlehrer/page.tsx | 186 ++++++++++++------------------------ 1 file changed, 62 insertions(+), 124 deletions(-) diff --git a/src/app/fahrlehrer/page.tsx b/src/app/fahrlehrer/page.tsx index e34752e..6225ef3 100644 --- a/src/app/fahrlehrer/page.tsx +++ b/src/app/fahrlehrer/page.tsx @@ -8,140 +8,78 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import { ShieldCheck, ThumbsUp } from "lucide-react"; -export default function LandingPage() { +export default function FahrlehrerPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From d8dc92f96ba66957a0a133706e780ad39dc58988 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:30:52 +0000 Subject: [PATCH 2/3] Update src/app/kurse/page.tsx --- src/app/kurse/page.tsx | 162 ++++++++++++++--------------------------- 1 file changed, 56 insertions(+), 106 deletions(-) diff --git a/src/app/kurse/page.tsx b/src/app/kurse/page.tsx index 958371a..96d9d90 100644 --- a/src/app/kurse/page.tsx +++ b/src/app/kurse/page.tsx @@ -8,122 +8,72 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { MessageCircle } from "lucide-react"; -export default function LandingPage() { +export default function KursePage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 8675575666a8bfe5226db088194aac7d6c6ea652 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:30:52 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++++++++++++------------------------------- 1 file changed, 90 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32d7133..937ba0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,198 +17,104 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1