From 0b1617a6f59cc2af7e99d38ec63909f16ab6e47f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:30:08 +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 d3ffd14..2f0660e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Weber", handle: "RS5 Enthusiast", testimonial: "This community transformed my love for Audi RS into lifelong friendships and unforgettable experiences.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-coffee-break_23-2148289228.jpg", imageAlt: "Marcus Weber, RS5 owner and club member" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-coffee-break_23-2148289228.jpg?_wi=1", imageAlt: "Marcus Weber, RS5 owner and club member" }, { name: "Sarah Mitchell", handle: "RS6 Owner", testimonial: "The events and connections through this club have been absolutely incredible. Highly recommended for any RS lover.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213474.jpg", imageAlt: "Sarah Mitchell, RS6 Avant owner" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213474.jpg?_wi=1", imageAlt: "Sarah Mitchell, RS6 Avant owner" }, { name: "James Chen", handle: "RS e-tron Pioneer", testimonial: "Being part of this exclusive club has been the best decision. The knowledge and camaraderie are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "James Chen, RS e-tron owner and tech enthusiast" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1", imageAlt: "James Chen, RS e-tron owner and tech enthusiast" } ]} testimonialRotationInterval={5000} @@ -196,13 +196,13 @@ export default function LandingPage() { carouselMode="buttons" testimonials={[ { - id: "1", name: "Marcus Weber", role: "RS5 Owner", testimonial: "The Audi RS Club gave me more than just car knowledge—it gave me a family. The connections I've made and the experiences we've shared are truly invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-coffee-break_23-2148289228.jpg", imageAlt: "Marcus Weber, RS5 owner and club member" + id: "1", name: "Marcus Weber", role: "RS5 Owner", testimonial: "The Audi RS Club gave me more than just car knowledge—it gave me a family. The connections I've made and the experiences we've shared are truly invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-coffee-break_23-2148289228.jpg?_wi=2", imageAlt: "Marcus Weber, RS5 owner and club member" }, { - id: "2", name: "Sarah Mitchell", role: "RS6 Avant Owner", testimonial: "From track days to casual meetups, every event is perfectly organized. The club has elevated my ownership experience to something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213474.jpg", imageAlt: "Sarah Mitchell, RS6 Avant owner" + id: "2", name: "Sarah Mitchell", role: "RS6 Avant Owner", testimonial: "From track days to casual meetups, every event is perfectly organized. The club has elevated my ownership experience to something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213474.jpg?_wi=2", imageAlt: "Sarah Mitchell, RS6 Avant owner" }, { - id: "3", name: "James Chen", role: "RS e-tron Pioneer", testimonial: "As an early RS e-tron adopter, this club helped me navigate the transition to electric performance. The community support has been outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "James Chen, RS e-tron owner and tech enthusiast" + id: "3", name: "James Chen", role: "RS e-tron Pioneer", testimonial: "As an early RS e-tron adopter, this club helped me navigate the transition to electric performance. The community support has been outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=2", imageAlt: "James Chen, RS e-tron owner and tech enthusiast" }, { id: "4", name: "Elena Rodriguez", role: "RS5 Coupe Enthusiast", testimonial: "The expertise within this community is unmatched. Whether it's performance tuning or driving techniques, there's always someone ready to help and share their passion.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6773.jpg", imageAlt: "Elena Rodriguez, RS5 Coupe owner" -- 2.49.1