diff --git a/src/app/page.tsx b/src/app/page.tsx index 892d7b9..273c2b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -235,7 +235,7 @@ export default function LandingPage() { description="Get a free custom solar quote and discover how much your home could save." buttons={[ { - text: "Get My Free Quote", href: "#quote"}, + text: "Claim My Free Solar Estimate", href: "#quote"}, ]} /> @@ -276,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file