diff --git a/src/app/page.tsx b/src/app/page.tsx index 7869435..5597578 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024756.jpg", imageAlt: "Royal Since Birth Hero 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg", imageAlt: "Royal Since Birth Hero 2"} + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 2"} ]} mediaAnimation="slide-up" rating={5} @@ -65,7 +65,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Legacy Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg" }, + { id: "p1", name: "Legacy Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=2" }, { id: "p2", name: "Crown Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg" }, { id: "p3", name: "Royal Hat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg" }, { id: "p4", name: "Ambition Joggers", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg" },