Merge version_1 into main #1
@@ -58,53 +58,53 @@ export default function LandingPage() {
|
||||
description="Ingredienti top, gusto assurdo. Se non ti sporchi, non è Caribu."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg?_wi=1",
|
||||
imageAlt: "Panino Gourmet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg?_wi=1",
|
||||
imageAlt: "Cheeseburger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg?_wi=1",
|
||||
imageAlt: "Caribu Special",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg?_wi=1",
|
||||
imageAlt: "Chicken Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg?_wi=2",
|
||||
imageAlt: "Panino Classico",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg?_wi=2",
|
||||
imageAlt: "Il Gigante",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg?_wi=2",
|
||||
imageAlt: "Cheeseburger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg?_wi=3",
|
||||
imageAlt: "Panino Gourmet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg?_wi=3",
|
||||
imageAlt: "Caribu Special",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg?_wi=2",
|
||||
imageAlt: "Chicken Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg?_wi=3",
|
||||
imageAlt: "American Style",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg?_wi=4",
|
||||
imageAlt: "Panino Special",
|
||||
},
|
||||
]}
|
||||
@@ -128,31 +128,31 @@ export default function LandingPage() {
|
||||
id: "c1",
|
||||
name: "Classico",
|
||||
price: "6,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Caribu Special",
|
||||
price: "9,50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Crispy Boom",
|
||||
price: "8,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Veggie Delight",
|
||||
price: "7,50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914017.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Bacon Explosion",
|
||||
price: "10,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-pickles-cutting-board_23-2148784506.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
title="Il Nostro Menu"
|
||||
|
||||
Reference in New Issue
Block a user