Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
tag="Since 2012"
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
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={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", 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"
|
||||
imageAlt="Restaurant reservation desk"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user