diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd217b8..4296efb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7968f9c..abc0a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Heart, Zap, Mail } from "lucide-react"; export default function LandingPage() { @@ -73,7 +73,7 @@ export default function LandingPage() { { type: "text", content: "Partner auf Ihrem Weg zur Gesundheit." }, ]} buttons={[ - { text: "Unser Team kennenlernen", href: "team" }, + { text: "Unser Team kennenlernen", href: "#team" }, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -224,7 +224,7 @@ export default function LandingPage() {