Update src/app/browse/page.tsx

This commit is contained in:
2026-03-16 16:50:03 +00:00
parent 317d532703
commit a9cd2d55e1

View File

@@ -84,7 +84,7 @@ export default function BrowsePage() {
{ text: "Back to Home", href: "/" },
]}
buttonAnimation="slide-up"
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=1"
imageAlt="Browse Categories"
mediaAnimation="blur-reveal"
background={{ variant: "radial-gradient" }}
@@ -105,7 +105,7 @@ export default function BrowsePage() {
name: "Electronics & Gadgets",
price: "From $50",
variant: "1,245 listings",
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=2",
imageAlt: "Electronics Category",
isFavorited: false,
},
@@ -114,7 +114,7 @@ export default function BrowsePage() {
name: "Vehicles",
price: "From $500",
variant: "892 listings",
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=1",
imageAlt: "Vehicles Category",
isFavorited: false,
},