From 098d34cf5a3c3a52082bb093cdcb2c558e4e6eba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:04:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb79e22..af43a75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,13 +76,19 @@ export default function LandingPage() { tag="Cuisine Marocaine" features={[ { - id: "1", title: "Couscous Royal", description: "Couscous traditionnel garni de viande tendre, légumes colorés et sauce savoureuse. Un classique incontournable.", tag: "Maison", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg", imageAlt: "Couscous Royal" + id: "1", title: "Couscous Royal", description: "Couscous traditionnel garni de viande tendre, légumes colorés et sauce savoureuse. Un classique incontournable.", tag: "Maison", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg", imageAlt: "Couscous Royal", buttons: [ + { text: "Commander", href: "#contact" } + ] }, { - id: "2", title: "Tajine de Kefta", description: "Viande hachée épicée cuite lentement avec des œufs, tomates et herbes aromatiques dans notre tajine signature.", tag: "Spécialité", imageSrc: "http://img.b2bpic.net/free-photo/turkish-ka-fte-with-bulgur-vegetables-top-view_140725-3022.jpg", imageAlt: "Tajine de Kefta" + id: "2", title: "Tajine de Kefta", description: "Viande hachée épicée cuite lentement avec des œufs, tomates et herbes aromatiques dans notre tajine signature.", tag: "Spécialité", imageSrc: "http://img.b2bpic.net/free-photo/turkish-ka-fte-with-bulgur-vegetables-top-view_140725-3022.jpg", imageAlt: "Tajine de Kefta", buttons: [ + { text: "Commander", href: "#contact" } + ] }, { - id: "3", title: "Tajine Poulet Citron", description: "Poulet tendre mijoté avec citron confit et olives, saveurs équilibrées et textures fondantes.", tag: "Favori", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash-fork-knife_140725-73680.jpg", imageAlt: "Tajine Poulet Citron" + id: "3", title: "Tajine Poulet Citron", description: "Poulet tendre mijoté avec citron confit et olives, saveurs équilibrées et textures fondantes.", tag: "Favori", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash-fork-knife_140725-73680.jpg", imageAlt: "Tajine Poulet Citron", buttons: [ + { text: "Commander", href: "#contact" } + ] }, ]} textboxLayout="default"