diff --git a/src/app/page.tsx b/src/app/page.tsx
index be53ed8..f77e45c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,65 +43,18 @@ export default function LandingPage() {
@@ -124,10 +62,9 @@ export default function LandingPage() {
@@ -139,51 +76,13 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Fondant au Chocolat",
- price: "12€",
- variant: "Dessert signature",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-chocolate-mousse-dessert_23-2151942425.jpg",
- },
- {
- id: "p2",
- name: "Cabillaud au Fenouil",
- price: "28€",
- variant: "Plat de saison",
- imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107817.jpg",
- },
- {
- id: "p3",
- name: "Foie gras maison",
- price: "18€",
- variant: "Entrée",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg",
- },
- {
- id: "p4",
- name: "Oeuf parfait",
- price: "14€",
- variant: "Entrée signature",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg",
- },
- {
- id: "p5",
- name: "Dessert revisité",
- price: "10€",
- variant: "Saison",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak-with-vegetable_1203-9937.jpg",
- },
- {
- id: "p6",
- name: "Viande de sélection",
- price: "32€",
- variant: "Plat",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-eggplant-rolls-with-cream-sauce_114579-2352.jpg",
- },
+ { id: "p1", name: "Foie Gras Maison", price: "18€", variant: "Entrée", imageSrc: "https://images.unsplash.com/photo-1554118811-1e0d58224f24?q=80&w=600&auto=format&fit=crop" },
+ { id: "p2", name: "Cabillaud au Fenouil", price: "28€", variant: "Plat", imageSrc: "https://images.unsplash.com/photo-1519708227418-c8fd9a32b7a2?q=80&w=600&auto=format&fit=crop" },
+ { id: "p3", name: "Entrecôte Saignante", price: "32€", variant: "Viande", imageSrc: "https://images.unsplash.com/photo-1600891964092-4316c288032e?q=80&w=600&auto=format&fit=crop" },
+ { id: "p4", name: "Fondant Chocolat", price: "12€", variant: "Dessert", imageSrc: "https://images.unsplash.com/photo-1624353365286-3f8d62daad51?q=80&w=600&auto=format&fit=crop" }
]}
- title="Plats Populaires"
- description="Quelques incontournables de notre carte actuelle."
+ title="Les Incontournables"
+ description="Une sélection de mets préparés avec des produits frais du marché."
/>
@@ -191,34 +90,12 @@ export default function LandingPage() {