Update src/app/page.tsx

This commit is contained in:
2026-04-02 15:16:07 +00:00
parent 16b8ca0900
commit 91bcd2299d

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "Benefits", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", href: "/contact" },
{ name: "Contact", id: "contact" },
]}
brandName="LocalWebBuilder"
/>
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}