Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:04:42 +00:00
parent ba6419bc5c
commit 098d34cf5a

View File

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