From 49f5bef5a6659e8cb15418a1d4e537f82d56331a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:08:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 +++++++++++------------------------------------ 1 file changed, 24 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 515bfc2..937d9c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,12 +30,10 @@ export default function LandingPage() { @@ -72,14 +60,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", title: "Cuisine 100% traditionnelle", subtitle: "Recettes ancestrales", category: "Qualité", value: "Authenticité"}, - { - id: "f2", title: "Ouvert 24h/24", subtitle: "À toute heure", category: "Service", value: "Disponibilité"}, - { - id: "f3", title: "Prix accessibles", subtitle: "1 000 – 2 000 DA", category: "Budget", value: "Abordable"}, - { - id: "f4", title: "Au centre-ville", subtitle: "Tizi Ouzou", category: "Accès", value: "Pratique"}, + { id: "f1", title: "Cuisine 100% traditionnelle", subtitle: "Recettes ancestrales", category: "Qualité", value: "Authenticité" }, + { id: "f2", title: "Ouvert 24h/24", subtitle: "À toute heure", category: "Service", value: "Disponibilité" }, + { id: "f3", title: "Prix accessibles", subtitle: "1 000 – 2 000 DA", category: "Budget", value: "Abordable" }, + { id: "f4", title: "Au centre-ville", subtitle: "Tizi Ouzou", category: "Accès", value: "Pratique" }, ]} title="Pourquoi Thawenza ?" description="L'authenticité kabyle à chaque bouchée." @@ -93,18 +77,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", name: "Couscous Royal", price: "1500 DA", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/saj-made-from-vegetables-meat-charcoal_140725-3569.jpg"}, - { - id: "p2", name: "Grillades Mixtes", price: "1800 DA", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mushrooms-wooden-board_140725-761.jpg"}, - { - id: "p3", name: "Tajine traditionnel", price: "1200 DA", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-with-cranberries-top-inside-colored-plate_140725-29770.jpg"}, - { - id: "p4", name: "Dessert maison", price: "500 DA", variant: "Boisson/Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-plate-with-tea-plants-high-angle-view-white-wooden-background_176474-3765.jpg"}, - { - id: "p5", name: "Salade de saison", price: "600 DA", variant: "Entrée", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad_23-2151992930.jpg"}, - { - id: "p6", name: "Pain traditionnel", price: "200 DA", variant: "Accompagnement", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicous-fresh-baked-pastries-kumquats-with-stem-red-stripped-towel-cheese-flour-shaped-heart-form-cutting-board-dark-blackground_140725-96915.jpg"}, + { id: "p1", name: "Couscous Royal", price: "1500 DA", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/saj-made-from-vegetables-meat-charcoal_140725-3569.jpg" }, + { id: "p2", name: "Grillades Mixtes", price: "1800 DA", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mushrooms-wooden-board_140725-761.jpg" }, ]} title="Nos Spécialités" description="Découvrez notre sélection de plats traditionnels préparés avec amour." @@ -115,16 +89,8 @@ export default function LandingPage() { @@ -171,8 +129,7 @@ export default function LandingPage() { @@ -206,4 +149,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file