Merge version_1 into main #3
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg", imageAlt: "Model wearing oversized t-shirt"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg?_wi=1", imageAlt: "Model wearing oversized t-shirt"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg", imageAlt: "Model posing in streetwear"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg?_wi=1", imageAlt: "Model posing in streetwear"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
title: "Sustainable Practices", description: "Committed to eco-friendly production and responsible sourcing.", icon: Diamond,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg?_wi=1"
|
||||
imageAlt="Close-up of premium fabric texture"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,13 +102,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "COMFORT", title: "Signature Oversized Fit", subtitle: "Unrestricted style", description: "Our t-shirts are designed for a relaxed, modern fit, providing ultimate comfort without compromising on style. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg", imageAlt: "Model in oversized white t-shirt"},
|
||||
tag: "COMFORT", title: "Signature Oversized Fit", subtitle: "Unrestricted style", description: "Our t-shirts are designed for a relaxed, modern fit, providing ultimate comfort without compromising on style. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg?_wi=1", imageAlt: "Model in oversized white t-shirt"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "QUALITY", title: "Built to Last", subtitle: "Premium durability", description: "Crafted from high-grade cotton blends, our garments endure wash after wash, maintaining their shape and softness, ensuring longevity in your wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg", imageAlt: "Close up of fabric texture"},
|
||||
tag: "QUALITY", title: "Built to Last", subtitle: "Premium durability", description: "Crafted from high-grade cotton blends, our garments endure wash after wash, maintaining their shape and softness, ensuring longevity in your wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg?_wi=2", imageAlt: "Close up of fabric texture"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "DESIGN", title: "Exclusive Graphics", subtitle: "Wearable art", description: "From minimalist logos to intricate urban art, our t-shirts feature unique designs that reflect contemporary culture and personal expression.", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Oversized graphic t-shirt"},
|
||||
tag: "DESIGN", title: "Exclusive Graphics", subtitle: "Wearable art", description: "From minimalist logos to intricate urban art, our t-shirts feature unique designs that reflect contemporary culture and personal expression.", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Oversized graphic t-shirt"},
|
||||
]}
|
||||
title="Why Choose Our Streetwear?"
|
||||
description="Discover the difference in every detail, from the oversized fit to the lasting quality that sets us apart."
|
||||
@@ -123,15 +123,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "tee-001", name: "Classic Oversize Tee - White", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg", imageAlt: "Classic white oversized t-shirt"},
|
||||
id: "tee-001", name: "Classic Oversize Tee - White", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg?_wi=2", imageAlt: "Classic white oversized t-shirt"},
|
||||
{
|
||||
id: "tee-002", name: "Graphic Street Tee - Black", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Black oversized t-shirt with graphic print"},
|
||||
id: "tee-002", name: "Graphic Street Tee - Black", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Black oversized t-shirt with graphic print"},
|
||||
{
|
||||
id: "tee-003", name: "Vintage Wash Oversize Tee - Grey", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/carefree-pleased-dark-skinned-lady-being-master-skateboard-tricks_273609-29810.jpg", imageAlt: "Grey vintage wash oversized t-shirt"},
|
||||
{
|
||||
id: "tee-004", name: "Urban Abstract Tee - Blue", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg", imageAlt: "Blue oversized t-shirt with urban abstract design"},
|
||||
id: "tee-004", name: "Urban Abstract Tee - Blue", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg?_wi=2", imageAlt: "Blue oversized t-shirt with urban abstract design"},
|
||||
{
|
||||
id: "tee-005", name: "Minimalist Logo Tee - Cream", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg", imageAlt: "Cream oversized t-shirt with minimalist logo"},
|
||||
id: "tee-005", name: "Minimalist Logo Tee - Cream", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg?_wi=2", imageAlt: "Cream oversized t-shirt with minimalist logo"},
|
||||
]}
|
||||
title="Shop the Latest Drops"
|
||||
description="Explore our exclusive collection of oversized t-shirts, crafted for style and comfort. Find your next statement piece."
|
||||
|
||||
Reference in New Issue
Block a user