diff --git a/src/app/page.tsx b/src/app/page.tsx index 04b4b4f..72f0b56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,11 +153,7 @@ export default function LandingPage() { logoText="C&N Plumbing" columns={[ { - title: "Quick Links", items: [ - { - label: "Services", href: "#services"}, - { - label: "Reviews", href: "#testimonials"}, + title: "Contact Us", items: [ { label: "Contact", href: "#contact"}, ],