From 7f9e13a8dc2ac93caee576bf6bba053d5093be41 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:00:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 246 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24e3521..f9284d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,28 +30,13 @@ export default function LandingPage() { @@ -59,40 +44,16 @@ export default function LandingPage() { @@ -102,15 +63,8 @@ export default function LandingPage() { @@ -121,24 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Cuisine Fraîche", - description: "Des plats préparés quotidiennement avec des produits sélectionnés.", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg", - }, - { - id: "2", - title: "Options Végétariennes", - description: "Une large gamme de plats végétaliens gourmands.", - imageSrc: "http://img.b2bpic.net/free-photo/salad_23-2148023481.jpg", - }, - { - id: "3", - title: "Livraison Rapide", - description: "Retrouvez la saveur de Biscotto chez vous.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg", - }, + { id: "1", title: "Cuisine Fraîche", description: "Des plats préparés quotidiennement avec des produits sélectionnés.", tag: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg" }, + { id: "2", title: "Options Végétariennes", description: "Une large gamme de plats végétaliens gourmands.", tag: "Santé", imageSrc: "http://img.b2bpic.net/free-photo/salad_23-2148023481.jpg" }, + { id: "3", title: "Livraison Rapide", description: "Retrouvez la saveur de Biscotto chez vous.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309438.jpg" }, ]} title="Nos services" description="Nous mettons tout en œuvre pour vous faire voyager à travers nos services." @@ -152,60 +91,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Pizza", - name: "Margherita", - price: "14€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-rice-tomatoes-dark-surface-pasta-dough-raw_140725-82562.jpg", - }, - { - id: "p2", - brand: "Pizza", - name: "Quattro Formaggi", - price: "16€", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9237.jpg", - }, - { - id: "p3", - brand: "Pâtes", - name: "Carbonara", - price: "15€", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg", - }, - { - id: "p4", - brand: "Pâtes", - name: "Pesto Genovese", - price: "15€", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-oil-tomatoes-dark-surface-raw-dough-pasta_140725-82549.jpg", - }, - { - id: "p5", - brand: "Dessert", - name: "Tiramisu", - price: "8€", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/raw-nest-pasta-with-spices-vegetables_114579-38594.jpg", - }, - { - id: "p6", - brand: "Dessert", - name: "Panna Cotta", - price: "8€", - rating: 5, - reviewCount: "130", - imageSrc: "http://img.b2bpic.net/free-photo/opera-cake-dessert-slice-wooden-table_123827-20993.jpg", - }, + { id: "p1", brand: "Pizza", name: "Margherita", price: "14€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-rice-tomatoes-dark-surface-pasta-dough-raw_140725-82562.jpg" }, + { id: "p2", brand: "Pizza", name: "Quattro Formaggi", price: "16€", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9237.jpg" }, + { id: "p3", brand: "Pâtes", name: "Carbonara", price: "15€", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" }, + { id: "p4", brand: "Pâtes", name: "Pesto Genovese", price: "15€", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pasta-with-oil-tomatoes-dark-surface-raw-dough-pasta_140725-82549.jpg" }, + { id: "p5", brand: "Dessert", name: "Tiramisu", price: "8€", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/raw-nest-pasta-with-spices-vegetables_114579-38594.jpg" }, + { id: "p6", brand: "Dessert", name: "Panna Cotta", price: "8€", rating: 5, reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/opera-cake-dessert-slice-wooden-table_123827-20993.jpg" }, ]} title="Notre Menu" description="Découvrez nos spécialités italiennes, de nos pizzas artisanales à nos desserts traditionnels." @@ -216,31 +107,11 @@ export default function LandingPage() {