Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user