From db54843395b787b2e7d02fe0487f5cf66ecce184 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 02:59:51 +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 de36139..71c241f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,23 +113,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Polaroid Magnet", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/metallic-pieces-with-colorful-painting_23-2148742357.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "1", name: "Polaroid Magnet", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/metallic-pieces-with-colorful-painting_23-2148742357.jpg"}, { - id: "2", name: "Minimalist Square", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181730.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "2", name: "Minimalist Square", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/person-setting-their-new-year-goals_23-2149181730.jpg"}, { - id: "3", name: "Circle Memories", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-clothes-elements-arrangement_23-2148742330.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "3", name: "Circle Memories", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-clothes-elements-arrangement_23-2148742330.jpg"}, { - id: "4", name: "Hexagon Art", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20155.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "4", name: "Hexagon Art", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20155.jpg"}, { - id: "5", name: "Landscape View", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-office-desk-concept-wood-house-also-car-clock-wooden-shelf-beautiful-pink-flower-wood-background-with-copy-space_1921-37.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "5", name: "Landscape View", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-office-desk-concept-wood-house-also-car-clock-wooden-shelf-beautiful-pink-flower-wood-background-with-copy-space_1921-37.jpg"}, { - id: "6", name: "Photo Frame", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-with-flower-petals-table_23-2148069173.jpg", priceButtonProps: { children: "Add to Cart" } - }, + id: "6", name: "Photo Frame", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-with-flower-petals-table_23-2148069173.jpg"}, ]} title="Our Collection" description="Browse our popular magnet styles and shapes."