Update src/app/menu/page.tsx

This commit is contained in:
2026-03-04 14:00:44 +00:00
parent 4787a7bab8
commit 70c8d3e5b2

View File

@@ -50,7 +50,7 @@ export default function MenuPage() {
price: "12,50€",
rating: 5,
reviewCount: "287",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=4",
},
{
id: "2",
@@ -59,7 +59,7 @@ export default function MenuPage() {
price: "12,50€",
rating: 5,
reviewCount: "264",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=5",
},
{
id: "3",
@@ -68,7 +68,7 @@ export default function MenuPage() {
price: "11,00€",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg?_wi=6",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -91,7 +91,7 @@ export default function MenuPage() {
price: "13,00€",
rating: 5,
reviewCount: "198",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2",
},
{
id: "2",
@@ -100,7 +100,7 @@ export default function MenuPage() {
price: "12,50€",
rating: 5,
reviewCount: "172",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=3",
},
{
id: "3",
@@ -109,7 +109,7 @@ export default function MenuPage() {
price: "14,50€",
rating: 5,
reviewCount: "145",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=4",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -130,21 +130,21 @@ export default function MenuPage() {
title: "Salade du Jour",
description: "Préparation fraîche avec des ingrédients de saison. Délicieuse et saine.",
tag: "Légère",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg?_wi=3",
},
{
id: "2",
title: "Pâtes du Chef",
description: "Recette secrète, préparée avec passion. À découvrir absolument.",
tag: "Gourmand",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg?_wi=4",
},
{
id: "3",
title: "Viande Grillée",
description: "Pièce de viande sélectionnée, grillée à la perfection avec accompagnements.",
tag: "Copieux",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-15755.jpg?_wi=5",
},
]}
animationType="slide-up"