Update src/app/page.tsx

This commit is contained in:
2026-05-26 01:56:16 +00:00
parent a5447be79a
commit d183dfada2

View File

@@ -30,9 +30,15 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[]}
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "#reviews" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "#contact-final" }
]}
brandName="Good Day Plumbing | (801) 555-1234"
button={{ text: "Call Now", href: "tel:8015551234" }}
/>
</div>