Update src/app/page.tsx

This commit is contained in:
2026-03-09 21:25:44 +00:00
parent f175d795b9
commit f02b7cb0d8

View File

@@ -45,7 +45,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Appeler", href: "tel:+33XXXXXXXXX"}}
text: "Appeler", href: "tel:+33XXXXXXXXX"
}}
animateOnLoad={true}
/>
</div>
@@ -76,14 +77,17 @@ export default function LandingPage() {
],
stats: [
{
title: "Depuis", values: [2015],
description: "Années de qualité"},
title: "Depuis", values: [2015, 0, 0],
description: "Années de qualité"
},
{
title: "Spécialités", values: [12],
description: "Menus variés"},
title: "Spécialités", values: [12, 0, 0],
description: "Menus variés"
},
{
title: "Satisfaits", values: [100],
valueSuffix: "%", description: "Clients heureux"},
title: "Satisfaits", values: [100, 0, 0],
valueSuffix: "%", description: "Clients heureux"
},
],
chartTitle: "Moments d'Affluence", chartData: [
{ value: 30 },
@@ -97,7 +101,8 @@ export default function LandingPage() {
{ icon: Leaf, title: "Brochette Poulet", status: "Populaire" },
{ icon: Award, title: "Kofta Maison", status: "Recommandé" },
],
searchPlaceholder: "Que voulez-vous manger?"}}
searchPlaceholder: "Que voulez-vous manger?"
}}
/>
</div>
@@ -110,21 +115,29 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "kebab-agneau", name: "Kebab Agneau", price: "8,50 €", variant: "Sandwich pita - oignon, tomate, salade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Kebab d'agneau savoureux"},
id: "kebab-agneau", name: "Kebab Agneau", price: "8,50 €", variant: "Sandwich pita - oignon, tomate, salade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Kebab d'agneau savoureux"
},
{
id: "brochette-poulet", name: "Brochette Poulet", price: "7,50 €", variant: "Sandwich pita - sauce maison incluse", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Brochette de poulet grillée"},
id: "brochette-poulet", name: "Brochette Poulet", price: "7,50 €", variant: "Sandwich pita - sauce maison incluse", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Brochette de poulet grillée"
},
{
id: "kofta-maison", name: "Kofta Maison", price: "8,00 €", variant: "Sandwich pita - spécialité du chef", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Kofta traditionnel turc"},
id: "kofta-maison", name: "Kofta Maison", price: "8,00 €", variant: "Sandwich pita - spécialité du chef", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Kofta traditionnel turc"
},
{
id: "assiette-agneau", name: "Assiette Agneau", price: "11,50 €", variant: "Viande, riz, salade, pain", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Assiette complète agneau"},
id: "assiette-agneau", name: "Assiette Agneau", price: "11,50 €", variant: "Viande, riz, salade, pain", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Assiette complète agneau"
},
{
id: "assiette-poulet", name: "Assiette Poulet", price: "10,00 €", variant: "Poulet, riz, légumes frais, pain", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Assiette poulet garnie"},
id: "assiette-poulet", name: "Assiette Poulet", price: "10,00 €", variant: "Poulet, riz, légumes frais, pain", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Assiette poulet garnie"
},
{
id: "menu-enfant", name: "Menu Enfant", price: "5,50 €", variant: "Sandwich, frites, boisson", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Menu enfant complet"},
id: "menu-enfant", name: "Menu Enfant", price: "5,50 €", variant: "Sandwich, frites, boisson", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-with-onion-cucumber-lettuce-sauce-pita-table_141793-4826.jpg", imageAlt: "Menu enfant complet"
},
{
id: "baklava-miel", name: "Baklava Miel", price: "3,50 €", variant: "Dessert traditionnel - 2 pièces", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pastry-rolls-with-pistachio-platter_140725-12013.jpg", imageAlt: "Baklava au miel"},
id: "baklava-miel", name: "Baklava Miel", price: "3,50 €", variant: "Dessert traditionnel - 2 pièces", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pastry-rolls-with-pistachio-platter_140725-12013.jpg", imageAlt: "Baklava au miel"
},
{
id: "boisson-fraiche", name: "Boisson Fraîche", price: "2,00 €", variant: "Citron, menthe ou cola", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Boisson fraîche"},
id: "boisson-fraiche", name: "Boisson Fraîche", price: "2,00 €", variant: "Citron, menthe ou cola", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "Boisson fraîche"
},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -153,13 +166,17 @@ export default function LandingPage() {
description="Découvrez l'ambiance chaleureuse du restaurant, nos délicieux plats et notre équipe passionnée."
members={[
{
id: "1", name: "Plat Signature", role: "Kebab Premium", imageSrc: "http://img.b2bpic.net/free-photo/lamp-kebab-skewer-wooden-board-salt-pepper-lemonade-side-view_141793-12254.jpg", imageAlt: "grilled turkey meat kebab platter"},
id: "1", name: "Plat Signature", role: "Kebab Premium", imageSrc: "http://img.b2bpic.net/free-photo/lamp-kebab-skewer-wooden-board-salt-pepper-lemonade-side-view_141793-12254.jpg", imageAlt: "grilled turkey meat kebab platter"
},
{
id: "2", name: "Saveurs Fraiches", role: "Ingrédients Bio", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate_181624-1363.jpg", imageAlt: "fresh salad vegetables accompaniment"},
id: "2", name: "Saveurs Fraiches", role: "Ingrédients Bio", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate_181624-1363.jpg", imageAlt: "fresh salad vegetables accompaniment"
},
{
id: "3", name: "Notre Équipe", role: "Passionnés du Métier", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727994.jpg", imageAlt: "restaurant team working kitchen"},
id: "3", name: "Notre Équipe", role: "Passionnés du Métier", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727994.jpg", imageAlt: "restaurant team working kitchen"
},
{
id: "4", name: "Menu Varié", role: "Tous les Goûts", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "grilled meat platter with vegetables"},
id: "4", name: "Menu Varié", role: "Tous les Goûts", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-vegetables-wooden-board-close-up-horizontal-view-from_114579-184.jpg", imageAlt: "grilled meat platter with vegetables"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -174,13 +191,17 @@ export default function LandingPage() {
description="Les témoignages de nos clients satisfaits qui reviennent régulièrement chez Le Marmara."
testimonials={[
{
id: "1", name: "Ahmed B.", role: "Client régulier", testimonial: "Excellent ! Les kebabs sont vraiment délicieux et préparés avec soin. Le service est rapide et courtois. Je recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-posing-office-desk_1163-3983.jpg", imageAlt: "happy customer smiling portrait"},
id: "1", name: "Ahmed B.", role: "Client régulier", testimonial: "Excellent ! Les kebabs sont vraiment délicieux et préparés avec soin. Le service est rapide et courtois. Je recommande vivement !", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-posing-office-desk_1163-3983.jpg", imageAlt: "happy customer smiling portrait"
},
{
id: "2", name: "Marie T.", role: "Habitante du quartier", testimonial: "Enfin un restaurant turc authentique près de chez moi ! Les prix sont justes, la qualité est au rendez-vous. Bravo à toute l'équipe !", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "woman smiling happy portrait"},
id: "2", name: "Marie T.", role: "Habitante du quartier", testimonial: "Enfin un restaurant turc authentique près de chez moi ! Les prix sont justes, la qualité est au rendez-vous. Bravo à toute l'équipe !", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "woman smiling happy portrait"
},
{
id: "3", name: "Laurent M.", role: "Travailleur midi", testimonial: "Parfait pour un déjeuner rapide et savoureux. J'y vais au moins une fois par semaine. Les portions sont généreuses.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "man happy satisfied portrait"},
id: "3", name: "Laurent M.", role: "Travailleur midi", testimonial: "Parfait pour un déjeuner rapide et savoureux. J'y vais au moins une fois par semaine. Les portions sont généreuses.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "man happy satisfied portrait"
},
{
id: "4", name: "Sophie D.", role: "Mère de famille", testimonial: "Mes enfants adorent les menus kids ! C'est sain, c'est bon et c'est pas cher. Nous y allons régulièrement en famille.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "woman happy satisfied portrait"},
id: "4", name: "Sophie D.", role: "Mère de famille", testimonial: "Mes enfants adorent les menus kids ! C'est sain, c'est bon et c'est pas cher. Nous y allons régulièrement en famille.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "woman happy satisfied portrait"
},
]}
animationType="slide-up"
textboxLayout="default"