Merge version_1 into main #2

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

View File

@@ -19,7 +19,7 @@ export default function SborroPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="circleGradient"
background="aurora"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -46,18 +46,23 @@ export default function SborroPage() {
description="Sborro brings you the finest artisanal chocolate snacks crafted with premium cocoa and passion. Every bite is a moment of indulgence."
tag="Premium Quality"
tagIcon={Sparkles}
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
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/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Sborro premium chocolate snack"
},
{
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/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg", imageAlt: "Dark chocolate bar"
},
{
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/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg", imageAlt: "Milk chocolate treat"
},
{
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/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut chocolate snack"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg?_wi=2", imageAlt: "Chocolate indulgence"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Chocolate indulgence"
},
]}
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -78,11 +83,14 @@ 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", 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: "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", 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: "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", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut Dream Bar"
},
]}
/>
</div>
@@ -91,6 +99,7 @@ export default function SborroPage() {
<AboutMetric
title="Sborro: Crafted for Chocolate Lovers. Since we started, we've been committed to delivering the finest artisanal chocolate snacks using premium cocoa and sustainable ingredients."
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: ChefHat, label: "Premium Ingredients", value: "100%" },
{ icon: Globe, label: "Countries Shipped To", value: "50+" },
@@ -111,16 +120,20 @@ export default function SborroPage() {
features={[
{
id: "1", title: "Ethically Sourced Cocoa", tags: ["Sustainable", "Fair Trade"],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-chunks-plate-with-cocoa-beans-powder-copy-space_23-2148569658.jpg"},
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?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg"
},
{
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?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg"
},
{
id: "4", title: "Delightful Flavors", tags: ["Unique", "Gourmet"],
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg"
},
]}
/>
</div>
@@ -135,17 +148,23 @@ export default function SborroPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Maria Garcia", handle: "@chocoholic_maria", testimonial: "Sborro chocolate is absolutely divine! The quality and taste are unmatched. I can't stop ordering.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Maria Garcia"},
id: "1", name: "Maria Garcia", handle: "@chocoholic_maria", testimonial: "Sborro chocolate is absolutely divine! The quality and taste are unmatched. I can't stop ordering.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Maria Garcia"
},
{
id: "2", name: "James Chen", handle: "@sweetdelights", testimonial: "Finally found a chocolate brand that cares about quality and ethics. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17984.jpg", imageAlt: "James Chen"},
id: "2", name: "James Chen", handle: "@sweetdelights", testimonial: "Finally found a chocolate brand that cares about quality and ethics. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17984.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Sofia Rodriguez", handle: "@foodie_sofia", testimonial: "The hazelnut bar is my favorite. Smooth, rich, and absolutely delicious. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Rodriguez"},
id: "3", name: "Sofia Rodriguez", handle: "@foodie_sofia", testimonial: "The hazelnut bar is my favorite. Smooth, rich, and absolutely delicious. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Rodriguez"
},
{
id: "4", name: "David Murphy", handle: "@taste_adventure", testimonial: "Sborro delivers on their promise. Premium ingredients, exceptional taste, and great customer service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg", imageAlt: "David Murphy"},
id: "4", name: "David Murphy", handle: "@taste_adventure", testimonial: "Sborro delivers on their promise. Premium ingredients, exceptional taste, and great customer service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-looking-away_23-2147892778.jpg", imageAlt: "David Murphy"
},
{
id: "5", name: "Elena Dimitri", handle: "@chocolate_dreams", testimonial: "I gift Sborro to all my friends. Every bar is a work of art. Simply the best!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Elena Dimitri"},
id: "5", name: "Elena Dimitri", handle: "@chocolate_dreams", testimonial: "I gift Sborro to all my friends. Every bar is a work of art. Simply the best!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Elena Dimitri"
},
{
id: "6", name: "Marcus Thompson", handle: "@gourmet_guy", testimonial: "As someone who appreciates fine chocolate, Sborro is top tier. Beautiful packaging too!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-street_58466-11057.jpg", imageAlt: "Marcus Thompson"},
id: "6", name: "Marcus Thompson", handle: "@gourmet_guy", testimonial: "As someone who appreciates fine chocolate, Sborro is top tier. Beautiful packaging too!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-street_58466-11057.jpg", imageAlt: "Marcus Thompson"
},
]}
/>
</div>
@@ -159,7 +178,8 @@ export default function SborroPage() {
useInvertedBackground={false}
names={["Nestlé", "Ferrero", "Lindt", "Godiva", "Cadbury", "Ghirardelli", "Toblerone"]}
logos={[
"http://img.b2bpic.net/free-photo/customer-looks-around-bio-food-shop_482257-109314.jpg", "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715470.jpg", "http://img.b2bpic.net/free-photo/chocolate-truffle-cocoa-powder_23-2148173350.jpg", "http://img.b2bpic.net/free-vector/round-cookie-digital-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1414.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-easter-labels-collection_23-2149325593.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-cocoa-label-design_23-2150838206.jpg", "http://img.b2bpic.net/free-photo/high-angle-dark-arrangement-with-chocolate-dessert_23-2148553165.jpg"]}
"http://img.b2bpic.net/free-photo/customer-looks-around-bio-food-shop_482257-109314.jpg", "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715470.jpg", "http://img.b2bpic.net/free-photo/chocolate-truffle-cocoa-powder_23-2148173350.jpg", "http://img.b2bpic.net/free-vector/round-cookie-digital-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1414.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-easter-labels-collection_23-2149325593.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-cocoa-label-design_23-2150838206.jpg", "http://img.b2bpic.net/free-photo/high-angle-dark-arrangement-with-chocolate-dessert_23-2148553165.jpg"
]}
speed={40}
showCard={true}
/>