diff --git a/src/app/page.tsx b/src/app/page.tsx index cc9e9fd..114e4d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Chen", handle: "Entrepreneur, Tech", testimonial: "This community changed how I think about wellness and success. Found my people here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Chen"}, { name: "Sophia Rodriguez", handle: "Artist, Creative Director", testimonial: "Incredible support network of people who get it. No judgment, just genuine connection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophia Rodriguez"}, { name: "David Kim", handle: "CEO, Startup Founder", testimonial: "Best decision I made this year. The insights from this community are invaluable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -124,22 +124,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jennifer Walsh", handle: "@jen_innovation", testimonial: "Found my tribe here. People who understand that success and wellness go hand-in-hand. The conversations are authentic and incredibly valuable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Walsh"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Walsh"}, { id: "2", name: "Alex Thompson", handle: "@alex_creates", testimonial: "This community restored my confidence. No longer feeling isolated. Now I'm surrounded by successful people with the same values.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Alex Thompson"}, { id: "3", name: "Patricia Morales", handle: "@patricia_leads", testimonial: "The mentorship opportunities alone are worth it. Connected with people who elevated my game professionally and personally.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Patricia Morales"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Patricia Morales"}, { id: "4", name: "Michael Zhang", handle: "@michael_ventures", testimonial: "Built my best friendships and business connections here. Real people, real conversations, zero pretense.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Zhang"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Michael Zhang"}, { id: "5", name: "Sarah Bennett", handle: "@sarah_wellness", testimonial: "The wellness perspective here is refreshing. People who care about their health AND their happiness. Best investment in myself.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Bennett"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Sarah Bennett"}, { id: "6", name: "James Rodriguez", handle: "@james_entrepreneur", testimonial: "Surrounded by driven people who actually get it. The energy here is unlike anything I've experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "James Rodriguez"}, ]} animationType="slide-up" />