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 (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
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 (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
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"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);