Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 11:31:10 +00:00

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Dark Chocolate Truffle Collection", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg", imageAlt: "Dark Chocolate Truffle Collection"
id: "1", name: "Dark Chocolate Truffle Collection", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg?_wi=1", imageAlt: "Dark Chocolate Truffle Collection"
},
{
id: "2", name: "Silky Milk Chocolate Delights", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-candies-white-dark-chocolate-pink-background_140725-49096.jpg", imageAlt: "Silky Milk Chocolate Delights"
id: "2", name: "Silky Milk Chocolate Delights", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-candies-white-dark-chocolate-pink-background_140725-49096.jpg?_wi=1", imageAlt: "Silky Milk Chocolate Delights"
},
{
id: "3", name: "White Chocolate Premium Box", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg", imageAlt: "White Chocolate Premium Box"
id: "3", name: "White Chocolate Premium Box", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg?_wi=1", imageAlt: "White Chocolate Premium Box"
}
]}
buttons={[
@@ -127,13 +127,13 @@ export default function LandingPage() {
id: "2", title: "Seasonal Specials", descriptions: [
"Limited edition flavors celebrating each season", "Handcrafted using fresh, premium ingredients", "Unique combinations you won't find anywhere else", "Only available for limited time periods", "Reserve yours early to avoid missing out"
],
imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg", imageAlt: "Seasonal Specials"
imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg?_wi=2", imageAlt: "Seasonal Specials"
},
{
id: "3", title: "Custom Creations", descriptions: [
"Design your own chocolate masterpiece", "Work with our expert chocolatiers for personalization", "Perfect for weddings, parties, and corporate events", "Minimum order quantities available", "Consultations available by appointment"
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg", imageAlt: "Custom Creations"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg?_wi=2", imageAlt: "Custom Creations"
}
]}
/>
@@ -189,19 +189,19 @@ export default function LandingPage() {
id: "1", title: "Premium Ingredients", descriptions: [
"Only the finest cocoa from ethical suppliers", "No artificial flavors or preservatives ever", "Imported butters and specialty ingredients", "Rigorous quality control at every stage", "Freshness guaranteed in every product"
],
imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg", imageAlt: "Premium Ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173358.jpg?_wi=3", imageAlt: "Premium Ingredients"
},
{
id: "2", title: "Expert Craftsmanship", descriptions: [
"15+ years of chocolate-making mastery", "Award-winning recipes and techniques", "Handcrafted in small batches for perfection", "Attention to detail in every creation", "Innovation meets tradition in our work"
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-candies-white-dark-chocolate-pink-background_140725-49096.jpg", imageAlt: "Expert Craftsmanship"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-candies-white-dark-chocolate-pink-background_140725-49096.jpg?_wi=2", imageAlt: "Expert Craftsmanship"
},
{
id: "3", title: "Customer Service", descriptions: [
"Personal attention to every order", "Same-day delivery available in city", "Special requests and customizations welcome", "Loyalty rewards for regular customers", "Expert recommendations from our team"
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg", imageAlt: "Customer Service"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-with-syrup_23-2148972023.jpg?_wi=3", imageAlt: "Customer Service"
}
]}
/>