From 0e5d8f149d4a2c5ff3c8fc77ac6a260f29910fb9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:18:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 529d700..760d78d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-desserts-pana-cotta-red-punch-glassware_8353-10484.jpg", imageAlt: "Magnificently decorated Bien Venu interior with traditional Moroccan architecture" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-desserts-pana-cotta-red-punch-glassware_8353-10484.jpg?_wi=2", imageAlt: "Magnificently decorated Bien Venu interior with traditional Moroccan architecture" } ]} rightCarouselItems={[ @@ -128,7 +128,7 @@ export default function LandingPage() { id: "crepes", name: "Crêpes Salées", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865556.jpg?_wi=2", imageAlt: "Savory Moroccan Crêpes with traditional filling" }, { - id: "desserts", name: "Moroccan Desserts", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "Authentic Moroccan pastries and sweets" + id: "desserts", name: "Moroccan Desserts", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=2", imageAlt: "Authentic Moroccan pastries and sweets" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1 From f3a3427553b1af3b91556430806125d1d1a68a4d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:18:09 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 483714d..55526e1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -57,10 +57,10 @@ export default function ProductsPage() { id: "crepes", name: "Crêpes Salées", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865556.jpg?_wi=2", imageAlt: "Savory Moroccan Crêpes with traditional filling" }, { - id: "desserts", name: "Moroccan Desserts", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "Authentic Moroccan pastries and sweets" + id: "desserts", name: "Moroccan Desserts", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=1", imageAlt: "Authentic Moroccan pastries and sweets" }, { - id: "tagine-chicken", name: "Tagine de Poulet", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-desserts-pana-cotta-red-punch-glassware_8353-10484.jpg", imageAlt: "Traditional chicken tagine with preserved lemons" + id: "tagine-chicken", name: "Tagine de Poulet", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-mousse-desserts-pana-cotta-red-punch-glassware_8353-10484.jpg?_wi=1", imageAlt: "Traditional chicken tagine with preserved lemons" }, { id: "pastilla", name: "Pastilla", price: "70 MAD", imageSrc: "http://img.b2bpic.net/free-photo/fried-liver-with-vegetable-set_140725-9673.jpg?_wi=2", imageAlt: "Crispy pastilla with pigeon or chicken filling" -- 2.49.1