Update src/app/page.tsx
This commit is contained in:
@@ -120,21 +120,21 @@ export default function HomePage() {
|
||||
id: "drop-1",
|
||||
name: "OG Oversized Hoodie",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg?_wi=1",
|
||||
imageAlt: "OG Oversized Hoodie - Limited Edition"
|
||||
},
|
||||
{
|
||||
id: "drop-2",
|
||||
name: "Urban Bomber Jacket",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg?_wi=1",
|
||||
imageAlt: "Urban Bomber Jacket - Exclusive Release"
|
||||
},
|
||||
{
|
||||
id: "drop-3",
|
||||
name: "Cargo Utility Pants",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg?_wi=1",
|
||||
imageAlt: "Cargo Utility Pants - Street Essential"
|
||||
}
|
||||
]}
|
||||
@@ -151,7 +151,7 @@ export default function HomePage() {
|
||||
tag="Since 2020"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg?_wi=1"
|
||||
imageAlt="URBAN CULT Team - Brand Founders"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -185,21 +185,21 @@ export default function HomePage() {
|
||||
id: "featured-1",
|
||||
name: "Signature Graphic Tee",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg?_wi=1",
|
||||
imageAlt: "Signature Graphic Tee - Premium Collection"
|
||||
},
|
||||
{
|
||||
id: "featured-2",
|
||||
name: "Collab Edition Jacket",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg?_wi=1",
|
||||
imageAlt: "Collab Edition Jacket - Artist Partnership"
|
||||
},
|
||||
{
|
||||
id: "featured-3",
|
||||
name: "Limited Cap Accessory",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg?_wi=1",
|
||||
imageAlt: "Limited Cap Accessory - Exclusive Drop"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user