From ec00eed0e288e57a1cccfea3a99f279c7ef5eb46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 14:13:58 +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 d16f2ee..5ddfba7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,11 +210,11 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Martinez", handle: "@sarahfitness", testimonial: "Encore transformed my fitness journey. The trainers are knowledgeable, the facility is immaculate, and the community keeps me motivated. I've never felt more confident.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { id: "testimonial-2", name: "Michael Chen", handle: "@michaelgains", testimonial: "As a beginner, I was intimidated by gyms. Encore's supportive atmosphere and expert guidance made all the difference. I've achieved more in 6 months than I expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "testimonial-3", name: "Emma Thompson", handle: "@emmawellness", testimonial: "The personalized attention from the trainers is unmatched. I love how clean and well-maintained the facility is. Encore feels like a premium experience every visit.", rating: 5, @@ -226,11 +226,11 @@ export default function LandingPage() { }, { id: "testimonial-5", name: "Jessica Williams", handle: "@jessicafit", testimonial: "The transformation isn't just physical—it's mental and emotional too. Encore's holistic approach with nutrition guidance and expert trainers changed my life.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg", imageAlt: "Jessica Williams" + imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-15787.jpg?_wi=2", imageAlt: "Jessica Williams" }, { id: "testimonial-6", name: "Alex Kumar", handle: "@alexstrong", testimonial: "Premium facilities, certified trainers, and genuine community support. Encore Fitness isn't just a gym—it's a lifestyle upgrade. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Alex Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg?_wi=2", imageAlt: "Alex Kumar" } ]} showRating={true}