Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bd4bafdd1 | |||
| aa02bb4d8e |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
title="Authentic Portuguese Soul in Luxembourg"
|
title="Authentic Portuguese Soul in Luxembourg"
|
||||||
description="Experience the true essence of Portugal with fresh, traditional ingredients and warm, attentive service. Join us for a culinary journey in the heart of Luxembourg."
|
description="Experience the true essence of Portugal with fresh, traditional ingredients and warm, attentive service. Join us for a culinary journey in the heart of Luxembourg."
|
||||||
tag="Since 2012"
|
tag="Since 2012"
|
||||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg", imageAlt: "Restaurant Ambiance"},
|
imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg", imageAlt: "Restaurant Ambiance"},
|
||||||
@@ -159,9 +159,8 @@ export default function LandingPage() {
|
|||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "date", type: "date", placeholder: "Date", required: true },
|
{ name: "date", type: "date", placeholder: "Date", required: true },
|
||||||
{ name: "partySize", type: "number", placeholder: "Party Size", required: true }
|
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Special requests", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Special requests or party size", rows: 4 }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/elderly-adult-registering-hotel-lobby_482257-81621.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/elderly-adult-registering-hotel-lobby_482257-81621.jpg"
|
||||||
imageAlt="Restaurant reservation desk"
|
imageAlt="Restaurant reservation desk"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user