diff --git a/src/app/page.tsx b/src/app/page.tsx index 25ff05d..7717905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,8 +6,8 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -31,69 +31,49 @@ export default function LandingPage() { >
-
@@ -429,62 +277,37 @@ export default function LandingPage() { logoText="Vanderstraeten Sanitair-Verwarming" columns={[ { - title: "Diensten", - items: [ + title: "Diensten", items: [ { - label: "Sanitair", - href: "#features", - }, + label: "Sanitair", href: "#features"}, { - label: "Verwarming", - href: "#features", - }, + label: "Verwarming", href: "#features"}, { - label: "Airco & Warmtepompen", - href: "#features", - }, + label: "Airco & Warmtepompen", href: "#features"}, { - label: "Onderhoud", - href: "#products", - }, + label: "Onderhoud", href: "#products"}, ], }, { - title: "Bedrijf", - items: [ + title: "Bedrijf", items: [ { - label: "Over Ons", - href: "#about", - }, + label: "Over Ons", href: "#about"}, { - label: "Projecten", - href: "#products", - }, + label: "Projecten", href: "#products"}, { - label: "Getuigenissen", - href: "#testimonials", - }, + label: "Getuigenissen", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Privacybeleid", - href: "#", - }, + label: "Privacybeleid", href: "#"}, { - label: "Algemene Voorwaarden", - href: "#", - }, + label: "Algemene Voorwaarden", href: "#"}, ], }, ]}