Update src/app/galerie/page.tsx
This commit is contained in:
@@ -68,22 +68,22 @@ export default function GaleriePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Kwuisin du Bonheur", name: "Saumon Sauce Passion-Mangue", price: "22€", rating: 5,
|
||||
reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-7744.jpg", imageAlt: "Saumon poêlé avec sauce passion-mangue"},
|
||||
reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-7744.jpg?_wi=3", imageAlt: "Saumon poêlé avec sauce passion-mangue"},
|
||||
{
|
||||
id: "2", brand: "Kwuisin du Bonheur", name: "Rosette de Lyon", price: "12€", rating: 5,
|
||||
reviewCount: "95%", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-arrangement_23-2148980263.jpg", imageAlt: "Rosette de Lyon classique avec cornichons"},
|
||||
reviewCount: "95%", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-arrangement_23-2148980263.jpg?_wi=2", imageAlt: "Rosette de Lyon classique avec cornichons"},
|
||||
{
|
||||
id: "3", brand: "Kwuisin du Bonheur", name: "Souskaï de Hareng", price: "14€", rating: 5,
|
||||
reviewCount: "97%", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "Hareng mariné aux épices antillaises"},
|
||||
reviewCount: "97%", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=2", imageAlt: "Hareng mariné aux épices antillaises"},
|
||||
{
|
||||
id: "4", brand: "Kwuisin du Bonheur", name: "Andouillette", price: "18€", rating: 5,
|
||||
reviewCount: "96%", imageSrc: "http://img.b2bpic.net/free-photo/front-view-skewers-wooden-board-with-tomatoes_23-2148440980.jpg", imageAlt: "Andouillette servie avec purée maison"},
|
||||
reviewCount: "96%", imageSrc: "http://img.b2bpic.net/free-photo/front-view-skewers-wooden-board-with-tomatoes_23-2148440980.jpg?_wi=2", imageAlt: "Andouillette servie avec purée maison"},
|
||||
{
|
||||
id: "5", brand: "Kwuisin du Bonheur", name: "Pluma Ibérico", price: "26€", rating: 5,
|
||||
reviewCount: "99%", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-packaged-can_23-2151207016.jpg", imageAlt: "Pluma de porc ibérique premium"},
|
||||
reviewCount: "99%", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-packaged-can_23-2151207016.jpg?_wi=2", imageAlt: "Pluma de porc ibérique premium"},
|
||||
{
|
||||
id: "6", brand: "Kwuisin du Bonheur", name: "Brioche Perdue", price: "9€", rating: 5,
|
||||
reviewCount: "94%", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dried-bread-slices-cutting-board-with-jam-butter-red-currants-wooden-background_141793-130340.jpg", imageAlt: "Brioche perdue caramélisée avec glace vanille"},
|
||||
reviewCount: "94%", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dried-bread-slices-cutting-board-with-jam-butter-red-currants-wooden-background_141793-130340.jpg?_wi=2", imageAlt: "Brioche perdue caramélisée avec glace vanille"},
|
||||
]}
|
||||
title="Nos Spécialités"
|
||||
description="Explorez les plats signatures qui font la renommée de Kwuisin du Bonheur, fruits de l'inspiration et du talent culinaire."
|
||||
@@ -102,9 +102,9 @@ export default function GaleriePage() {
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Jean-Phi", role: "Chef & Fondateur", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg"},
|
||||
id: "1", name: "Jean-Phi", role: "Chef & Fondateur", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Amandine", role: "Chef & Fondatrice", imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-plate-with-tartines_23-2147830518.jpg"},
|
||||
id: "2", name: "Amandine", role: "Chef & Fondatrice", imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-plate-with-tartines_23-2147830518.jpg?_wi=2"},
|
||||
]}
|
||||
title="Rencontrez l'Équipe"
|
||||
description="Les passionnés derrière Kwuisin du Bonheur qui créent chaque jour la magie culinaire."
|
||||
|
||||
Reference in New Issue
Block a user