From ff9e16dc81e5531b20c644a855ad6e2bb6b358e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:57:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 420ccba..7124b94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandingPage() { testimonials={[ { name: "Michael Chen", handle: "CEO, Local Services Co", testimonial: "Our leads increased by 300% in just 3 months. The Shift really delivers results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Sarah Johnson", handle: "Owner, Home Services Plus", testimonial: "Best investment we made for our business. Highly professional and results-driven.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, ]} testimonialRotationInterval={5000} @@ -144,10 +144,10 @@ export default function LandingPage() { description="Hear from local business owners who've transformed their growth with The Shift Marketing." testimonials={[ { - id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + id: "1", name: "David Martinez", role: "Owner, Elite Medspa", testimonial: "The Shift increased our leads from 5 per week to 30+ per week. Their SEO strategy is incredible. We've tripled our revenue in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { - id: "2", name: "Jennifer Wong", role: "Owner, Window Treatments Co", testimonial: "Finally, someone who understands local business marketing. Our phone has been ringing constantly since they optimized our Google Business Profile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + id: "2", name: "Jennifer Wong", role: "Owner, Window Treatments Co", testimonial: "Finally, someone who understands local business marketing. Our phone has been ringing constantly since they optimized our Google Business Profile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" }, { id: "3", name: "Robert Thompson", role: "Manager, Home Services Plus", testimonial: "Professional, transparent, and results-driven. The Shift delivered exactly what they promised and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" -- 2.49.1