Update src/app/browse/page.tsx
This commit is contained in:
@@ -88,42 +88,42 @@ export default function BrowsePage() {
|
||||
id: "1",
|
||||
name: "Ferrari Testarossa",
|
||||
price: "$487,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg?_wi=2",
|
||||
imageAlt: "Red Ferrari sports car",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rolex Submariner Gold",
|
||||
price: "$42,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg?_wi=2",
|
||||
imageAlt: "Luxury gold watch",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Abstract Canvas #47",
|
||||
price: "$18,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=3",
|
||||
imageAlt: "Modern abstract painting",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Digital Realm NFT",
|
||||
price: "5.2 ETH",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg?_wi=2",
|
||||
imageAlt: "Digital collectible NFT",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "1967 Jaguar E-Type",
|
||||
price: "$156,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg?_wi=2",
|
||||
imageAlt: "Classic collector car",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cartier Diamond Watch",
|
||||
price: "$38,700",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg?_wi=2",
|
||||
imageAlt: "Diamond-studded luxury watch",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function BrowsePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg?_wi=3"
|
||||
imageAlt="Browse categories interface"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function BrowsePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg?_wi=3"
|
||||
imageAlt="Bidding process"
|
||||
bulletPoints={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user