From 41369785e6210a27bba5bad033e37e3e83bef704 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:26:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++------------------------------------- 1 file changed, 58 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67bf22e..909d781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,104 +49,61 @@ export default function LandingPage() {
@@ -168,19 +115,13 @@ export default function LandingPage() { metrics={[ { icon: Coffee, - label: "Cafés Préparés", - value: "1000+", - }, + label: "Cafés Préparés", value: "1000+"}, { icon: Users, - label: "Clients Satisfaits", - value: "500+", - }, + label: "Clients Satisfaits", value: "500+"}, { icon: Star, - label: "Note Moyenne", - value: "5.0", - }, + label: "Note Moyenne", value: "5.0"}, ]} metricsAnimation="slide-up" /> @@ -193,46 +134,30 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Cuisine Locale", - description: "Des plats préparés avec des ingrédients frais et locaux pour retrouver le goût de nos terroirs.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg?_wi=1", - imageAlt: "Cuisine marocaine", - }, + title: "Cuisine Locale", description: "Des plats préparés avec des ingrédients frais et locaux pour retrouver le goût de nos terroirs.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg", imageAlt: "Cuisine marocaine"}, items: [ { icon: Leaf, - text: "Ingrédients frais", - }, + text: "Ingrédients frais"}, { icon: Utensils, - text: "Tradition marocaine", - }, + text: "Tradition marocaine"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg?_wi=2", - imageAlt: "organic traditional moroccan food", }, { - title: "Ambiance Conviviale", - description: "Un cadre accueillant pour se détendre en famille, entre amis ou pour travailler dans le calme.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", - imageAlt: "Cadre café", - }, + title: "Ambiance Conviviale", description: "Un cadre accueillant pour se détendre en famille, entre amis ou pour travailler dans le calme.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Cadre café"}, items: [ { icon: Smile, - text: "Service chaleureux", - }, + text: "Service chaleureux"}, { icon: Wifi, - text: "Wi-Fi gratuit", - }, + text: "Wi-Fi gratuit"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg?_wi=2", - imageAlt: "organic traditional moroccan food", }, ]} title="Pourquoi nous choisir ?" @@ -248,41 +173,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Café Expresso", - price: "1.50€", - imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg?_wi=1", - }, + id: "p1", name: "Café Expresso", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg"}, { - id: "p2", - name: "Pâtisseries Maison", - price: "2.50€", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg?_wi=1", - }, + id: "p2", name: "Pâtisseries Maison", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg"}, { - id: "p3", - name: "Thé à la Menthe", - price: "2.00€", - imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4906.jpg", - }, + id: "p3", name: "Thé à la Menthe", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4906.jpg"}, { - id: "p4", - name: "Sandwich Beldi", - price: "4.00€", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-wooden-background_23-2148617300.jpg", - }, + id: "p4", name: "Sandwich Beldi", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-wooden-background_23-2148617300.jpg"}, { - id: "p5", - name: "Cake au Citron", - price: "3.00€", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-tiramisu-dessert-with-book-plant-table_140725-11459.jpg", - }, + id: "p5", name: "Cake au Citron", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tiramisu-dessert-with-book-plant-table_140725-11459.jpg"}, { - id: "p6", - name: "Smoothie Frais", - price: "3.50€", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg", - }, + id: "p6", name: "Smoothie Frais", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg"}, ]} title="Nos Spécialités" description="Explorez notre sélection de boissons et gourmandises artisanales." @@ -295,60 +196,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Med Ablacho", - date: "Il y a un an", - title: "Smimo bon village", - quote: "Smimo bon village", - tag: "Excellent", - avatarSrc: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg?_wi=3", - imageAlt: "portrait happy customer cafe", - }, + id: "t1", name: "Med Ablacho", date: "Il y a un an", title: "Smimo bon village", quote: "Smimo bon village", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312235.jpg", imageAlt: "portrait happy customer cafe"}, { - id: "t2", - name: "Jess Nelson", - date: "Il y a 3 ans", - title: "Excellent café", - quote: "Excellent café, je recommande fortement.", - tag: "Recommandé", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg?_wi=3", - imageAlt: "portrait happy customer cafe", - }, + id: "t2", name: "Jess Nelson", date: "Il y a 3 ans", title: "Excellent café", quote: "Excellent café, je recommande fortement.", tag: "Recommandé", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cups-with-marshmallows_23-2148784998.jpg", imageAlt: "portrait happy customer cafe"}, { - id: "t3", - name: "Aya Hajji", - date: "Il y a 8 mois", - title: "Bon moment", - quote: "Je pense que c'est un bon café ✨", - tag: "Sympa", - avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg?_wi=2", - imageAlt: "portrait happy customer cafe", - }, + id: "t3", name: "Aya Hajji", date: "Il y a 8 mois", title: "Bon moment", quote: "Je pense que c'est un bon café ✨", tag: "Sympa", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/varieties-pickles-cherry-tomatoes-eggplants-cucumbers-cherry-plum_140725-8165.jpg", imageAlt: "portrait happy customer cafe"}, { - id: "t4", - name: "Ahmed B.", - date: "Il y a 6 mois", - title: "Cadre idéal", - quote: "Service rapide et accueil agréable.", - tag: "Top", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-drinking-cup-coffee_23-2147925429.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg?_wi=2", - imageAlt: "portrait happy customer cafe", - }, + id: "t4", name: "Ahmed B.", date: "Il y a 6 mois", title: "Cadre idéal", quote: "Service rapide et accueil agréable.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-drinking-cup-coffee_23-2147925429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-hand-holding-cup-black-tea-with-cinnamon_140725-94346.jpg", imageAlt: "portrait happy customer cafe"}, { - id: "t5", - name: "Sara M.", - date: "Il y a 2 ans", - title: "Un délice", - quote: "Le thé à la menthe est parfait.", - tag: "Parfait", - avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg?_wi=2", - imageAlt: "portrait happy customer cafe", - }, + id: "t5", name: "Sara M.", date: "Il y a 2 ans", title: "Un délice", quote: "Le thé à la menthe est parfait.", tag: "Parfait", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "portrait happy customer cafe"}, ]} title="Ce que disent nos clients" description="Découvrez les retours authentiques de nos visiteurs." @@ -360,20 +216,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Quels sont vos horaires ?", - content: "Nous sommes ouverts tous les jours jusqu'à minuit.", - }, + id: "q1", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts tous les jours jusqu'à minuit."}, { - id: "q2", - title: "Proposez-vous du Wi-Fi ?", - content: "Oui, le Wi-Fi est à la disposition de tous nos clients gratuitement.", - }, + id: "q2", title: "Proposez-vous du Wi-Fi ?", content: "Oui, le Wi-Fi est à la disposition de tous nos clients gratuitement."}, { - id: "q3", - title: "Acceptez-vous les repas sur place ?", - content: "Oui, vous pouvez déguster nos plats sur place dans une ambiance détendue.", - }, + id: "q3", title: "Acceptez-vous les repas sur place ?", content: "Oui, vous pouvez déguster nos plats sur place dans une ambiance détendue."}, ]} sideTitle="Questions Fréquentes" sideDescription="Besoin d'aide ou d'informations sur notre café ?" @@ -385,8 +232,7 @@ export default function LandingPage() {