Update src/app/page.tsx

This commit is contained in:
2026-05-04 10:39:52 +00:00
parent 0c1d3550fd
commit 2ddf8aa160

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "About", id: "/about" },
{ name: "Products", id: "/#products" },
{ name: "Products", id: "/products" },
{ name: "Services", id: "/#services" },
{ name: "Contact", id: "/#contact" },
]}
@@ -82,7 +82,7 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{ title: "Services", items: [{ label: "Roofing", href: "/#services" }, { label: "Siding", href: "/#services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/#contact" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Products", href: "/products" }, { label: "Contact", href: "/#contact" }] },
]}
logoText="Manufacturers Roofing & Siding"
/>