Merge version_1 into main #3
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
"http://img.b2bpic.net/free-photo/close-up-tasty-hot-dogs-wooden-chopping-board-near-fig-slices-almond_23-2147956754.jpg", imageAlt: "Panino Vesuviano appetitoso"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg", imageAlt: "Panino Vesuviano signature"},
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg?_wi=1", imageAlt: "Panino Vesuviano signature"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868218.jpg", imageAlt: "Panino Special gourmet"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868218.jpg?_wi=1", imageAlt: "Panino Special gourmet"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg", imageAlt: "Hamburger Deluxe premium"},
|
||||
"http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=1", imageAlt: "Hamburger Deluxe premium"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Fritti assortiti croccanti"},
|
||||
"http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg?_wi=1", imageAlt: "Fritti assortiti croccanti"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9273.jpg", imageAlt: "Bevande fresche e bibite"},
|
||||
"http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9273.jpg?_wi=1", imageAlt: "Bevande fresche e bibite"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Ordina Ora", href: "#menu" },
|
||||
@@ -97,27 +97,27 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", brand: "Vesuviano", name: "Il Vesuvio", price: "€7,50", rating: 5,
|
||||
reviewCount: "487", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg", imageAlt: "Il Vesuvio - Panino Vesuviano"},
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg?_wi=2", imageAlt: "Il Vesuvio - Panino Vesuviano"},
|
||||
{
|
||||
id: "2", brand: "Special", name: "Il Gourmet", price: "€8,90", rating: 5,
|
||||
reviewCount: "312", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868218.jpg", imageAlt: "Il Gourmet - Special"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868218.jpg?_wi=2", imageAlt: "Il Gourmet - Special"},
|
||||
{
|
||||
id: "3", brand: "Hamburger", name: "Il Deluxe", price: "€7,00", rating: 5,
|
||||
reviewCount: "256", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg", imageAlt: "Il Deluxe - Hamburger Premium"},
|
||||
"http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=2", imageAlt: "Il Deluxe - Hamburger Premium"},
|
||||
{
|
||||
id: "4", brand: "Fritti", name: "Assortiti", price: "€4,50", rating: 5,
|
||||
reviewCount: "198", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Fritti Assortiti"},
|
||||
"http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg?_wi=2", imageAlt: "Fritti Assortiti"},
|
||||
{
|
||||
id: "5", brand: "Bevande", name: "Bibite", price: "€2,00", rating: 5,
|
||||
reviewCount: "142", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9273.jpg", imageAlt: "Bibite e Bevande Fresche"},
|
||||
"http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9273.jpg?_wi=2", imageAlt: "Bibite e Bevande Fresche"},
|
||||
{
|
||||
id: "6", brand: "Vesuviano", name: "Il Classico", price: "€6,50", rating: 5,
|
||||
reviewCount: "521", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg", imageAlt: "Il Classico - Panino Classico"},
|
||||
"http://img.b2bpic.net/free-photo/picnic-basket-with-delicious-chicken-baguette-sandwich_1147-503.jpg?_wi=3", imageAlt: "Il Classico - Panino Classico"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -143,19 +143,19 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", title: "Qualità artiginale, ritiro veloce", quote:
|
||||
"Ho ordinato il Vesuvio e dopo 20 minuti era pronto. Fresco, gustosissimo e ancora caldo. Esattamente quello che volevo.", name: "Marco R.", role: "Cliente Abituale", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Marco R."},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Marco R."},
|
||||
{
|
||||
id: "2", title: "Panini che fanno venire fame", quote:
|
||||
"Sciuè ha cambiato il mio modo di intendere il panino. Ingredienti freschi, combinazioni creative, presentazione curata.", name: "Giulia T.", role: "Food Blogger", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Giulia T."},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Giulia T."},
|
||||
{
|
||||
id: "3", title: "Il miglior street food di Pomigliano", quote:
|
||||
"Finalmente un posto dove il panino è arte, non solo cibo. Vale ogni euro. Consigliatissimo a tutti gli amici.", name: "Antonio M.", role: "Imprenditore", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Antonio M."},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Antonio M."},
|
||||
{
|
||||
id: "4", title: "Efficienza e bontà garantite", quote:
|
||||
"Ordino regolarmente da Sciuè. Il servizio online è intuitivo, la qualità costante e i tempi di preparazione sempre rispettati.", name: "Sara L.", role: "Professionista", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sara L."},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "Sara L."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user