Update src/app/restaurant/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user