From b460437f54a2bd73a40ea6f51bfa606c4b7c9acf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:57:26 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 144 +++++++++++++---------------------------- 1 file changed, 44 insertions(+), 100 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e7797da..b794385 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Heart } from "lucide-react"; +import { Heart, CookingPot, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -28,35 +28,19 @@ export default function LandingPage() { @@ -71,22 +55,16 @@ export default function LandingPage() { tag="Notre Histoire" bulletPoints={[ { - title: "Cuisine Traditionnelle", - description: "Des recettes familiales authentiques, passées de génération en génération.", - icon: CookingPot, + title: "Cuisine Traditionnelle", description: "Des recettes familiales authentiques, passées de génération en génération.", icon: CookingPot }, { - title: "Ingrédients Frais", - description: "Nous sélectionnons rigoureusement les meilleurs produits pour nos plats.", - icon: Leaf, + title: "Ingrédients Frais", description: "Nous sélectionnons rigoureusement les meilleurs produits pour nos plats.", icon: Leaf }, { - title: "Ambiance Chaleureuse", - description: "Un accueil familial et un service attentionné pour chaque visite.", - icon: Heart, - }, + title: "Ambiance Chaleureuse", description: "Un accueil familial et un service attentionné pour chaque visite.", icon: Heart + } ]} - imageSrc="http://img.b2bpic.net/free-photo/fajitas_23-2148024796.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fajitas_23-2148024796.jpg" imageAlt="Intérieur chaleureux du restaurant" mediaAnimation="blur-reveal" /> @@ -99,20 +77,17 @@ export default function LandingPage() { description="La satisfaction de nos clients est notre priorité absolue. Nous nous efforçons d'offrir une cuisine savoureuse, un service impeccable et une expérience inoubliable à chaque visite." metrics={[ { - value: "15+", - title: "Ans d'Expérience", + value: "15+", title: "Ans d'Expérience" }, { - value: "95%", - title: "Clients Satisfaits", + value: "95%", title: "Clients Satisfaits" }, { - value: "Top 3", - title: "Restaurants Locaux", - }, + value: "Top 3", title: "Restaurants Locaux" + } ]} tag="Nos Valeurs" - imageSrc="http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg" imageAlt="Plat turc fraîchement préparé" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -126,33 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Mehmet Yilmaz", - role: "Chef Cuisinier & Fondateur", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg?_wi=2", - imageAlt: "Mehmet Yilmaz, Chef Cuisinier", + id: "1", name: "Mehmet Yilmaz", role: "Chef Cuisinier & Fondateur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg", imageAlt: "Mehmet Yilmaz, Chef Cuisinier" }, { - id: "2", - name: "Ayşe Yilmaz", - role: "Directrice & Accueil", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=2", - imageAlt: "Ayşe Yilmaz, Directrice", + id: "2", name: "Ayşe Yilmaz", role: "Directrice & Accueil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Ayşe Yilmaz, Directrice" }, { - id: "3", - name: "Emre Yilmaz", - role: "Assistant Cuisinier", - imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg?_wi=2", - imageAlt: "Emre Yilmaz, Assistant Cuisinier", + id: "3", name: "Emre Yilmaz", role: "Assistant Cuisinier", imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg", imageAlt: "Emre Yilmaz, Assistant Cuisinier" }, { - id: "4", - name: "Zeynep Demir", - role: "Responsable de Salle", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg?_wi=2", - imageAlt: "Zeynep Demir, Responsable de Salle", - }, + id: "4", name: "Zeynep Demir", role: "Responsable de Salle", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg", imageAlt: "Zeynep Demir, Responsable de Salle" + } ]} title="Les Visages Derrière Le Cappadoce" description="Rencontrez la famille et l'équipe passionnée qui donnent vie à vos plats préférés chaque jour. Votre satisfaction est notre fierté." @@ -164,68 +123,53 @@ export default function LandingPage() { -- 2.49.1 From 3971e3f8e0e024515cf584940afb2fa802391df6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:57:26 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 163 ++++++++++++------------------------------ 1 file changed, 44 insertions(+), 119 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 212d231..f2f7970 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -27,35 +27,19 @@ export default function LandingPage() { @@ -68,56 +52,27 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", - name: "Kebab Classique", - price: "7.50€", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg?_wi=2", - imageAlt: "Kebab classique avec frites", - initialQuantity: 1, + id: "1", name: "Kebab Classique", price: "7.50€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg", imageAlt: "Kebab classique avec frites", initialQuantity: 1, }, { - id: "2", - name: "Galette Végétarienne", - price: "6.90€", - imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg?_wi=2", - imageAlt: "Galette végétarienne fraîche", - initialQuantity: 1, + id: "2", name: "Galette Végétarienne", price: "6.90€", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg", imageAlt: "Galette végétarienne fraîche", initialQuantity: 1, }, { - id: "3", - name: "Assiette Adana", - price: "12.00€", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg?_wi=2", - imageAlt: "Assiette Adana avec riz et salade", - initialQuantity: 1, + id: "3", name: "Assiette Adana", price: "12.00€", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Assiette Adana avec riz et salade", initialQuantity: 1, }, { - id: "4", - name: "French Tacos Spécial", - price: "9.50€", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg?_wi=2", - imageAlt: "French Tacos au poulet", - initialQuantity: 1, + id: "4", name: "French Tacos Spécial", price: "9.50€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg", imageAlt: "French Tacos au poulet", initialQuantity: 1, }, { - id: "5", - name: "Durum Agneau", - price: "8.00€", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg?_wi=3", - imageAlt: "Durum agneau grillé", - initialQuantity: 1, + id: "5", name: "Durum Agneau", price: "8.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg", imageAlt: "Durum agneau grillé", initialQuantity: 1, }, { - id: "6", - name: "Salade Turque", - price: "5.50€", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg?_wi=3", - imageAlt: "Salade fraîcheur turque", - initialQuantity: 1, - }, + id: "6", name: "Salade Turque", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Salade fraîcheur turque", initialQuantity: 1, + } ]} title="Notre Menu Complet" description="Découvrez nos saveurs authentiques, préparées avec des ingrédients frais pour vous garantir le meilleur de la cuisine turque." + animationType="slide-up" /> @@ -129,25 +84,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Le Kebab Maison", - description: "Notre recette secrète, une viande tendre marinée et grillée à la perfection, servie dans un pain fait maison.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg?_wi=4", - imageAlt: "Kebab spécial du chef", + title: "Le Kebab Maison", description: "Notre recette secrète, une viande tendre marinée et grillée à la perfection, servie dans un pain fait maison.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg", imageAlt: "Kebab spécial du chef" }, { id: 2, - title: "Assiette Dégustation", - description: "Un assortiment généreux de nos meilleures grillades, mezzés et accompagnements, idéal pour partager.", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg?_wi=4", - imageAlt: "Assiette dégustation turque", + title: "Assiette Dégustation", description: "Un assortiment généreux de nos meilleures grillades, mezzés et accompagnements, idéal pour partager.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Assiette dégustation turque" }, { id: 3, - title: "Formules Midi Économiques", - description: "Des menus complets et savoureux à prix doux pour vos pauses déjeuner en semaine. Variété et fraîcheur garanties.", - imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg?_wi=3", - imageAlt: "Formule déjeuner équilibrée", - }, + title: "Formules Midi Économiques", description: "Des menus complets et savoureux à prix doux pour vos pauses déjeuner en semaine. Variété et fraîcheur garanties.", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg", imageAlt: "Formule déjeuner équilibrée" + } ]} title="Nos Spécialités et Offres" description="Plongez dans l'expérience Le Cappadoce avec nos plats phares et nos propositions uniques, préparées avec passion." @@ -160,20 +106,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Proposez-vous des options végétariennes ?", - content: "Oui, nous avons une sélection de plats végétariens comme nos galettes aux légumes frais, nos mezzés et nos salades.", + id: "1", title: "Proposez-vous des options végétariennes ?", content: "Oui, nous avons une sélection de plats végétariens comme nos galettes aux légumes frais, nos mezzés et nos salades." }, { - id: "2", - title: "Puis-je personnaliser ma commande ?", - content: "Absolument ! N'hésitez pas à nous faire part de vos préférences concernant les sauces ou les garnitures lors de votre commande.", + id: "2", title: "Puis-je personnaliser ma commande ?", content: "Absolument ! N'hésitez pas à nous faire part de vos préférences concernant les sauces ou les garnitures lors de votre commande." }, { - id: "3", - title: "D'où proviennent vos ingrédients ?", - content: "Nous privilégions les produits frais et locaux autant que possible, et notre viande est certifiée halal pour garantir la meilleure qualité.", - }, + id: "3", title: "D'où proviennent vos ingrédients ?", content: "Nous privilégions les produits frais et locaux autant que possible, et notre viande est certifiée halal pour garantir la meilleure qualité." + } ]} title="Questions Fréquentes sur notre Menu" description="Des questions sur nos ingrédients, nos options végétariennes ou nos allergènes ? Trouvez les réponses ici pour commander en toute confiance." @@ -185,68 +125,53 @@ export default function LandingPage() { -- 2.49.1 From 979271357eaa06a51238dcb61f9c02b629fb3caf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:57:27 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 198 ++++++++++++++--------------------------------- 1 file changed, 56 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 629286a..4b4df25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,35 +29,19 @@ export default function LandingPage() { @@ -65,21 +49,19 @@ export default function LandingPage() {
@@ -89,7 +71,6 @@ export default function LandingPage() {
@@ -101,33 +82,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "kebab-boeuf-agneau", - name: "Kebab Boeuf Agneau", - price: "€8.50", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg?_wi=1", - imageAlt: "Kebab sandwich fresh ingredients", + id: "kebab-boeuf-agneau", name: "Kebab Boeuf Agneau", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-meat-with-french-fries-rice-vegetables-plate_140725-10176.jpg", imageAlt: "Kebab sandwich fresh ingredients" }, { - id: "galette-poulet-curry", - name: "Galette Poulet Curry", - price: "€7.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg?_wi=1", - imageAlt: "French galette savory crepes", + id: "galette-poulet-curry", name: "Galette Poulet Curry", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg", imageAlt: "French galette savory crepes" }, { - id: "assiette-adana", - name: "Assiette Adana Kebab", - price: "€10.00", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg?_wi=1", - imageAlt: "Turkish grilled meat plate meal", + id: "assiette-adana", name: "Assiette Adana Kebab", price: "€10.00", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Turkish grilled meat plate meal" }, { - id: "tacos-poulet-fromager", - name: "Tacos Poulet Fromager", - price: "€9.50", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg?_wi=1", - imageAlt: "French tacos cheese sauce meat", - }, + id: "tacos-poulet-fromager", name: "Tacos Poulet Fromager", price: "€9.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg", imageAlt: "French tacos cheese sauce meat" + } ]} title="Nos Spécialités Du Moment" description="Découvrez une sélection de nos plats les plus populaires, préparés chaque jour avec passion et des ingrédients de première qualité." @@ -140,75 +105,40 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Marie Dubois", - role: "Cliente fidèle", - company: "Montceau-les-Mines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg?_wi=1", - imageAlt: "Happy customer woman smiling", - quote: "Le meilleur kebab de la ville ! La viande est toujours fraîche et les portions généreuses. Un régal à chaque fois.", + id: "1", name: "Marie Dubois", role: "Cliente fidèle", company: "Montceau-les-Mines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg", imageAlt: "Happy customer woman smiling" }, { - id: "2", - name: "Pierre Martin", - role: "Habitué du midi", - company: "Montceau-les-Mines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg?_wi=1", - imageAlt: "Man smiling professional portrait", - quote: "Service ultra rapide et personnel très sympa. Idéal pour la pause déjeuner, je ne suis jamais déçu par la qualité.", + id: "2", name: "Pierre Martin", role: "Habitué du midi", company: "Montceau-les-Mines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-couple-looking-views-city_1301-4485.jpg", imageAlt: "Man smiling professional portrait" }, { - id: "3", - name: "Sophie Garcia", - role: "Passionnée de cuisine turque", - company: "Montceau-les-Mines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=1", - imageAlt: "Woman with warm smile portrait", - quote: "Une cuisine turque authentique qui me rappelle mes voyages. Les galettes sont incroyables et l'ambiance chaleureuse.", + id: "3", name: "Sophie Garcia", role: "Passionnée de cuisine turque", company: "Montceau-les-Mines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "Woman with warm smile portrait" }, { - id: "4", - name: "Thomas Petit", - role: "Gourmand exigeant", - company: "Montceau-les-Mines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg?_wi=1", - imageAlt: "Young man casual portrait happy", - quote: "Je suis un vrai connaisseur de kebab et celui-ci est vraiment excellent. La sauce blanche maison est à tomber !", + id: "4", name: "Thomas Petit", role: "Gourmand exigeant", company: "Montceau-les-Mines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg", imageAlt: "Young man casual portrait happy" }, { - id: "5", - name: "Laura Blanc", - role: "Nouvelle résidente", - company: "Montceau-les-Mines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg?_wi=1", - imageAlt: "Happy woman close-up smiling", - quote: "Nouvelle dans la région, j'ai trouvé mon QG ! Les assiettes sont copieuses et délicieuses. Je recommande à 100%.", - }, + id: "5", name: "Laura Blanc", role: "Nouvelle résidente", company: "Montceau-les-Mines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg", imageAlt: "Happy woman close-up smiling" + } ]} kpiItems={[ { - id: "rating", - value: "4.6⭐", - description: "Étoiles clients", + value: "4.6⭐", description: "Étoiles clients" }, { - id: "service", - value: "100%", - description: "Satisfaction service", + value: "100%", description: "Satisfaction service" }, { - id: "experience", - value: "10+", - description: "Ans d'expérience", - }, + value: "10+", description: "Ans d'expérience" + } ]} title="Ce Que Nos Clients Disent" description="La satisfaction de nos convives est notre plus grande fierté. Découvrez leurs retours sur la qualité de nos plats, la rapidité de notre service et l'ambiance chaleureuse de notre restaurant." + animationType="blur-reveal" /> @@ -216,23 +146,19 @@ export default function LandingPage() { @@ -242,56 +168,44 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/ramadan-background-with-mosque-silhouette_23-2147551226.jpg" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Kebab", - href: "/menu#kebab", + label: "Kebab", href: "/menu#kebab" }, { - label: "Galettes", - href: "/menu#galettes", + label: "Galettes", href: "/menu#galettes" }, { - label: "Assiettes", - href: "/menu#assiettes", + label: "Assiettes", href: "/menu#assiettes" }, { - label: "Tacos", - href: "/menu#tacos", - }, - ], + label: "Tacos", href: "/menu#tacos" + } + ] }, { - title: "Le Restaurant", - items: [ + title: "Le Restaurant", items: [ { - label: "Notre Histoire", - href: "/about", + label: "Notre Histoire", href: "/about" }, { - label: "Avis Clients", - href: "/avis", + label: "Avis Clients", href: "/avis" }, { - label: "Contact", - href: "/contact", - }, - ], + label: "Contact", href: "/contact" + } + ] }, { - title: "Légal", - items: [ + title: "Légal", items: [ { - label: "Mentions Légales", - href: "#", + label: "Mentions Légales", href: "#" }, { - label: "Politique de Confidentialité", - href: "#", - }, - ], - }, + label: "Politique de Confidentialité", href: "#" + } + ] + } ]} logoText="Restaurant Le Cappadoce" copyrightText="© 2024 | Restaurant Le Cappadoce. Tous droits réservés." -- 2.49.1