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