diff --git a/src/app/page.tsx b/src/app/page.tsx index 98cbc0e..da67e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg", imageAlt: "Minimal white sneaker on clean background" + imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg?_wi=1", imageAlt: "Minimal white sneaker on clean background" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg", imageAlt: "Contemporary running shoe geometric design" + imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg?_wi=1", imageAlt: "Contemporary running shoe geometric design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg", imageAlt: "Premium casual shoe minimalist aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg?_wi=1", imageAlt: "Premium casual shoe minimalist aesthetic" } ]} autoplayDelay={5000} @@ -85,15 +85,15 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Stride", name: "Classic White", price: "$129", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg", imageAlt: "Classic White minimal sneaker" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=1", imageAlt: "Classic White minimal sneaker" }, { id: "p2", brand: "Stride", name: "Performance Black", price: "$159", rating: 5, - reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg", imageAlt: "Performance Black athletic shoe" + reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg?_wi=1", imageAlt: "Performance Black athletic shoe" }, { id: "p3", brand: "Stride", name: "Lifestyle Beige", price: "$139", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg", imageAlt: "Lifestyle Beige casual shoe" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg?_wi=1", imageAlt: "Lifestyle Beige casual shoe" } ]} buttons={[ @@ -224,27 +224,27 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alexandra Chen", role: "Architect", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg", imageAlt: "Alexandra Chen" + imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg?_wi=2", imageAlt: "Alexandra Chen" }, { id: "t2", name: "Marcus Johnson", role: "Creative Director", company: "Minimal Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "t3", name: "Sofia Rodriguez", role: "Founder", company: "Urban Living", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg", imageAlt: "Sofia Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg?_wi=2", imageAlt: "Sofia Rodriguez" }, { id: "t4", name: "James Williams", role: "Product Manager", company: "Tech Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg", imageAlt: "James Williams" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=2", imageAlt: "James Williams" }, { id: "t5", name: "Emma Davis", role: "Brand Strategist", company: "Creative Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg", imageAlt: "Emma Davis" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg?_wi=2", imageAlt: "Emma Davis" }, { id: "t6", name: "Leo Martinez", role: "Fashion Blogger", company: "Style Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg", imageAlt: "Leo Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg?_wi=2", imageAlt: "Leo Martinez" } ]} carouselMode="buttons"