From 498aafdfb6b7f971ae882b816910f9220fa33bd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:30:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfe933c..cc2dbd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,11 +179,11 @@ export default function LandingPage() { background={{ variant: "radial-gradient"}} tag="Ready when you are" - title="Protect your home with a roof that looks better and performs better." - description="Whether you need an inspection, a fast repair, or a full replacement, Results Roofing is positioned here as the premium choice that still feels approachable." + title="Get Your Free Roofing Estimate" + description="Need an inspection, repair, or full roof replacement? Tell us what is going on and our team will reach out to schedule your free estimate." buttons={[ { - text: "Get a Free Estimate", href: "#quote"}, + text: "Request Free Estimate", href: "#quote"}, { text: "Call Results Roofing", href: "tel:+12145550199"}, ]} -- 2.49.1