From 47d46a5211faba14b34031291637a43fca46aeb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:37:19 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 102f9c4..f64cc05 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -34,10 +34,13 @@ export default function ServicesPage() { name: "Portfolio", id: "/#portfolio"}, { name: "Testimonials", id: "/#testimonials"}, + { + name: "Contact Us", id: "/contact"}, + { name: "Call Us", id: "tel:630-661-6168" } ]} brandName="Lombard Landscaping by Morris LDC" animateOnLoad={true} - button={{ text: "Contact Us", href: "/" }} + button={{ text: "Contact Us", href: "/contact" }} />