Update src/app/services/page.tsx

This commit is contained in:
2026-05-30 05:37:19 +00:00
parent 5563601943
commit 47d46a5211

View File

@@ -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" }}
/>
</div>