Update src/app/page.tsx

This commit is contained in:
2026-03-21 17:39:13 +00:00
parent a8b8ee9784
commit 80bfc152b2

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "dark-truffle", name: "Dark Chocolate Truffle", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg", imageAlt: "Premium dark chocolate truffle"
id: "dark-truffle", name: "Dark Chocolate Truffle", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg?_wi=1", imageAlt: "Premium dark chocolate truffle"
},
{
id: "milk-smooth", name: "Smooth Milk Chocolate", price: "€7.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-bar-with-dried-fruits-cookies_23-2148542484.jpg", imageAlt: "Artisanal milk chocolate bonbon"
@@ -119,10 +119,10 @@ export default function LandingPage() {
{
id: 1,
title: "Premium Sourcing", description: "We select only the finest cocoa beans and ingredients from ethical suppliers worldwide.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg?_wi=1"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg?_wi=1"
}
},
{
@@ -131,16 +131,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/putting-flaming-candles-around-chocolate-box-piece-wood_114579-4789.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg?_wi=2"
}
},
{
id: 3,
title: "Quality Assurance", description: "Every batch undergoes rigorous quality checks to ensure perfection in taste and presentation.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg?_wi=2"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg?_wi=2"
}
}
]}