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