diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c2b1b..9c3373e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Fashion Influencer", testimonial: "The quality and fit are absolutely unmatched. I've never felt more confident.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "Style Editor", testimonial: "These bodysuits have become my everyday essential. Pure luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2" }, { name: "Jessica Chen", handle: "Business Professional", testimonial: "Perfect for layering under any outfit. Comfort all day long.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Classic Bodysuit - Ivory", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749598.jpg", imageAlt: "Classic ivory bodysuit", initialQuantity: 1 + id: "1", name: "Classic Bodysuit - Ivory", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749598.jpg?_wi=1", imageAlt: "Classic ivory bodysuit", initialQuantity: 1 }, { id: "2", name: "Mesh Bodysuit - Black", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-shoulder-black-blouse-black-pants-looking-attractive_176474-55529.jpg", imageAlt: "Black mesh bodysuit", initialQuantity: 1 @@ -142,7 +142,7 @@ export default function LandingPage() { }, { id: "2", title: "Perfect Fit Technology", author: "Design Innovation", description: "Engineered seams and strategic paneling ensure a flattering fit for all body types.", tags: ["Comfort", "Inclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749598.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749598.jpg?_wi=2" }, { id: "3", title: "Everyday Versatility", author: "Style Direction", description: "Layer effortlessly under any outfit or wear as a standalone statement piece.", tags: ["Versatile", "Stylish"], @@ -170,22 +170,22 @@ export default function LandingPage() {