From 50e0d2fc12bf2b22675254cd5a0a41cce93de22d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:17:26 +0000 Subject: [PATCH] Update src/app/restaurant/page.tsx --- src/app/restaurant/page.tsx | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/src/app/restaurant/page.tsx b/src/app/restaurant/page.tsx index d0aa0b9..e932493 100644 --- a/src/app/restaurant/page.tsx +++ b/src/app/restaurant/page.tsx @@ -47,29 +47,11 @@ export default function RestaurantPage() { tagAnimation="slide-up" products={[ { - id: "game", - name: "Spécialité Chasse", - price: "CHF 38-48", - variant: "Gibier du jour • Sauce maison", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=2", - imageAlt: "Plat de gibier savoureux", - }, + id: "game", name: "Spécialité Chasse", price: "CHF 38-48", variant: "Gibier du jour • Sauce maison", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Plat de gibier savoureux"}, { - id: "entrecote", - name: "Entrecôte Beurre Soleil", - price: "CHF 42-52", - variant: "Viande suisse • Légumes de saison", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-salad-second-dish-first-dish-white-surface_231208-7866.jpg?_wi=2", - imageAlt: "Entrecôte sauce beurre parfumée", - }, + id: "entrecote", name: "Entrecôte Beurre Soleil", price: "CHF 42-52", variant: "Viande suisse • Légumes de saison", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-salad-second-dish-first-dish-white-surface_231208-7866.jpg", imageAlt: "Entrecôte sauce beurre parfumée"}, { - id: "menu", - name: "Menu Découverte", - price: "CHF 65-85", - variant: "Accords mets-vins • 4 services", - imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2", - imageAlt: "Ambiance élégante du restaurant", - }, + id: "menu", name: "Menu Découverte", price: "CHF 65-85", variant: "Accords mets-vins • 4 services", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Ambiance élégante du restaurant"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -91,7 +73,7 @@ export default function RestaurantPage() { { value: "50", title: "Années de savoir-faire" }, { value: "100%", title: "Produits locaux" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg" imageAlt="Ambiance chaleureuse de la salle à manger" useInvertedBackground={false} mediaAnimation="slide-up"