From 823e0a76bb323a9d00b94728626f402f1cccec7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:01:21 +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 067626e..5f9b4ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Founder, Local Boutique", testimonial: "W3bforyou transformed our online presence completely. Our website now brings in consistent leads!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1" }, { name: "James Chen", handle: "Owner, Tech Startup", testimonial: "Professional, responsive, and exactly what we needed. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smart-businessman-with-teammate-background_1098-1208.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smart-businessman-with-teammate-background_1098-1208.jpg?_wi=1" }, { name: "Emily Rodriguez", handle: "Manager, E-commerce", testimonial: "The team made the process seamless from start to finish. Love the final result!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -164,13 +164,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Game-Changing Web Design", quote: "W3bforyou completely transformed how we present our business online. The website they created is beautiful, fast, and brings us real customers. Couldn't be happier!", name: "Sarah Mitchell", role: "Owner, Local Boutique", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg" + id: "1", title: "Game-Changing Web Design", quote: "W3bforyou completely transformed how we present our business online. The website they created is beautiful, fast, and brings us real customers. Couldn't be happier!", name: "Sarah Mitchell", role: "Owner, Local Boutique", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=2" }, { - id: "2", title: "Professional and Reliable", quote: "From the initial consultation to the final launch, W3bforyou was professional and attentive to our needs. They delivered exactly what we wanted on time and on budget.", name: "James Chen", role: "Founder, Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/smart-businessman-with-teammate-background_1098-1208.jpg" + id: "2", title: "Professional and Reliable", quote: "From the initial consultation to the final launch, W3bforyou was professional and attentive to our needs. They delivered exactly what we wanted on time and on budget.", name: "James Chen", role: "Founder, Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/smart-businessman-with-teammate-background_1098-1208.jpg?_wi=2" }, { - id: "3", title: "Outstanding Results", quote: "The website has been instrumental in growing our online sales. W3bforyou's team understood our vision and executed it flawlessly. Highly recommend!", name: "Emily Rodriguez", role: "Manager, E-commerce Store", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg" + id: "3", title: "Outstanding Results", quote: "The website has been instrumental in growing our online sales. W3bforyou's team understood our vision and executed it flawlessly. Highly recommend!", name: "Emily Rodriguez", role: "Manager, E-commerce Store", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2" }, { id: "4", title: "Exceptional Support", quote: "Beyond the website design, the team provided excellent ongoing support and guidance. They're always responsive and helpful whenever we need them.", name: "David Kim", role: "Director, Consulting Firm", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg" -- 2.49.1