diff --git a/src/app/page.tsx b/src/app/page.tsx index d34ec2f..5089fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Droplets, Home, Pipe, Thermometer, Wrench, Zap } from 'lucide-react'; +import { Droplets, Home, Settings, Thermometer, Wrench, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -97,7 +97,7 @@ export default function LandingPage() { title: "Fixture Installation", description: "Professional installation of faucets, toilets, sinks, and plumbing fixtures." }, { - icon: Pipe, + icon: Settings, title: "Sewer Line Service", description: "Sewer line cleaning, repair, and replacement with latest technology." } ]} @@ -129,22 +129,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "John Martinez", handle: "Visalia, CA", testimonial: "They came out same day for an emergency leak. Professional, friendly, and fixed it right. Fair pricing too—no hidden charges. Will definitely call again!", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez" + id: "1", name: "John Martinez", handle: "Visalia, CA", testimonial: "They came out same day for an emergency leak. Professional, friendly, and fixed it right. Fair pricing too—no hidden charges. Will definitely call again!", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" }, { - id: "2", name: "Sarah Thompson", handle: "Exeter, CA", testimonial: "Outstanding service. They replaced our water heater and did it efficiently. These guys really care about their work and treating customers right.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Thompson" + id: "2", name: "Sarah Thompson", handle: "Exeter, CA", testimonial: "Outstanding service. They replaced our water heater and did it efficiently. These guys really care about their work and treating customers right.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Thompson" }, { - id: "3", name: "Michael Chen", handle: "Porterville, CA", testimonial: "Family-owned service that actually feels like it. Fast response, no BS, fair estimate upfront. Highly recommend to anyone needing a plumber you can trust.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + id: "3", name: "Michael Chen", handle: "Porterville, CA", testimonial: "Family-owned service that actually feels like it. Fast response, no BS, fair estimate upfront. Highly recommend to anyone needing a plumber you can trust.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { - id: "4", name: "Linda Rodriguez", handle: "Visalia, CA", testimonial: "Been using All Flow for years. Reliable, professional, and honest. They treat my home like it's their own. Can't ask for better service.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Linda Rodriguez" + id: "4", name: "Linda Rodriguez", handle: "Visalia, CA", testimonial: "Been using All Flow for years. Reliable, professional, and honest. They treat my home like it's their own. Can't ask for better service.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Linda Rodriguez" }, { - id: "5", name: "David Park", handle: "Exeter, CA", testimonial: "Emergency call on a Saturday—they showed up fast, diagnosed the problem clearly, and fixed it right. Really impressed with their knowledge and work ethic.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park" + id: "5", name: "David Park", handle: "Exeter, CA", testimonial: "Emergency call on a Saturday—they showed up fast, diagnosed the problem clearly, and fixed it right. Really impressed with their knowledge and work ethic.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" }, { - id: "6", name: "Angela White", handle: "Porterville, CA", testimonial: "Professional from start to finish. They explained everything, did quality work, and charged a fair price. This is the plumber I've been looking for!", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Angela White" + id: "6", name: "Angela White", handle: "Porterville, CA", testimonial: "Professional from start to finish. They explained everything, did quality work, and charged a fair price. This is the plumber I've been looking for!", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Angela White" } ]} animationType="slide-up"