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 +}