Update src/app/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg?_wi=1"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
description: "Paseo de Poniente views.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479060.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479060.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -160,25 +160,25 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Carbonara",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Paella Valenciana",
|
||||
price: "22€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tiramisù",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="La Carta"
|
||||
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
||||
name: "Emma W.",
|
||||
handle: "🇬🇧 UK",
|
||||
testimonial: "A hidden gem on the seafront. We loved everything.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg?_wi=2",
|
||||
imageAlt: "dark mediterranean coastal dining background",
|
||||
},
|
||||
{
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
name: "Carlos M.",
|
||||
handle: "🇪🇸 Spain",
|
||||
testimonial: "Best paella in all of Benidorm. Truly authentic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479060.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479060.jpg?_wi=2",
|
||||
imageAlt: "authentic italian family run restaurant",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
name: "Giulia R.",
|
||||
handle: "🇮🇹 Italy",
|
||||
testimonial: "The tiramisu was amazing — all homemade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg?_wi=5",
|
||||
imageAlt: "authentic wood fired pizza italian",
|
||||
},
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
name: "Lupo's Fan",
|
||||
handle: "🇪🇸 Spain",
|
||||
testimonial: "Lupo made us feel like family. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698316.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698316.jpg?_wi=1",
|
||||
imageAlt: "evening terrace mediterranean restaurant view",
|
||||
},
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
name: "Tourist X",
|
||||
handle: "🇬🇧 UK",
|
||||
testimonial: "Perfect atmosphere and fresh ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098540.jpg?_wi=3",
|
||||
imageAlt: "dark mediterranean coastal dining background",
|
||||
},
|
||||
]}
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698316.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698316.jpg?_wi=2"
|
||||
logoText="Il Piacere"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user