diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b5824..25541b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" + }, ]} /> @@ -182,32 +190,26 @@ export default function HomePage() { data-section="testimonials" className="py-20 bg-gradient-to-r from-green-50 to-white" > - @@ -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" }, ], diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index f6eb651..cfe713b 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -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" />
-