Update src/app/page.tsx
This commit is contained in:
@@ -57,9 +57,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "Cozy restaurant interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=1", imageAlt: "Cozy restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Sardinian cuisine plate"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1", imageAlt: "Sardinian cuisine plate"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -122,13 +122,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-uncooked-nest-noodles-with-flour_114579-39161.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "2", name: "David T.", handle: "@Foodie", testimonial: "Incredibly authentic. The Seadas for dessert is mandatory. Outstanding service and brilliant wines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "3", name: "Elena R.", handle: "@Traveler", testimonial: "A truly intimate experience. Feels like eating in a family home in Cagliari.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=1", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "4", name: "James B.", handle: "@DinnerGuest", testimonial: "The best lamb chops I've had in London. Pure Sardinian perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
{
|
||||
id: "5", name: "Lisa K.", handle: "@Local", testimonial: "Love the quirky decor and the Cannonau wine is fantastic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "vintage italian restaurant knick-knacks"},
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Booking Details/Requests"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/backview-barman-writing-chalkboard-terrace_23-2147821251.jpg?_wi=2"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user