Update src/app/page.tsx

This commit is contained in:
2026-03-18 06:18:09 +00:00
parent 1554c90a44
commit 0e5d8f149d

View File

@@ -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"