From 5563601943cdf791a9baecfba185f3b3247aca38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:37:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a30947..ec2304d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,11 +38,12 @@ export default function LandingPage() { { name: "Services", id: "/services" }, { name: "Portfolio", id: "/#portfolio" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact Us", id: "/contact" } // Added + { 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: "/contact" }} // Updated href + button={{ text: "Contact Us", href: "/contact" }} /> @@ -54,7 +55,7 @@ export default function LandingPage() { description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality." buttons={[ { - text: "Get a Free Consultation", href: "/contact"}, // Changed to /contact + text: "Get a Free Consultation", href: "/contact"}, { text: "View Our Portfolio", href: "/#portfolio"}, ]}