diff --git a/src/app/page.tsx b/src/app/page.tsx index 81beb79..672ee80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,13 @@ export default function SborroPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Dark Chocolate Delight – Rich & Smooth", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=2", imageAlt: "Dark Chocolate Delight" + id: "1", name: "Dark Chocolate Delight – Rich & Smooth Cocoa", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=2", imageAlt: "Dark Chocolate Delight" }, { - id: "2", name: "Creamy Milk Chocolate – Velvety & Soft", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=2", imageAlt: "Creamy Milk Chocolate" + id: "2", name: "Creamy Milk Chocolate – Velvety & Soft White Coating", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=2", imageAlt: "Creamy Milk Chocolate" }, { - id: "3", name: "Hazelnut Dream Bar – Nutty & Decadent", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=2", imageAlt: "Hazelnut Dream Bar" + id: "3", name: "Hazelnut Dream Bar – Nutty & Decadent Premium Blend", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=2", imageAlt: "Hazelnut Dream Bar" }, ]} />