From 10477d5dc8b3309cddb9199cd2231399a407a476 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:13:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b26a717..701be9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." -- 2.49.1