diff --git a/src/app/page.tsx b/src/app/page.tsx
index 026e878..3520cda 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,62 +28,25 @@ export default function LandingPage() {
@@ -91,10 +54,10 @@ export default function LandingPage() {
@@ -105,63 +68,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- brand: "Cocktails",
- name: "Midnight Espresso",
- price: "$18",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157449.jpg",
- },
- {
- id: "2",
- brand: "Small Plates",
- name: "Truffle Arancini",
- price: "$16",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg",
- },
- {
- id: "3",
- brand: "Wines",
- name: "Berlin Riesling Reserve",
- price: "$22",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/man-holding-wooden-board-with-baileys-cocktail-it_141793-4194.jpg",
- },
- {
- id: "4",
- brand: "Desserts",
- name: "Dark Chocolate Ganache",
- price: "$14",
- rating: 5,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89991.jpg",
- },
- {
- id: "5",
- brand: "Cocktails",
- name: "Spiced Negroni",
- price: "$19",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-cocktail-with-flower-table_140725-1335.jpg",
- },
- {
- id: "6",
- brand: "Small Plates",
- name: "Artisan Cheese Board",
- price: "$24",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-melted-cheese-cherry-tomato-top_140725-7993.jpg",
- },
+ { id: "1", brand: "Spécialités", name: "Canard Laqué", price: "8500 FCFA", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/duck-dish_23-2149157449.jpg" },
+ { id: "2", brand: "Vapeur", name: "Dim Sum Assortis", price: "4500 FCFA", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/dim-sum_23-2148516994.jpg" },
+ { id: "3", brand: "Wok", name: "Nouilles Sautées au Poulet", price: "5500 FCFA", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/noodles_141793-4194.jpg" },
]}
- title="Curated Flavors"
- description="Our seasonal menu reflects the bold experimentation and classic traditions of a Berlin lounge."
+ title="Découvrez nos Saveurs"
+ description="Une sélection minutieuse de plats iconiques qui ravira vos papilles."
/>
@@ -169,34 +81,11 @@ export default function LandingPage() {
@@ -204,54 +93,30 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file