From 93cced08721daa374eea27911dd1e2a9f17d7753 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:08:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 131 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9066700..8fef543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { @@ -26,24 +26,16 @@ export default function LandingPage() { > @@ -195,38 +143,25 @@ export default function LandingPage() { logoText="Familie Meier" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Start", - href: "#hero", - }, + label: "Start", href: "#hero"}, { - label: "Urlaube", - href: "#urlaube", - }, + label: "Urlaube", href: "#urlaube"}, ], }, { - title: "Galerie", - items: [ + title: "Galerie", items: [ { - label: "Alle Fotos", - href: "#galerie", - }, + label: "Alle Fotos", href: "#galerie"}, { - label: "Videos", - href: "#galerie", - }, + label: "Videos", href: "#galerie"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]} -- 2.49.1