Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-10 01:25:40 +00:00

View File

@@ -29,10 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Pablo's Barbershop"
button={{ text: "Book Now", href: "#contact" }}