From fedcbd81c680326f49bf19d748b68e01acb0198b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:06:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03b229c..6af728d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TextAbout from "@/components/sections/about/TextAbout"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { AlertCircle, Wrench, CheckCircle, Shield, Clock, TrendingUp, ListChecks, Phone, Zap, Award } from "lucide-react"; +import { AlertCircle, Wrench, CheckCircle, Shield, Clock, TrendingUp, ListChecks, Phone, Zap, Award, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -153,22 +153,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Exceptional service and professional work", quote: "Westland Plumbing Co provided exceptional service! They were punctual, professional, and very knowledgeable. The plumber quickly identified the issue, explained the solution clearly, and completed the work efficiently. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "Exceptional service and professional work", quote: "⭐⭐⭐⭐⭐ Westland Plumbing Co provided exceptional service! They were punctual, professional, and very knowledgeable. The plumber quickly identified the issue, explained the solution clearly, and completed the work efficiently. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Arrived exactly when promised", quote: "They arrived exactly when promised, worked diligently, and left everything spotless. No mess, no complaints. The price was fair and honest. Will definitely call again for any future plumbing needs.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Michael Chen" + id: "2", title: "Arrived exactly when promised", quote: "⭐⭐⭐⭐⭐ They arrived exactly when promised, worked diligently, and left everything spotless. No mess, no complaints. The price was fair and honest. Will definitely call again for any future plumbing needs.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Michael Chen" }, { - id: "3", title: "Emergency service saved our home", quote: "Had a burst pipe at 11 PM on a Saturday. Westland Plumbing answered immediately and had someone at my house within 20 minutes. They fixed the problem and prevented thousands in water damage. Lifesavers!", name: "Jennifer Roberts", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Jennifer Roberts" + id: "3", title: "Emergency service saved our home", quote: "⭐⭐⭐⭐⭐ Had a burst pipe at 11 PM on a Saturday. Westland Plumbing answered immediately and had someone at my house within 20 minutes. They fixed the problem and prevented thousands in water damage. Lifesavers!", name: "Jennifer Roberts", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Jennifer Roberts" }, { - id: "4", title: "Fair pricing, great communication", quote: "After getting quotes from 3 other companies, Westland Plumbing gave the best price without cutting corners on quality. They explained everything and stood behind their work. Top-notch company.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-up_329181-12124.jpg", imageAlt: "David Thompson" + id: "4", title: "Fair pricing, great communication", quote: "⭐⭐⭐⭐⭐ After getting quotes from 3 other companies, Westland Plumbing gave the best price without cutting corners on quality. They explained everything and stood behind their work. Top-notch company.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-up_329181-12124.jpg", imageAlt: "David Thompson" }, { - id: "5", title: "Professional and respectful service", quote: "The technician was incredibly professional and respectful of my home. He took time to answer all my questions and even gave tips on preventing future issues. Best experience with a plumber ever!", name: "Amanda Foster", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148827181.jpg", imageAlt: "Amanda Foster" + id: "5", title: "Professional and respectful service", quote: "⭐⭐⭐⭐⭐ The technician was incredibly professional and respectful of my home. He took time to answer all my questions and even gave tips on preventing future issues. Best experience with a plumber ever!", name: "Amanda Foster", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148827181.jpg", imageAlt: "Amanda Foster" }, { - id: "6", title: "Trusted for years of service", quote: "We've used Westland Plumbing for over 5 years now. They handle everything from maintenance to emergency calls. Consistent quality, fair prices, and genuine care for their customers. Couldn't ask for better.", name: "Robert Williams", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg", imageAlt: "Robert Williams" + id: "6", title: "Trusted for years of service", quote: "⭐⭐⭐⭐⭐ We've used Westland Plumbing for over 5 years now. They handle everything from maintenance to emergency calls. Consistent quality, fair prices, and genuine care for their customers. Couldn't ask for better.", name: "Robert Williams", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg", imageAlt: "Robert Williams" }, ]} />