Update src/app/page.tsx
This commit is contained in:
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629543.jpg", imageAlt: "Beautiful Italian dishes and wine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629543.jpg?_wi=1", imageAlt: "Beautiful Italian dishes and wine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tomato-cheese-salad-with-pesto-sauce_140725-5951.jpg", imageAlt: "Traditional Italian appetizers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631798.jpg", imageAlt: "Premium Italian wine selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg", imageAlt: "Cozy restaurant interior" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg?_wi=1", imageAlt: "Cozy restaurant interior" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-wooden-desk_140725-91103.jpg", imageAlt: "Handmade fresh pasta" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-crackers-cheese-grater-white-plate_176474-3024.jpg", imageAlt: "Seasonal specialty dishes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageAlt: "Friendly and welcoming staff" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-concrete-cathedral-with-statue_250224-66.jpg", imageAlt: "Museum cultural area location" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1", imageAlt: "Friendly and welcoming staff" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-concrete-cathedral-with-statue_250224-66.jpg?_wi=1", imageAlt: "Museum cultural area location" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#reservation" },
|
||||
@@ -121,13 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "cozy-interior", value: "Intimate", title: "Cozy Interior", description: "Warm lighting and inviting ambiance create the perfect setting", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg", imageAlt: "Cozy restaurant interior with warm lighting"
|
||||
id: "cozy-interior", value: "Intimate", title: "Cozy Interior", description: "Warm lighting and inviting ambiance create the perfect setting", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg?_wi=2", imageAlt: "Cozy restaurant interior with warm lighting"
|
||||
},
|
||||
{
|
||||
id: "friendly-staff", value: "Genuine", title: "Friendly Staff", description: "Our team treats every guest like family", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", imageAlt: "Welcoming restaurant staff serving guests"
|
||||
id: "friendly-staff", value: "Genuine", title: "Friendly Staff", description: "Our team treats every guest like family", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=2", imageAlt: "Welcoming restaurant staff serving guests"
|
||||
},
|
||||
{
|
||||
id: "museum-location", value: "Perfect", title: "Cultural District", description: "Located near the museum for an enriching evening", imageSrc: "http://img.b2bpic.net/free-photo/old-concrete-cathedral-with-statue_250224-66.jpg", imageAlt: "Museum cultural area location"
|
||||
id: "museum-location", value: "Perfect", title: "Cultural District", description: "Located near the museum for an enriching evening", imageSrc: "http://img.b2bpic.net/free-photo/old-concrete-cathedral-with-statue_250224-66.jpg?_wi=2", imageAlt: "Museum cultural area location"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
description="Reserve your table at Osteria del Museo and prepare for an unforgettable evening of authentic Italian cuisine and warm hospitality."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629543.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629543.jpg?_wi=2"
|
||||
imageAlt="Beautiful Italian dining experience"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user