Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 11:23:30 +00:00
2 changed files with 1378 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,15 +49,15 @@ export default function SborroPage() {
background={{ variant: "circleGradient" }}
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={[
{ text: "Shop Now", href: "#products" },
@@ -78,11 +78,11 @@ 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"},
]}
/>
</div>
@@ -114,13 +114,13 @@ export default function SborroPage() {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-chunks-plate-with-cocoa-beans-powder-copy-space_23-2148569658.jpg"},
{
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"},
]}
/>
</div>