Update src/app/page.tsx
This commit is contained in:
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1", imageAlt: "Elegant fine dining restaurant interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Elegant fine dining restaurant interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Professional chefs preparing meals in restaurant kitchen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg", imageAlt: "Professional chefs preparing meals in restaurant kitchen"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
tag="Est. 2015"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg"
|
||||
imageAlt="Our expert culinary team"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/amused-joyful-optimistic-young-excited-blond-european-female-model-hoodie-smiling-broadly-close-e_1258-136506.jpg", imageAlt: "Michael Chen"
|
||||
}
|
||||
]}
|
||||
cardTitle="\"An Unforgettable Evening\""
|
||||
cardTitle="An Unforgettable Evening"
|
||||
cardTag="Exceptional Service"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="slide-up"
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
title="Reserve Your Table"
|
||||
description="Join us for an exceptional dining experience. Complete the form below to secure your reservation."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||
imageAlt="Intimate restaurant dining"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user