From 077de8df92bf8ce9c10bde8d020b3dcb7e7a542c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 02:59:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ce0f3d..810b6fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Systems", id: "#products" }, { name: "Reviews", id: "#testimonials" }, ]} - button={{ text: "Request Estimate", href: "#contact" }} + button={{ text: "Call +12486813089", href: "tel:+12486813089" }} brandName="Allens Service" /> @@ -126,7 +126,9 @@ export default function LandingPage() { showRating={true} testimonials={[ { id: "t1", name: "Alexander Thorne", handle: "Luxury Real Estate Developer", testimonial: "Their technical precision is simply unmatched. True perfectionists.", rating: 5 }, - { id: "t2", name: "Eleanor Vance", handle: "Homeowner", testimonial: "Allens Service transformed our climate comfort. Absolutely invisible and perfectly efficient.", rating: 5 } + { id: "t2", name: "Eleanor Vance", handle: "Homeowner", testimonial: "Allens Service transformed our climate comfort. Absolutely invisible and perfectly efficient.", rating: 5 }, + { id: "t3", name: "Patt Hann", handle: "Client", testimonial: "The responsiveness is incredible. They clearly prioritize high standards of care.", rating: 5 }, + { id: "t4", name: "Kailah Schumacher", handle: "Client", testimonial: "Truly remarkable service that understands the nuances of luxury home systems.", rating: 5 } ]} /> @@ -149,7 +151,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1