From 2ac77ef895368195b5e5c28207c3f5149acae9d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:39:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21b5e6b..4b38a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,8 @@ export default function LandingPage() { { name: "Services", id: "#services" }, { name: "Why Us", id: "#why-us" }, { name: "Reviews", id: "#reviews" }, - { name: "Get Quote", id: "#contact" }, + { name: "Our Work", id: "#projects" }, + { name: "Contact", id: "#contact" }, ]} brandName="Monkey Paw Construction" /> @@ -40,10 +41,10 @@ export default function LandingPage() { @@ -62,12 +63,12 @@ export default function LandingPage() { { id: "5", name: "Kevin B.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg" } ]} kpiItems={[ - { value: "4.8/5", label: "Customer Rating" }, - { value: "50+", label: "Satisfied Customers" }, - { value: "100%", label: "Quality Commitment" }, + { value: "4.9/5", label: "Facebook Rating" }, + { value: "100+", label: "Project Photos" }, + { value: "Local", label: "Expertise" }, ]} title="Trusted by Homeowners Across Davison" - description="Don't just take our word for it. See why we're the go-to crew for local home improvements." + description="We've built our reputation on quality craftsmanship and clear communication, as highlighted by our happy customers on social media." /> @@ -109,7 +110,7 @@ export default function LandingPage() { -- 2.49.1