Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 16:40:00 +00:00
2 changed files with 41 additions and 43 deletions

View File

@@ -8,10 +8,10 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { AlertCircle, CheckCircle, Shield, MapPin, Clock, Zap, Quote } from "lucide-react";
import { AlertCircle, CheckCircle, Shield, MapPin, Clock, Zap, Star } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -41,7 +41,8 @@ export default function HomePage() {
brandName="Irvine Plumbing & Drain"
navItems={navItems}
button={{
text: "Call Now", href: "tel:(949)850-4471"}}
text: "Call Now", href: "tel:(949)850-4471"
}}
className="sticky top-0 z-50"
/>
</div>
@@ -88,7 +89,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Irvine", "Tustin", "Newport Beach", "Costa Mesa", "Lake Forest", "Mission Viejo"]}
"Irvine", "Tustin", "Newport Beach", "Costa Mesa", "Lake Forest", "Mission Viejo"
]}
speed={40}
showCard={true}
/>
@@ -109,22 +111,28 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Drainage", title: "Drain Cleaning", subtitle: "Clear clogs fast", description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "drain cleaning professional plumber unclogging"},
tag: "Drainage", title: "Drain Cleaning", subtitle: "Clear clogs fast", description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "drain cleaning professional plumber unclogging"
},
{
id: 2,
tag: "Water Systems", title: "Water Heater Repair", subtitle: "Hot water restored", description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1", imageAlt: "water heater repair technician installation"},
tag: "Water Systems", title: "Water Heater Repair", subtitle: "Hot water restored", description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1", imageAlt: "water heater repair technician installation"
},
{
id: 3,
tag: "Emergency", title: "Leak Detection", subtitle: "Find hidden problems", description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.", imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=1", imageAlt: "leak detection plumber finding water damage"},
tag: "Emergency", title: "Leak Detection", subtitle: "Find hidden problems", description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.", imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=1", imageAlt: "leak detection plumber finding water damage"
},
{
id: 4,
tag: "Fixtures", title: "Faucet & Fixture Repair", subtitle: "Fixtures working again", description: "Leaking faucets, loose handles, or broken fixtures? We repair or replace quickly and cleanly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-coffee-cup-reading-newspaper_1170-392.jpg", imageAlt: "plumber fixing leaking kitchen faucet"},
tag: "Fixtures", title: "Faucet & Fixture Repair", subtitle: "Fixtures working again", description: "Leaking faucets, loose handles, or broken fixtures? We repair or replace quickly and cleanly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-coffee-cup-reading-newspaper_1170-392.jpg", imageAlt: "plumber fixing leaking kitchen faucet"
},
{
id: 5,
tag: "Pipes", title: "Pipe Repair", subtitle: "Structural pipe solutions", description: "Corroded, cracked, or burst pipes? We handle repairs and replacements with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "plumber repairing burst pipe copper"},
tag: "Pipes", title: "Pipe Repair", subtitle: "Structural pipe solutions", description: "Corroded, cracked, or burst pipes? We handle repairs and replacements with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "plumber repairing burst pipe copper"
},
{
id: 6,
tag: "Emergency", title: "Emergency Plumbing", subtitle: "Available 24/7", description: "Midnight emergency? We're here. Burst pipes, major leaks, or overflowing toilets—call us anytime.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-polo-shirt-safety-helmet-standing-with-smartphone-showing-direction-with-hands-with-serious-face-isolated-pink-wall_141793-15351.jpg", imageAlt: "emergency plumber responding to burst pipe"},
tag: "Emergency", title: "Emergency Plumbing", subtitle: "Available 24/7", description: "Midnight emergency? We're here. Burst pipes, major leaks, or overflowing toilets—call us anytime.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-polo-shirt-safety-helmet-standing-with-smartphone-showing-direction-with-hands-with-serious-face-isolated-pink-wall_141793-15351.jpg", imageAlt: "emergency plumber responding to burst pipe"
},
]}
/>
</div>
@@ -182,32 +190,26 @@ export default function HomePage() {
data-section="testimonials"
className="py-20 bg-gradient-to-r from-green-50 to-white"
>
<TestimonialCardSixteen
<TestimonialCardThirteen
title="What Our Customers Say"
description="Real reviews from satisfied homeowners in Orange County"
tag="Customer Testimonials"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Irvine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=1", imageAlt: "happy homeowner smiling portrait professional"},
id: "1", name: "Laci Gauge", handle: "Water Heater Repair", testimonial: "Professional and efficient service. Fixed my water heater quickly and saved us from a costly replacement.", rating: 5,
},
{
id: "2", name: "Michael Rodriguez", role: "Homeowner", company: "Costa Mesa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=1", imageAlt: "man smiling satisfied customer portrait"},
id: "2", name: "Jameson Kasen", handle: "Faucet Repair", testimonial: "Excellent work on our kitchen faucet. The technician was courteous and fixed it faster than expected.", rating: 5,
},
{
id: "3", name: "Jennifer Lee", role: "Homeowner", company: "Newport Beach", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=1", imageAlt: "woman portrait smiling customer testimonial"},
{
id: "4", name: "David Martinez", role: "Homeowner", company: "Lake Forest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=1", imageAlt: "man satisfied customer smiling testimonial"},
]}
kpiItems={[
{ value: "34+", label: "Google Reviews" },
{ value: "5.0★", label: "Average Rating" },
{ value: "1000+", label: "Homes Served" },
id: "3", name: "Elijah Banks", handle: "Drain Cleaning", testimonial: "Outstanding drain cleaning service! Cleared a stubborn clog that other companies couldn't handle.", rating: 5,
},
]}
carouselMode="buttons"
/>
</div>
@@ -261,7 +263,8 @@ export default function HomePage() {
title: "Contact", items: [
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
{
label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612"},
label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612"
},
{ label: "Open 24/7", href: "#" },
{ label: "Request Service", href: "/contact" },
],

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
@@ -35,38 +35,33 @@ export default function ReviewsPage() {
brandName="Irvine Plumbing & Drain"
navItems={navItems}
button={{
text: "Call Now", href: "tel:(949)850-4471"}}
text: "Call Now", href: "tel:(949)850-4471"
}}
className="sticky top-0 z-50"
/>
</div>
<div id="testimonials" data-section="testimonials" className="py-20 bg-gradient-to-r from-green-50 to-white">
<TestimonialCardSixteen
<TestimonialCardThirteen
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Irvine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=2", imageAlt: "happy homeowner smiling portrait professional"},
id: "1", name: "Laci Gauge", handle: "Water Heater Repair", testimonial: "Professional and efficient service. Fixed my water heater quickly and saved us from a costly replacement.", rating: 5,
},
{
id: "2", name: "Michael Rodriguez", role: "Homeowner", company: "Costa Mesa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=2", imageAlt: "man smiling satisfied customer portrait"},
id: "2", name: "Jameson Kasen", handle: "Faucet Repair", testimonial: "Excellent work on our kitchen faucet. The technician was courteous and fixed it faster than expected.", rating: 5,
},
{
id: "3", name: "Jennifer Lee", role: "Homeowner", company: "Newport Beach", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=2", imageAlt: "woman portrait smiling customer testimonial"},
{
id: "4", name: "David Martinez", role: "Homeowner", company: "Lake Forest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=2", imageAlt: "man satisfied customer smiling testimonial"},
]}
kpiItems={[
{ value: "34+", label: "Google Reviews" },
{ value: "5.0★", label: "Average Rating" },
{ value: "1000+", label: "Homes Served" },
id: "3", name: "Elijah Banks", handle: "Drain Cleaning", testimonial: "Outstanding drain cleaning service! Cleared a stubborn clog that other companies couldn't handle.", rating: 5,
},
]}
showRating={true}
animationType="slide-up"
title="What Our Customers Say"
description="Real reviews from satisfied homeowners in Orange County"
tag="Customer Testimonials"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>