From f266e632005999169c1e13518d85fa92da1a7118 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:16:27 +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 ea35390..9f74acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Professional, reliable service for your home. We provide quality solutions with a 100% satisfaction guarantee." tag="Trusted Local Experts" buttons={[ - { text: "Get Your Quote", href: "#contact" }, + { text: "Book Your Free Quote", href: "#contact" }, { text: "Our Services", href: "#features" }, ]} mediaItems={[ @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1