From 4b021c58150a09da85707be1985dbc3aabef6219 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:11:21 +0000 Subject: [PATCH] Update src/app/restaurant/page.tsx --- src/app/restaurant/page.tsx | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/src/app/restaurant/page.tsx b/src/app/restaurant/page.tsx index 2a59a33..d639f14 100644 --- a/src/app/restaurant/page.tsx +++ b/src/app/restaurant/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; @@ -47,13 +46,9 @@ export default function RestaurantPage() { background={{ variant: "plain" }} mediaItems={[ { - 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 signature du restaurant", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Plat signature du restaurant"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2", - imageAlt: "Salle élégante du restaurant", - }, + imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Salle élégante du restaurant"}, ]} rating={5} ratingText="Cuisine reconnue et appréciée" @@ -76,29 +71,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 • Accompagnements", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg?_wi=3", - imageAlt: "Plat de gibier savoureux", - }, + id: "game", name: "Spécialité Chasse", price: "CHF 38-48", variant: "Gibier du jour • Sauce maison • Accompagnements", 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 • Sauce spéciale", - 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", - }, + id: "entrecote", name: "Entrecôte Beurre Soleil", price: "CHF 42-52", variant: "Viande suisse • Légumes de saison • Sauce spéciale", 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"}, { - id: "menu", - name: "Menu Découverte", - price: "CHF 65-85", - variant: "Accords mets-vins • 4 services • Chef's selection", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2", - imageAlt: "Menu gastronomique complet", - }, + id: "menu", name: "Menu Découverte", price: "CHF 65-85", variant: "Accords mets-vins • 4 services • Chef's selection", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Menu gastronomique complet"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"