diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index 2d2c166..893ceb9 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -86,7 +86,7 @@ export default function SellPage() { { text: "Browse Categories", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg?_wi=2" imageAlt="Start Selling on ClassifiedHub" mediaAnimation="blur-reveal" background={{ variant: "radial-gradient" }} @@ -146,7 +146,7 @@ export default function SellPage() { name: "Electronics", price: "High demand", variant: "Phones, Laptops, Accessories", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg?_wi=3", imageAlt: "Electronics Category", isFavorited: false, }, @@ -155,7 +155,7 @@ export default function SellPage() { name: "Vehicles", price: "Peak season", variant: "Cars, Bikes, Accessories", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg?_wi=2", imageAlt: "Vehicles Category", isFavorited: false, }, @@ -164,7 +164,7 @@ export default function SellPage() { name: "Real Estate", price: "Always active", variant: "Properties, Rentals, Land", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg?_wi=2", imageAlt: "Real Estate Category", isFavorited: false, },