From c8e9e2bde90b63d39eba1534de1b60f50d293444 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 00:25:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05c045c..d07a127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,17 +47,17 @@ export default function LandingPage() { title="Trusted Plumber in Tamarac – Fast, Reliable, 5-Star Service" description="From leaks to low pressure, we fix it right the first time. Our expert technicians are ready to assist you now." testimonials={[ - { name: "Jane D.", handle: "@tamarac-resident", testimonial: "The sink stopper in our bathroom got stuck… now it moves smoothly again. Huge relief!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138456.jpg", imageAlt: "professional plumber smiling tools home" }, - { name: "Robert S.", handle: "@tamarac-resident", testimonial: "We had seriously low water pressure… they cleaned the lines and fixed everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg", imageAlt: "professional plumber smiling tools home" }, - { name: "Maria L.", handle: "@tamarac-resident", testimonial: "Leak under our bar sink was fixed perfectly. Great workmanship.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "professional plumber smiling tools home" }, - { name: "Thomas K.", handle: "@tamarac-resident", testimonial: "Pipes were making loud noises… completely gone after service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-washing-dish-medium-shot_23-2148931341.jpg", imageAlt: "professional plumber smiling tools home" }, - { name: "Sarah P.", handle: "@tamarac-resident", testimonial: "Clogged shower drain was fixed quickly. Drains perfectly now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "professional plumber smiling tools home" } + { name: "Jane D.", handle: "@tamarac-resident", testimonial: "The sink stopper in our bathroom got stuck… now it moves smoothly again. Huge relief!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138456.jpg?_wi=1", imageAlt: "professional plumber smiling tools home" }, + { name: "Robert S.", handle: "@tamarac-resident", testimonial: "We had seriously low water pressure… they cleaned the lines and fixed everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg?_wi=1", imageAlt: "professional plumber smiling tools home" }, + { name: "Maria L.", handle: "@tamarac-resident", testimonial: "Leak under our bar sink was fixed perfectly. Great workmanship.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg?_wi=1", imageAlt: "professional plumber smiling tools home" }, + { name: "Thomas K.", handle: "@tamarac-resident", testimonial: "Pipes were making loud noises… completely gone after service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-washing-dish-medium-shot_23-2148931341.jpg?_wi=1", imageAlt: "professional plumber smiling tools home" }, + { name: "Sarah P.", handle: "@tamarac-resident", testimonial: "Clogged shower drain was fixed quickly. Drains perfectly now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "professional plumber smiling tools home" } ]} buttons={[ { text: "Call Now", href: "tel:+15551234567" }, { text: "Request Service", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138456.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "Male plumber working to fix problems at client's house" }, { src: "http://img.b2bpic.net/free-photo/happy-female-builder_1398-3486.jpg", alt: "Happy female builder" }, @@ -120,10 +120,10 @@ export default function LandingPage() {