From 192529a5fff51905278182b08ced5b65dea3f5c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:14:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c990f9..89ea53c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { title="Exceptional Roofs. Exceptional Care." description="At ABCO Roofing, we combine over 25 years of industry experience with a commitment to white-glove service. We don't just protect your home; we enhance its value with durable, beautiful roofing systems built to last." buttons={[ - { text: "View Our Services", href: "#services" } + { text: "Schedule Your Free Inspection", href: "#contact" } ]} bulletPoints={[ { @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1