Update src/app/restaurant/page.tsx

This commit is contained in:
2026-03-02 21:11:21 +00:00
parent d11097721b
commit 4b021c5815

View File

@@ -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"