Merge version_1 into main #1
@@ -77,32 +77,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg?_wi=1",
|
||||
imageAlt: "Plat signature japonais",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg?_wi=1",
|
||||
imageAlt: "Sashimis frais",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg?_wi=1",
|
||||
imageAlt: "Ambiance du restaurant",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1",
|
||||
imageAlt: "Détail de présentation",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg?_wi=1",
|
||||
imageAlt: "Artisanat culinaire",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg?_wi=1",
|
||||
imageAlt: "Expérience gastronomique",
|
||||
},
|
||||
]}
|
||||
@@ -146,37 +146,37 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Plateau Tradition",
|
||||
price: "24 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sushi-dish-abstract-background_23-2148440447.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sashimi Royal",
|
||||
price: "28 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-sashimi-fish-meat_74190-6112.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Maki Signature",
|
||||
price: "18 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tempura Légumes",
|
||||
price: "14 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gyoza Maison",
|
||||
price: "12 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-fish-arrangement-flat-lay_23-2148862628.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chirashi Mixte",
|
||||
price: "22 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865322.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Notre Menu"
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg?_wi=3"
|
||||
logoText="Choken"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user