Merge version_1 into main #1
@@ -71,32 +71,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "s1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=1",
|
||||
imageAlt: "Pizza artisanale",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=2",
|
||||
imageAlt: "Four à bois traditionnel",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=3",
|
||||
imageAlt: "Ingrédients frais",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=4",
|
||||
imageAlt: "Salle chaleureuse",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=5",
|
||||
imageAlt: "Spécialités maison",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=6",
|
||||
imageAlt: "Service souriant",
|
||||
},
|
||||
]}
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
title: "Produits frais",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-wooden-spoon-ingredients_23-2148305705.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-wooden-spoon-ingredients_23-2148305705.jpg?_wi=1"
|
||||
imageAlt="Four à pizza traditionnel"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -141,42 +141,42 @@ export default function LandingPage() {
|
||||
name: "Margarita",
|
||||
price: "12€",
|
||||
variant: "Végétarien",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "4 Fromages",
|
||||
price: "14€",
|
||||
variant: "Authentique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chèvre & Miel",
|
||||
price: "15€",
|
||||
variant: "Gourmand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Carbonara",
|
||||
price: "14€",
|
||||
variant: "Italienne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=10",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Saumon",
|
||||
price: "16€",
|
||||
variant: "Fraîcheur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=11",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tiramisu Maison",
|
||||
price: "6€",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=12",
|
||||
},
|
||||
]}
|
||||
title="La Carte"
|
||||
@@ -195,11 +195,11 @@ export default function LandingPage() {
|
||||
title: "Quartiers desservis",
|
||||
description: "Mosson, Malbosc, Euromédecine, Château d'Ô",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=13",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=14",
|
||||
imageAlt: "delicious artisanal wood-fired pizza",
|
||||
},
|
||||
{
|
||||
@@ -207,11 +207,11 @@ export default function LandingPage() {
|
||||
title: "Click & Collect",
|
||||
description: "Retrait rapide au 18 avenue Aglaé Adanson",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=15",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wooden-spoon-ingredients_23-2148305705.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wooden-spoon-ingredients_23-2148305705.jpg?_wi=2",
|
||||
imageAlt: "traditional pizza oven interior",
|
||||
},
|
||||
{
|
||||
@@ -219,11 +219,11 @@ export default function LandingPage() {
|
||||
title: "Partenaires",
|
||||
description: "Retrouvez-nous aussi sur Uber Eats & Deliveroo",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-pastry-pizza-with-mushrooms_140725-1286.jpg?_wi=16",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=1",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
]}
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-restaurant-together_23-2148395393.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
|
||||
Reference in New Issue
Block a user