diff --git a/src/app/page.tsx b/src/app/page.tsx index 84df7d2..a08084c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,28 +119,28 @@ export default function LandingPage() { name: "Urban Bomber", price: "$189.00", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg?_wi=1", }, { id: "p2", name: "Minimalist Sneaker", price: "$249.00", variant: "White", - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg?_wi=1", }, { id: "p3", name: "Slim Fit Denim", price: "$129.00", variant: "Dark Indigo", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg?_wi=1", }, { id: "p4", name: "Oversized Tee", price: "$79.00", variant: "Slate Gray", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880263.jpg?_wi=1", }, ]} title="Trending Products" @@ -178,28 +178,28 @@ export default function LandingPage() { name: "Classic Wool Coat", price: "$349.00", variant: "Camel", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg?_wi=2", }, { id: "bs2", name: "Leather Chelsea Boots", price: "$299.00", variant: "Brown", - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg?_wi=2", }, { id: "bs3", name: "Cashmere Sweater", price: "$199.00", variant: "Navy", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg?_wi=2", }, { id: "bs4", name: "Leather Crossbody", price: "$149.00", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880263.jpg?_wi=2", }, ]} title="Best Sellers" @@ -220,7 +220,7 @@ export default function LandingPage() { role: "Fashion Blogger", company: "StyleDaily", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg?_wi=1", }, { id: "t2", @@ -252,7 +252,7 @@ export default function LandingPage() { role: "Stylist", company: "TrendSet", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg?_wi=2", }, ]} title="Customer Reviews" @@ -280,7 +280,7 @@ export default function LandingPage() {