Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-03-02 21:03:47 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
<ProductCardTwo
products={[
{
id: "1", name: "Performance Engineered Fabric", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=3", imageAlt: "Premium performance fabric"
id: "1", name: "Performance Engineered Fabric", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=3", imageAlt: "Premium performance fabric", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
},
{
id: "2", name: "Training Edition", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=3", imageAlt: "Athlete in training gear"
id: "2", name: "Training Edition", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=3", imageAlt: "Athlete in training gear", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
},
{
id: "3", name: "Precision Cut", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=4", imageAlt: "Product front detail"
id: "3", name: "Precision Cut", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=4", imageAlt: "Product front detail", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
},
{
id: "4", name: "Lifestyle Collection", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "Lifestyle performance discipline athletic"
id: "4", name: "Lifestyle Collection", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "Lifestyle performance discipline athletic", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
}
]}
title="Limited First Release"