Merge version_1 into main #3
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
title="Authentic Urban Fashion"
|
||||
description="Discover premium hoodies and t-shirts crafted for the modern streetwear enthusiast. Quality meets style with every piece."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1"
|
||||
imageAlt="SWN Streetwear Collection"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus J.", handle: "Fashion Enthusiast", testimonial: "SWN's quality and design are unmatched. My go-to brand for premium streetwear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Marcus J."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Marcus J."},
|
||||
{
|
||||
name: "Alex R.", handle: "Streetwear Collector", testimonial: "Every piece feels like an investment. The attention to detail is incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Alex R."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "Alex R."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -81,10 +81,10 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "SWN", name: "Classic Black Hoodie", price: "$89.00", 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: "Classic Black Hoodie"},
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2", imageAlt: "Classic Black Hoodie"},
|
||||
{
|
||||
id: "2", brand: "SWN", name: "Oversized Gray Tee", price: "$45.00", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Oversized Gray Tee"},
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1", imageAlt: "Oversized Gray Tee"},
|
||||
{
|
||||
id: "3", brand: "SWN", name: "Premium White Hoodie", price: "$95.00", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/positive-sportswoman-wears-sweatshirt-carries-fitness-mat-has-good-mood-after-practicing-yoga-workout-sits-relaxed-outdoors-urban-setting-has-happy-expression-people-active-lifestyle_273609-61335.jpg", imageAlt: "Premium White Hoodie"},
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "SWN", name: "Essential Black Hoodie", price: "$89.00", rating: 5,
|
||||
reviewCount: "456", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Essential Black Hoodie"},
|
||||
reviewCount: "456", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=3", imageAlt: "Essential Black Hoodie"},
|
||||
{
|
||||
id: "p2", brand: "SWN", name: "Classic White Tee", price: "$39.00", rating: 5,
|
||||
reviewCount: "823", 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: "Classic White Tee"},
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/young-male-performer-dancing-building-stairs_23-2149344057.jpg", imageAlt: "Charcoal Grey Hoodie"},
|
||||
{
|
||||
id: "p4", brand: "SWN", name: "Minimalist Black Tee", price: "$42.00", rating: 5,
|
||||
reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Minimalist Black Tee"},
|
||||
reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=2", imageAlt: "Minimalist Black Tee"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -162,17 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Jordan Lee", handle: "@streetwear.daily", testimonial: "SWN's hoodies are game-changers. The fit, comfort, and quality are exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Jordan Lee"},
|
||||
id: "t1", name: "Jordan Lee", handle: "@streetwear.daily", testimonial: "SWN's hoodies are game-changers. The fit, comfort, and quality are exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3", imageAlt: "Jordan Lee"},
|
||||
{
|
||||
id: "t2", name: "Casey Chen", handle: "@fashion.curator", testimonial: "Finally found a brand that understands true streetwear. SWN delivers authentic style without gimmicks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Casey Chen"},
|
||||
id: "t2", name: "Casey Chen", handle: "@fashion.curator", testimonial: "Finally found a brand that understands true streetwear. SWN delivers authentic style without gimmicks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4", imageAlt: "Casey Chen"},
|
||||
{
|
||||
id: "t3", name: "Samara Williams", handle: "@style.influencer", testimonial: "The customer service is incredible. They actually care about their product and their customers.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Samara Williams"},
|
||||
id: "t3", name: "Samara Williams", handle: "@style.influencer", testimonial: "The customer service is incredible. They actually care about their product and their customers.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=5", imageAlt: "Samara Williams"},
|
||||
{
|
||||
id: "t4", name: "Tyler Kim", handle: "@urban.aesthetic", testimonial: "Every release sells out for a reason. SWN pieces hold their value and style for years.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Tyler Kim"},
|
||||
id: "t4", name: "Tyler Kim", handle: "@urban.aesthetic", testimonial: "Every release sells out for a reason. SWN pieces hold their value and style for years.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=6", imageAlt: "Tyler Kim"},
|
||||
{
|
||||
id: "t5", name: "Aisha Rodriguez", handle: "@minimalist.fashion", testimonial: "Perfect minimalist designs with premium quality. SWN is my wardrobe staple now.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Aisha Rodriguez"},
|
||||
id: "t5", name: "Aisha Rodriguez", handle: "@minimalist.fashion", testimonial: "Perfect minimalist designs with premium quality. SWN is my wardrobe staple now.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=7", imageAlt: "Aisha Rodriguez"},
|
||||
{
|
||||
id: "t6", name: "Marco Davos", handle: "@collector.mindset", testimonial: "As a collector, I appreciate the attention to detail and craftsmanship in every piece. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Marco Davos"},
|
||||
id: "t6", name: "Marco Davos", handle: "@collector.mindset", testimonial: "As a collector, I appreciate the attention to detail and craftsmanship in every piece. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=8", imageAlt: "Marco Davos"},
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
|
||||
Reference in New Issue
Block a user