Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-11 08:21:08 +00:00

View File

@@ -29,18 +29,16 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Detailing Hub"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An63dDsIAv121I2mre5nEJ942v/uploaded-1773217160543-9vr8hdar.png"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An63dDsIAv121I2mre5nEJ942v/uploaded-1773217160543-9vr8hdar.png"
links={[
{ label: "Services", href: "services" },
{ label: "About", href: "about" },
{ label: "Testimonials", href: "testimonials" },
{ label: "Contact", href: "contact" }
]}
button={{
text: "Book Appointment", href: "contact"
}}
animateOnLoad={true}
/>
</div>