Update src/app/page.tsx

This commit is contained in:
2026-03-06 13:15:53 +00:00
parent 79381af694
commit 59f44d6c2a

View File

@@ -31,7 +31,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "reviews" },
{ name: "Service Area", id: "service-area" }
{ name: "Service Area", id: "service-area" },
{ name: "About", id: "/about" }
]}
button={{ text: "Call Now", href: "tel:+14023831633" }}
animateOnLoad={true}
@@ -206,7 +207,7 @@ export default function LandingPage() {
},
{
title: "Company", items: [
{ label: "About Us", href: "#why-us" },
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "#reviews" },
{ label: "Service Area", href: "#service-area" },
{ label: "Contact", href: "tel:+14023831633" }