Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 11:26:26 +00:00

View File

@@ -49,19 +49,19 @@ export default function SborroPage() {
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Sborro premium chocolate snack"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg?_wi=1", imageAlt: "Sborro premium chocolate snack"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg", imageAlt: "Dark chocolate bar"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=1", imageAlt: "Dark chocolate bar"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg", imageAlt: "Milk chocolate treat"
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=1", imageAlt: "Milk chocolate treat"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut chocolate snack"
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=1", imageAlt: "Hazelnut chocolate snack"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Chocolate indulgence"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg?_wi=2", imageAlt: "Chocolate indulgence"
},
]}
buttons={[
@@ -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", imageAlt: "Dark Chocolate Delight"
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: "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", imageAlt: "Creamy Milk Chocolate"
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: "3", name: "Hazelnut Dream Bar", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut Dream Bar"
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"
},
]}
/>
@@ -124,15 +124,15 @@ export default function SborroPage() {
},
{
id: "2", title: "Artisanal Craftsmanship", tags: ["Handmade", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=3"
},
{
id: "3", title: "No Artificial Additives", tags: ["Natural", "Pure"],
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=3"
},
{
id: "4", title: "Delightful Flavors", tags: ["Unique", "Gourmet"],
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=3"
},
]}
/>