Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -94,11 +94,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "STREETWEAR CO", name: "Urban Classic Hoodie", price: "$89.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Urban Classic Hoodie"
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Urban Classic Hoodie"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "STREETWEAR CO", name: "Oversized Tee", price: "$49.99", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Oversized Tee"
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2", imageAlt: "Oversized Tee"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "STREETWEAR CO", name: "Track Pants", price: "$79.99", rating: 5,
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "STREETWEAR CO", name: "Essential Cargo Pants", price: "$99.99", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Essential Cargo Pants"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=3", imageAlt: "Essential Cargo Pants"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "STREETWEAR CO", name: "Classic Crew Neck", price: "$59.99", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user