From 06950d908e848143b080458771afd9959d18a9d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:46:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7edc9a8..5197d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "Erik House", handle: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in the first month. This literally paid for itself.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", imageAlt: "professional plumber headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg?_wi=1", imageAlt: "professional plumber headshot portrait" }, { name: "Philip Chau", handle: "Roofer", testimonial: "Ranking page 1 for 'roof repair Atlanta' now. 5-7 form submissions every week. Better leads than $60/click Google ads.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "professional roofer headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg?_wi=1", imageAlt: "professional roofer headshot portrait" }, { name: "Eric Stevens", handle: "Foundation Repair", testimonial: "Went from 3 leads a week to 3 leads a day. Paying $197/mo. Best investment I've made.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg", imageAlt: "professional contractor foundation repair headshot" + imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg?_wi=1", imageAlt: "professional contractor foundation repair headshot" }, { name: "Louise Murray", handle: "Construction", testimonial: "Finally have a professional site. Forms go straight to my phone. No more missed opportunities.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "professional construction owner female headshot" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg?_wi=1", imageAlt: "professional construction owner female headshot" } ]} mediaAnimation="opacity" @@ -125,16 +125,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Erik House", role: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in my first month. This thing literally paid for itself. I'm not even using the review funnel yet.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", imageAlt: "professional plumber headshot portrait" + id: "1", name: "Erik House", role: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in my first month. This thing literally paid for itself. I'm not even using the review funnel yet.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg?_wi=2", imageAlt: "professional plumber headshot portrait" }, { - id: "2", name: "Philip Chau", role: "Owner", testimonial: "We're ranking page 1 for 'roof repair Atlanta.' Getting 5-7 form submissions every single week. Quality is way better than $60/click Google ads. I'm saving money and getting better leads.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "professional roofer headshot portrait" + id: "2", name: "Philip Chau", role: "Owner", testimonial: "We're ranking page 1 for 'roof repair Atlanta.' Getting 5-7 form submissions every single week. Quality is way better than $60/click Google ads. I'm saving money and getting better leads.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg?_wi=2", imageAlt: "professional roofer headshot portrait" }, { - id: "3", name: "Eric Stevens", role: "Owner", testimonial: "Three months in. Went from 3 leads a week to 3 leads a day. Paying $197/month. This is the best $197 I spend on my business every month.", imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg", imageAlt: "professional contractor foundation repair headshot" + id: "3", name: "Eric Stevens", role: "Owner", testimonial: "Three months in. Went from 3 leads a week to 3 leads a day. Paying $197/month. This is the best $197 I spend on my business every month.", imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg?_wi=2", imageAlt: "professional contractor foundation repair headshot" }, { - id: "4", name: "Louise Murray", role: "Founder", testimonial: "Finally have a professional website that actually works. Forms go straight to my phone. No more lost opportunities. Clients think I'm way bigger than I am.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "professional construction owner female headshot" + id: "4", name: "Louise Murray", role: "Founder", testimonial: "Finally have a professional website that actually works. Forms go straight to my phone. No more lost opportunities. Clients think I'm way bigger than I am.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg?_wi=2", imageAlt: "professional construction owner female headshot" }, { id: "5", name: "Kishon Jeevakan", role: "Founder", testimonial: "The AI funnels booked hundreds of calls for my service. Revenue shot up immediately. The ROI is stupid good. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", imageAlt: "professional business owner consultant headshot" -- 2.49.1