Update src/app/page.tsx
This commit is contained in:
@@ -87,42 +87,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Air Jordan 1 Retro High OG",
|
||||
price: "$420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8082.jpg?_wi=1",
|
||||
imageAlt: "Air Jordan 1 Retro High",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Supreme Bogo Hoodie",
|
||||
price: "$385",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-52940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-52940.jpg?_wi=1",
|
||||
imageAlt: "Supreme Bogo Hoodie",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rare Collectible Figure",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bubble-water-level-meter_53876-32414.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-bubble-water-level-meter_53876-32414.jpg?_wi=1",
|
||||
imageAlt: "Limited Edition Collectible",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Adidas Yeezy 350 V2",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-fashion-designer-holding-coat-with-his-customer-sitting-chair-shop_23-2148180341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-fashion-designer-holding-coat-with-his-customer-sitting-chair-shop_23-2148180341.jpg?_wi=1",
|
||||
imageAlt: "Adidas Yeezy 350",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vintage Carhartt Jacket",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-scooter-transportation_23-2149399815.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-scooter-transportation_23-2149399815.jpg?_wi=1",
|
||||
imageAlt: "Vintage Carhartt Jacket",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Nike SB Dunk Low Collaboration",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8082.jpg?_wi=2",
|
||||
imageAlt: "Nike SB Dunk Limited",
|
||||
},
|
||||
]}
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
description="A carefully curated selection of authentic items across multiple categories"
|
||||
tag="Our Categories"
|
||||
tagIcon={Grid2x2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=1"
|
||||
imageAlt="ResellHub store showcase"
|
||||
mediaPosition="right"
|
||||
accordionItems={[
|
||||
@@ -199,25 +199,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flower_23-2150170560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flower_23-2150170560.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sofia Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-model-dressed-elegant-summer-clothes-sexy-carefree-girl-posing-street-near-wall-trendy-modern-businesswoman-sunglasses-having-fun_158538-6706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-model-dressed-elegant-summer-clothes-sexy-carefree-girl-posing-street-near-wall-trendy-modern-businesswoman-sunglasses-having-fun_158538-6706.jpg?_wi=1",
|
||||
imageAlt: "Sofia Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206527.jpg?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Williams",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1",
|
||||
imageAlt: "Emma Williams",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user