Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 11:27:38 +00:00
2 changed files with 21 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -83,13 +83,13 @@ export default function SborroPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Dark Chocolate Delight", 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", 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", 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", 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", 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", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=2", imageAlt: "Hazelnut Dream Bar"
},
]}
/>