diff --git a/src/app/page.tsx b/src/app/page.tsx index 1137e5f..5b8ec65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Visit Us", href: "contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=1" imageAlt="Luxury Belgian chocolate café Leonidas Groenplaats" frameStyle="card" mediaAnimation="slide-up" @@ -79,7 +79,7 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "1", name: "Dark Praline Selection", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-truffles-bowls_23-2148542527.jpg", imageAlt: "Premium dark chocolate pralines assortment", initialQuantity: 1 + id: "1", name: "Dark Praline Selection", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-truffles-bowls_23-2148542527.jpg?_wi=1", imageAlt: "Premium dark chocolate pralines assortment", initialQuantity: 1 }, { id: "2", name: "Signature Hot Chocolate", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blurry-couple-with-drinks_23-2148735595.jpg", imageAlt: "Luxury Belgian hot chocolate", initialQuantity: 1 @@ -110,7 +110,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tasty-chocolate-cake-composition_23-2147985625.jpg", imageAlt: "Artisanal chocolate craftsmanship" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-truffles-bowls_23-2148542527.jpg", imageAlt: "Premium pralines collection" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-truffles-bowls_23-2148542527.jpg?_wi=2", imageAlt: "Premium pralines collection" } ] }, @@ -132,7 +132,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg", imageAlt: "Cozy café warmth hospitality" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg", imageAlt: "Inviting café atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=2", imageAlt: "Inviting café atmosphere" } ] }