Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-19 22:13:16 +00:00

View File

@@ -123,23 +123,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Apex One", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/modern-sports-shoe-design-abstract-motion-generated-by-ai_188544-19638.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p1", name: "Apex One", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/modern-sports-shoe-design-abstract-motion-generated-by-ai_188544-19638.jpg" },
{
id: "p2", name: "Midnight Runner", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-41256.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p2", name: "Midnight Runner", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-down-stairs_53876-41256.jpg" },
{
id: "p3", name: "Velvet Gold", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/funny-skater-woman-with-trendy-hairstyle-expressing-positive-emotions-outdoor-portrait-joyful-female-model-chilling-skate-park_197531-20731.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p3", name: "Velvet Gold", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/funny-skater-woman-with-trendy-hairstyle-expressing-positive-emotions-outdoor-portrait-joyful-female-model-chilling-skate-park_197531-20731.jpg" },
{
id: "p4", name: "Aurelius High", price: "$1,100", imageSrc: "http://img.b2bpic.net/free-photo/drum-cymbal-closeup-dark-background_169016-30045.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p4", name: "Aurelius High", price: "$1,100", imageSrc: "http://img.b2bpic.net/free-photo/drum-cymbal-closeup-dark-background_169016-30045.jpg" },
{
id: "p5", name: "Street Classic", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-sitting-car_23-2148601560.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p5", name: "Street Classic", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-sitting-car_23-2148601560.jpg" },
{
id: "p6", name: "Artisan Black", price: "$1,300", imageSrc: "http://img.b2bpic.net/free-photo/pair-heels-modern-shoe-shiny_1203-6414.jpg", priceButtonProps: { children: "Purchase Now" }
},
id: "p6", name: "Artisan Black", price: "$1,300", imageSrc: "http://img.b2bpic.net/free-photo/pair-heels-modern-shoe-shiny_1203-6414.jpg" },
]}
title="Limited Editions"
description="Our current collection of signature footwear."