Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -92,13 +92,13 @@ export default function LandingPage() {
|
||||
id: "dish-2", title: "Nouilles Sautées Gourmandes", descriptions: [
|
||||
"Mélange savoureux de nouilles croustillantes", "Agrémentées de crevettes, poulet et légumes frais", "Sauce signature équilibrée et riche"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "dish-3", title: "Plats Végans & Végétariens", descriptions: [
|
||||
"Sélection complète pour tous les régimes", "Préparés avec les mêmes techniques raffinées", "Saveurs authentiques préservées"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -173,13 +173,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Salade d'Algues Wakame", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg"
|
||||
id: "product-1", name: "Salade d'Algues Wakame", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Salade de Légumes Variés", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg"
|
||||
id: "product-2", name: "Salade de Légumes Variés", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Nouilles Sautées Gourmandes", price: "28 CHF", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg"
|
||||
id: "product-3", name: "Nouilles Sautées Gourmandes", price: "28 CHF", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user