2 Commits

Author SHA1 Message Date
44d0202aa7 Update src/app/page.tsx 2026-05-26 01:48:57 +00:00
6ad89f5a33 Merge version_1 into main
Merge version_1 into main
2026-05-26 01:43:54 +00:00

View File

@@ -30,18 +30,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <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" brandName="Good Day Plumbing | (801) 555-1234"
button={{ button={{
text: "Book Service", href: "#contact-final"}} text: "Book Service", href: "#contact-final"}}