diff --git a/src/app/page.tsx b/src/app/page.tsx index 52ccca3..ba9dbd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Fitness Enthusiast", testimonial: "Transformed my body in 3 months. The trainers are amazing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { name: "Emily Chen", handle: "Working Mom", testimonial: "Finally found a program that fits my busy schedule.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2" }, { name: "Jessica Lee", handle: "Marathon Runner", testimonial: "Best community support I've experienced anywhere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -175,22 +175,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Thompson", role: "Designer, NYC", testimonial: "I lost 15 pounds and gained so much confidence. The trainers truly care about your progress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Thompson" + id: "1", name: "Sarah Thompson", role: "Designer, NYC", testimonial: "I lost 15 pounds and gained so much confidence. The trainers truly care about your progress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Sarah Thompson" }, { - id: "2", name: "Jessica Martinez", role: "Nurse, LA", testimonial: "Finally found a fitness community that gets me. Amazing support and results!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Martinez" + id: "2", name: "Jessica Martinez", role: "Nurse, LA", testimonial: "Finally found a fitness community that gets me. Amazing support and results!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Jessica Martinez" }, { - id: "3", name: "Amanda Chen", role: "Entrepreneur, SF", testimonial: "The flexibility and personalized approach changed my entire fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Amanda Chen" + id: "3", name: "Amanda Chen", role: "Entrepreneur, SF", testimonial: "The flexibility and personalized approach changed my entire fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Amanda Chen" }, { - id: "4", name: "Rachel Williams", role: "Teacher, Boston", testimonial: "Strongest I've ever felt. The community support is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Rachel Williams" + id: "4", name: "Rachel Williams", role: "Teacher, Boston", testimonial: "Strongest I've ever felt. The community support is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7", imageAlt: "Rachel Williams" }, { - id: "5", name: "Michelle Davis", role: "Manager, Chicago", testimonial: "Best decision I made for my health. Transformed my life in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michelle Davis" + id: "5", name: "Michelle Davis", role: "Manager, Chicago", testimonial: "Best decision I made for my health. Transformed my life in 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=8", imageAlt: "Michelle Davis" }, { - id: "6", name: "Lisa Johnson", role: "Consultant, Seattle", testimonial: "Professional trainers, welcoming community, incredible results. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Johnson" + id: "6", name: "Lisa Johnson", role: "Consultant, Seattle", testimonial: "Professional trainers, welcoming community, incredible results. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=9", imageAlt: "Lisa Johnson" } ]} />