Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Black premium hoodie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-sneakers-closeup-men-s-apparel-summer-fashion-beach-photoshoot_53876-101216.jpg", imageAlt: "Limited edition sneakers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg", imageAlt: "Graphic streetwear tee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg?_wi=1", imageAlt: "Graphic streetwear tee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-people-trendy-wear-posing-street_23-2148134023.jpg", imageAlt: "Designer jacket" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-gold-jacket-sexy-carefree-woman-posing-near-white-wall-studio-circle-lightfashionable-model-with-bright-makeup-sitting-floor_158538-22818.jpg", imageAlt: "Exclusive collection showcase" }
|
||||
]}
|
||||
@@ -74,16 +74,16 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Represent X Puma Graphic T-Shirt", price: "$89.00", variant: "Black, White, Navy 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg", imageAlt: "Black graphic t-shirt"
|
||||
id: "1", name: "Represent X Puma Graphic T-Shirt", price: "$89.00", variant: "Black, White, Navy 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg?_wi=1", imageAlt: "Black graphic t-shirt"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Premium Classic Hoodie", price: "$139.00", variant: "Charcoal Grey, Black, Purple 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg", imageAlt: "Premium hoodie"
|
||||
id: "2", name: "Premium Classic Hoodie", price: "$139.00", variant: "Charcoal Grey, Black, Purple 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg?_wi=2", imageAlt: "Premium hoodie"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Limited Edition Sneakers", price: "$165.00", variant: "White/Gold, Black/Silver, Cosmic Blue 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/unisex-white-sneakers-with-design-space_53876-102326.jpg", imageAlt: "Limited edition sneakers"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Designer Technical Jacket", price: "$249.00", variant: "Black, Charcoal, Navy 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg", imageAlt: "Designer technical jacket"
|
||||
id: "4", name: "Designer Technical Jacket", price: "$249.00", variant: "Black, Charcoal, Navy 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=1", imageAlt: "Designer technical jacket"
|
||||
}
|
||||
]}
|
||||
title="Featured Drops"
|
||||
@@ -129,13 +129,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Premium Quality", description: "Crafted with the finest materials and attention to detail for lasting wear.", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg", imageAlt: "Premium materials showcase"
|
||||
id: "01", title: "Premium Quality", description: "Crafted with the finest materials and attention to detail for lasting wear.", imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg?_wi=2", imageAlt: "Premium materials showcase"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Limited Edition", description: "Exclusive designs available in limited quantities. Own a piece of streetwear history.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148901876.jpg", imageAlt: "Limited edition collection"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Expert Curation", description: "Every piece is handpicked by our team of fashion experts and trendsetters.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg", imageAlt: "Curated selection"
|
||||
id: "03", title: "Expert Curation", description: "Every piece is handpicked by our team of fashion experts and trendsetters.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=2", imageAlt: "Curated selection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -167,16 +167,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Wilson"
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Wilson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
|
||||
id: "4", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 50,000 satisfied customers trust O2 for authentic streetwear drops"
|
||||
|
||||
Reference in New Issue
Block a user