diff --git a/src/app/page.tsx b/src/app/page.tsx index 99f9434..5add9fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=1", imageAlt: "Model in premium dress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=1", imageAlt: "Luxury evening dress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=1", imageAlt: "Fashion model portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=2", imageAlt: "Elegant evening silhouette", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=2", imageAlt: "High-end fashion editorial", }, ]} @@ -101,42 +101,42 @@ export default function LandingPage() { name: "Velvet Midnight Gown", price: "$1,200", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=3", }, { id: "p2", name: "Gold Thread Silk Dress", price: "$1,500", variant: "Gold", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=3", }, { id: "p3", name: "Floral Lace Evening", price: "$950", variant: "Emerald", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=2", }, { id: "p4", name: "Satin Drape Gown", price: "$1,100", variant: "Burgundy", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=4", }, { id: "p5", name: "Minimalist Chic Shift", price: "$800", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=4", }, { id: "p6", name: "Embellished Cocktail", price: "$1,350", variant: "Gold", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=3", }, ]} title="Women's Premium Dresses" @@ -192,13 +192,13 @@ export default function LandingPage() { id: "f1", title: "Custom Fitting", description: "Tailored to your measurements for a perfect fit.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=5", }, { id: "f2", title: "Global Shipping", description: "White-glove delivery to your doorstep anywhere.", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=5", }, ]} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 20da901..50c16ae 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -55,42 +55,42 @@ export default function LandingPage() { name: "Velvet Midnight Gown", price: "$1,200", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=6", }, { id: "p2", name: "Gold Thread Silk Dress", price: "$1,500", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=6", }, { id: "p3", name: "Floral Lace Evening", price: "$950", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=4", }, { id: "p4", name: "Satin Drape Gown", price: "$1,100", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=7", }, { id: "p5", name: "Minimalist Chic Shift", price: "$800", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=7", }, { id: "p6", name: "Embellished Cocktail", price: "$1,350", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=5", }, ]} /> @@ -108,13 +108,13 @@ export default function LandingPage() { id: "sc1", title: "Summer Radiance", description: "Light, airy fabrics for summer elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=6", }, { id: "sc2", title: "Winter Grandeur", description: "Rich, opulent textures for the winter gala.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=8", }, ]} />