From 317d5327039a71e581850fa6fbb5620e668f5d8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:49:32 +0000 Subject: [PATCH] Update src/app/sell/page.tsx --- src/app/sell/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index 700964b..2d2c166 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -86,10 +86,10 @@ 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-web-pop-up-collection_23-2149119270.jpg" imageAlt="Start Selling on ClassifiedHub" mediaAnimation="blur-reveal" - background="radial-gradient" + background={{ variant: "radial-gradient" }} imagePosition="right" fixedMediaHeight={true} avatars={[ @@ -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?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915841.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22680.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hotel-banner-with-photo_23-2148933981.jpg", imageAlt: "Real Estate Category", isFavorited: false, },