58 lines
2.6 KiB
TypeScript
58 lines
2.6 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "dishes" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function DishesSection(): React.JSX.Element {
|
|
return (
|
|
<div id="dishes" data-section="dishes">
|
|
<SectionErrorBoundary name="dishes">
|
|
<FeaturesImageBento
|
|
tag="Nos Plats"
|
|
title="Une Carte Riche en Saveurs"
|
|
description="Chaque détail compte pour vous offrir une expérience inoubliable."
|
|
items={[
|
|
{
|
|
title: "Tajine au Citron",
|
|
description: "Un classique incontournable.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-plate-food_181624-60393.jpg",
|
|
},
|
|
{
|
|
title: "Couscous Royal",
|
|
description: "Le pilier de la table marocaine.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-pity-mutton-peas-potato-onion-sumakh-side-view_141793-3249.jpg",
|
|
},
|
|
{
|
|
title: "Salades Fraîches",
|
|
description: "Le goût du soleil en bouche.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-cabbage-tomatoes-white-cheese-pomegranate-seeds-plate_140725-10248.jpg",
|
|
},
|
|
{
|
|
title: "Bastilla Sucrée",
|
|
description: "Un délice croustillant.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crepes-filled-with-cottage-cheese-breakfast_114579-35100.jpg",
|
|
},
|
|
{
|
|
title: "Brochettes grillées",
|
|
description: "Le goût authentique des braises.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg",
|
|
},
|
|
{
|
|
title: "Thé à la menthe",
|
|
description: "L'hospitalité marocaine.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/half-shot-organic-fresh-juices-bottles-served-with-tubes-fruits-brown-wooden-background_140725-94576.jpg",
|
|
},
|
|
{
|
|
title: "Pain Traditionnel",
|
|
description: "La base de chaque repas.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/greenies-qutab-greens-herbs-dough-cook-brown-wood-rustic-desk_140725-14966.jpg",
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|