From 2282ab462ea2b128613b09691322ea01ba09c538 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:55:32 +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 3cc5622..500bddc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,22 +146,22 @@ export default function ProFlowLanding() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Emergency Service Saved Our Heating Season", quote: "Our furnace went out in the middle of winter. ProFlow responded within an hour and had us warm again by evening. Their professionalism and expertise were exceptional.", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait professional headshot customer avatar profile picture happy person" + id: "1", title: "Emergency Service Saved Our Heating Season", quote: "Our furnace went out in the middle of winter. ProFlow responded within an hour and had us warm again by evening. Their professionalism and expertise were exceptional.", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait professional headshot customer avatar profile picture happy person" }, { - id: "2", title: "Reliable and Trustworthy Professionals", quote: "I've used ProFlow for multiple projects - from emergency repairs to a complete heating system upgrade. Every interaction has been professional and transparent. Highly recommended!", name: "John Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" + id: "2", title: "Reliable and Trustworthy Professionals", quote: "I've used ProFlow for multiple projects - from emergency repairs to a complete heating system upgrade. Every interaction has been professional and transparent. Highly recommended!", name: "John Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" }, { - id: "3", title: "Fixed Our Leak Without the Hassle", quote: "The team diagnosed the issue quickly, provided a fair quote, and completed the work efficiently. No mess, no upselling - just honest service.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait professional headshot customer avatar profile picture smiling woman" + id: "3", title: "Fixed Our Leak Without the Hassle", quote: "The team diagnosed the issue quickly, provided a fair quote, and completed the work efficiently. No mess, no upselling - just honest service.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "woman portrait professional headshot customer avatar profile picture smiling woman" }, { - id: "4", title: "Best Commercial Plumber in Town", quote: "ProFlow handles all the plumbing maintenance for our office building. Their preventative approach saves us money and prevents emergencies. Excellent service every time.", name: "David Kumar", role: "Facility Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" + id: "4", title: "Best Commercial Plumber in Town", quote: "ProFlow handles all the plumbing maintenance for our office building. Their preventative approach saves us money and prevents emergencies. Excellent service every time.", name: "David Kumar", role: "Facility Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" }, { - id: "5", title: "Honest Advice and Fair Pricing", quote: "They could have sold us expensive upgrades, but instead recommended a simple fix that solved the problem. Their integrity is rare and appreciated.", name: "Lisa Anderson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait professional headshot customer avatar profile picture happy woman" + id: "5", title: "Honest Advice and Fair Pricing", quote: "They could have sold us expensive upgrades, but instead recommended a simple fix that solved the problem. Their integrity is rare and appreciated.", name: "Lisa Anderson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "woman portrait professional headshot customer avatar profile picture happy woman" }, { - id: "6", title: "Professional Installation Experience", quote: "New water heater installation was seamless. The crew was punctual, clean, and knowledgeable. Couldn't ask for better service.", name: "Michael Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" + id: "6", title: "Professional Installation Experience", quote: "New water heater installation was seamless. The crew was punctual, clean, and knowledgeable. Couldn't ask for better service.", name: "Michael Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "man portrait professional headshot customer avatar profile picture businessman" } ]} /> -- 2.49.1