From ab22fbc48d93f9865dea6ef56dc0eb129747f8fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 02:18:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5089fbb..6cff363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=3", imageAlt: "Angela White" } ]} animationType="slide-up" -- 2.49.1