diff --git a/src/app/page.tsx b/src/app/page.tsx index 79500b8..0449e9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { tag="Trusted San Diego Roofing Experts" buttons={[ { - text: "Claim Your Free Roof Assessment", href: "#contact"}, + text: "Book Your Free Inspection Now", href: "#contact"}, ]} mediaItems={[ { @@ -99,10 +99,6 @@ export default function LandingPage() { ]} title="The Benefits of Rejuvenation" description="Professional care that preserves your roof and your budget." - buttons={[ - { - text: "Get Started Today", href: "#contact"} - ]} /> @@ -205,4 +201,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}