From 6fadf473074d22926c5324c90e9a13c39f40ff00 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 11:01:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7749b3f..e54bd06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Home, Phone } from "lucide-react"; +import { Home, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" }, { text: "Call Now: (623) 888-4631", href: "tel:+16238884631" }, ]} - description="From leaky faucets to full remodels — we deliver honest work, fair prices, and a spotless finish across Phoenix, AZ and the surrounding Valley." + description="From leaky faucets to full remodels — we deliver honest work, fair prices, and a spotless finish across Phoenix, Arizona and the surrounding Valley. Serving the community from our base in Phoenix, AZ." testimonials={[ { name: "Teresa R.", handle: "Phoenix, AZ", testimonial: "Desert Oasis showed up within the hour and had our burst pipe fixed before dinner.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/headshot-of-a-happy-customer-warm-lighti-1775645682404-0189600a.png?_wi=1" }, { name: "David M.", handle: "Mesa, AZ", testimonial: "Jorge and his team replaced our entire water line in one day. Highly recommend.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/headshot-of-a-satisfied-customer-soft-li-1775645682730-c2b147fd.png?_wi=1" }, @@ -101,7 +101,7 @@ export default function LandingPage() { @@ -148,7 +148,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1