Merge version_1 into main #3

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

View File

@@ -76,15 +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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Signature Bomber Jacket - Premium outerwear", initialQuantity: 1,
isFavorited: false,
},
]}
@@ -129,7 +129,7 @@ export default function LandingPage() {
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=2"},
items: [
{ icon: Award, text: "Premium cotton blend" },
{ icon: Check, text: "Eco-conscious production" },
@@ -139,7 +139,7 @@ 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,
media: {
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=2"},
items: [
{ icon: Sparkles, text: "Artist-designed collections" },
{ icon: Zap, text: "Limited edition drops" },
@@ -149,7 +149,7 @@ 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,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=2"},
items: [
{ icon: Truck, text: "Express delivery options" },
{ icon: MapPin, text: "Worldwide coverage" },