diff --git a/src/app/page.tsx b/src/app/page.tsx index eb376b5..a7d5fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,10 +93,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Elite Runner v2", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/mans-shoe-used-formal-events_1194-638978.jpg" }, - { id: "p2", name: "Street Trainer", price: "$115", imageSrc: "http://img.b2bpic.net/free-photo/men-shoes_1203-8658.jpg" }, - { id: "p3", name: "Performance Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-sports-woman-listening-music_171337-7993.jpg" }, - { id: "p4", name: "Athleisure Jogger", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/man-athletic-wear-stairs-outdoors_23-2148773871.jpg" }, + { id: "p1", name: "Linen Summer Shirt", price: "400 NIS", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-linen-shirt-looking-away_23-2148408011.jpg" }, + { id: "p2", name: "Relaxed Linen Pant", price: "400 NIS", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-linen-pants-beach_23-2148906649.jpg" }, + { id: "p3", name: "Essential Linen Dress", price: "400 NIS", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-linen-dress-sunny-day_23-2148564532.jpg" }, + { id: "p4", name: "Linen Blend Blazer", price: "400 NIS", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-lightweight-linen-blazer_23-2148536294.jpg" }, ]} title="Core Collections" description="Browse our hand-picked selection of high-performance footwear and apparel for your next goal." @@ -166,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}