Update src/app/page.tsx
This commit is contained in:
@@ -70,15 +70,15 @@ export default function LandingPage() {
|
||||
description="Lola's Beach Restaurant offers a vibrant culinary journey with fresh seafood, local flavors, and a stunning beach view. Experience the true taste of Dorado."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg?_wi=1",
|
||||
imageAlt: "Delicious seafood platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg?_wi=1",
|
||||
imageAlt: "Traditional Mofongo with seafood",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg?_wi=1",
|
||||
imageAlt: "Tropical cocktail on the beach",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-baked-beans-coaster-blue-table_114579-90305.jpg?_wi=2",
|
||||
imageAlt: "fresh seafood ingredients display raw",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tiramisu-plating_23-2148322834.jpg?_wi=2",
|
||||
imageAlt: "fresh seafood ingredients display raw",
|
||||
},
|
||||
{
|
||||
@@ -280,7 +280,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg?_wi=2",
|
||||
imageAlt: "fresh seafood ingredients display raw",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user