Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:49:22 +00:00

View File

@@ -76,18 +76,15 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Classic Street Tee", price: "$34.99", imageSrc:
"http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1", imageAlt: "Classic Street Tee - Premium graphic t-shirt", initialQuantity: 1,
id: "1", name: "Classic Street Tee", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Classic Street Tee - Premium graphic t-shirt", initialQuantity: 1,
isFavorited: false,
},
{
id: "2", name: "Urban Hoodie", price: "$54.99", imageSrc:
"http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Urban Hoodie - Comfortable streetwear", initialQuantity: 1,
id: "2", name: "Urban Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Urban Hoodie - Comfortable streetwear", initialQuantity: 1,
isFavorited: false,
},
{
id: "3", name: "Signature Bomber Jacket", price: "$89.99", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=1", imageAlt: "Signature Bomber Jacket - Premium outerwear", initialQuantity: 1,
id: "3", name: "Signature Bomber Jacket", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg", imageAlt: "Signature Bomber Jacket - Premium outerwear", initialQuantity: 1,
isFavorited: false,
},
]}
@@ -130,11 +127,9 @@ export default function LandingPage() {
<FeatureCardTen
features={[
{
id: "1", title: "Premium Quality Materials", description:
"Sourced from the finest suppliers globally, our materials guarantee durability, comfort, and style that lasts.", reverse: false,
id: "1", title: "Premium Quality Materials", description: "Sourced from the finest suppliers globally, our materials guarantee durability, comfort, and style that lasts.", reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg"},
items: [
{ icon: Award, text: "Premium cotton blend" },
{ icon: Check, text: "Eco-conscious production" },
@@ -142,11 +137,9 @@ export default function LandingPage() {
],
},
{
id: "2", title: "Authentic Design Culture", description:
"Every design is inspired by real street culture, created by artists who live and breathe the urban scene.", reverse: true,
id: "2", title: "Authentic Design Culture", description: "Every design is inspired by real street culture, created by artists who live and breathe the urban scene.", reverse: true,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"},
items: [
{ icon: Sparkles, text: "Artist-designed collections" },
{ icon: Zap, text: "Limited edition drops" },
@@ -154,11 +147,9 @@ export default function LandingPage() {
],
},
{
id: "3", title: "Fast & Reliable Shipping", description:
"Get your orders delivered quickly with tracking at every step. We ship worldwide with care.", reverse: false,
id: "3", title: "Fast & Reliable Shipping", description: "Get your orders delivered quickly with tracking at every step. We ship worldwide with care.", reverse: false,
media: {
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg"},
items: [
{ icon: Truck, text: "Express delivery options" },
{ icon: MapPin, text: "Worldwide coverage" },
@@ -210,8 +201,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
names=[
"Hype Beast Magazine", "Sneaker Culture", "Style Collective", "Urban Threads", "Street Edge", "Threads Co", "Drip Factory", "Vibe Collective"]
names={[
"Hype Beast Magazine", "Sneaker Culture", "Style Collective", "Urban Threads", "Street Edge", "Threads Co", "Drip Factory", "Vibe Collective"]}
logos={[
"http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg", "http://img.b2bpic.net/free-vector/minimalist-fashion-typography-logo-template_742173-7469.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg", "http://img.b2bpic.net/free-vector/simple-handwritten-fashion-typography-logo-template_742173-7510.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg", "http://img.b2bpic.net/free-vector/monocolor-y2k-streetwear-brand-logo-template_742173-17199.jpg"]}
speed={40}
@@ -223,17 +214,13 @@ export default function LandingPage() {
<ContactFaq
faqs={[
{
id: "1", title: "What is your return policy?", content:
"We offer a 30-day hassle-free return policy on all items. If you're not completely satisfied with your purchase, simply return it in original condition for a full refund or exchange."},
id: "1", title: "What is your return policy?", content: "We offer a 30-day hassle-free return policy on all items. If you're not completely satisfied with your purchase, simply return it in original condition for a full refund or exchange."},
{
id: "2", title: "How long does shipping take?", content:
"Standard shipping typically takes 5-7 business days within the US. International orders may take 10-14 business days. Express shipping options are available at checkout."},
id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days within the US. International orders may take 10-14 business days. Express shipping options are available at checkout."},
{
id: "3", title: "Are your products sustainable?", content:
"Yes! We're committed to sustainability. Our products are made from eco-conscious materials and we partner with manufacturers who follow ethical production practices."},
id: "3", title: "Are your products sustainable?", content: "Yes! We're committed to sustainability. Our products are made from eco-conscious materials and we partner with manufacturers who follow ethical production practices."},
{
id: "4", title: "Do you offer size exchanges?", content:
"Absolutely. If you need a different size, we cover the exchange shipping. Just reach out to our customer service team with your order number."},
id: "4", title: "Do you offer size exchanges?", content: "Absolutely. If you need a different size, we cover the exchange shipping. Just reach out to our customer service team with your order number."},
]}
ctaTitle="Ready to Join the Movement?"
ctaDescription="Connect with our community and stay updated on new drops and exclusive releases."