Merge version_3 into main #3
@@ -110,12 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Kebab Signature (Viande tendre, légumes croquants)", price: "9,90 €", imageSrc: "http://img.b2bpic.net/free-photo/knife-delicious-sandwich-black-tray-isolated-blurred-gray-surface-with-free-space_179666-42663.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p2", name: "Smash Burger Maison (Cheddar affiné, pain brioché)", price: "12,90 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-delicious-burger_23-2149160036.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p3", name: "Pizza Reine (Jambon, champignons frais, mozzarella)", price: "11,50 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmonnd-olives_2829-4072.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p4", name: "Assiette Tacos & Frites maison", price: "10,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-tacos-near-brown-napkin_23-2148181574.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p5", name: "Salade Italienne (Mozza buffala, tomates séchées)", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/summer-vitamin-salad-arugula-tomato-leek-cheese-glass-bowl-macro-photo-dietary-healthy-food_628469-283.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p6", name: "Dessert du jour (Pâtisserie artisanale)", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/apple-cake-with-ice-cream-grapes-powdered-sugar-side-view_141793-4348.jpg", priceButtonProps: { variant: "default", children: "Commander" } },
|
||||
{ id: "p1", name: "Kebab Signature (Viande tendre, légumes croquants)", price: "9,90 €", imageSrc: "http://img.b2bpic.net/free-photo/knife-delicious-sandwich-black-tray-isolated-blurred-gray-surface-with-free-space_179666-42663.jpg", priceButtonProps: { children: "Commander" } },
|
||||
{ id: "p2", name: "Smash Burger Maison (Cheddar affiné, pain brioché)", price: "12,90 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-delicious-burger_23-2149160036.jpg", priceButtonProps: { children: "Commander" } },
|
||||
{ id: "p3", name: "Pizza Reine (Jambon, champignons frais, mozzarella)", price: "11,50 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmonnd-olives_2829-4072.jpg", priceButtonProps: { children: "Commander" } },
|
||||
{ id: "p4", name: "Assiette Tacos & Frites maison", price: "10,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-tacos-near-brown-napkin_23-2148181574.jpg", priceButtonProps: { children: "Commander" } },
|
||||
{ id: "p5", name: "Salade Italienne (Mozza buffala, tomates séchées)", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/summer-vitamin-salad-arugula-tomato-leek-cheese-glass-bowl-macro-photo-dietary-healthy-food_628469-283.jpg", priceButtonProps: { children: "Commander" } },
|
||||
{ id: "p6", name: "Dessert du jour (Pâtisserie artisanale)", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/apple-cake-with-ice-cream-grapes-powdered-sugar-side-view_141793-4348.jpg", priceButtonProps: { children: "Commander" } },
|
||||
]}
|
||||
title="Découvrez notre menu"
|
||||
description="Chaque plat est préparé sur commande avec des ingrédients frais."
|
||||
|
||||
Reference in New Issue
Block a user