2 Commits

Author SHA1 Message Date
6fadf47307 Update src/app/page.tsx 2026-04-08 11:01:37 +00:00
0648385d9d Merge version_6 into main
Merge version_6 into main
2026-04-08 11:00:22 +00:00

View File

@@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Home, Phone } from "lucide-react"; import { Home, Phone, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Get a Free Quote", href: "#contact" }, { text: "Get a Free Quote", href: "#contact" },
{ text: "Call Now: (623) 888-4631", href: "tel:+16238884631" }, { 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={[ 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: "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" }, { 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() {
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="The Honest Choice" title="The Honest Choice"
description="We pride ourselves on upfront pricing, licensed service, and respecting your home environment. With 15+ years of experience, you're in good hands." description="We pride ourselves on upfront pricing, licensed service, and respecting your home environment. Based in Phoenix, Arizona, we've served the Valley for 15+ years."
tag="About Us" tag="About Us"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-with-plumbing--1775645681257-48a3f382.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-with-plumbing--1775645681257-48a3f382.png"
/> />
@@ -148,7 +148,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
text="Let's Fix It Together. We're available 24/7 for emergency service and 8AM-6PM for non-urgent inquiries. We'll get back to you within one hour during business hours." text="Located in Phoenix, Arizona. Reach us at +1 (623) 888-4631. We're available 24/7 for emergency service and 8AM-6PM for non-urgent inquiries. We'll get back to you within one hour during business hours."
buttons={[ buttons={[
{ text: "Call Now: (623) 888-4631", href: "tel:+16238884631" }, { text: "Call Now: (623) 888-4631", href: "tel:+16238884631" },
]} ]}
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }