diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d4cf7c..47e9820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=1" imageAlt="Fashion collection showcase" frameStyle="card" mediaAnimation="slide-up" @@ -156,23 +156,23 @@ export default function LandingPage() { }, { id: "2", name: "Marcus Chen", role: "Influencer", company: "TrendSetters", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Portrait of Marcus Chen" }, { id: "3", name: "Emily Rodriguez", role: "Fashion Blogger", company: "StyleVibe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Portrait of Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Portrait of Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Style Consultant", company: "Wardrobe Pro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Portrait of David Kim" }, { id: "5", name: "Jessica Williams", role: "Fashion Enthusiast", company: "TrendWatch", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Portrait of Jessica Williams" + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Portrait of Jessica Williams" }, { id: "6", name: "James Anderson", role: "Retail Manager", company: "Fashion Retail Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of James Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Portrait of James Anderson" } ]} /> @@ -226,7 +226,7 @@ export default function LandingPage() {