diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2057a01..267f2c7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,8 +29,7 @@ export default function ContactPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/#portfolio" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact Us", id: "/contact" }, - { name: "Call Us", id: "tel:630-661-6168" } + { name: "Contact Us", id: "/contact" } ]} brandName="Lombard Landscaping by Morris LDC" button={{ text: "Contact Us", href: "/contact" }}