diff --git a/src/app/page.tsx b/src/app/page.tsx
index 309db1b..595556f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,13 @@ export default function LandingPage() {
@@ -55,39 +46,16 @@ export default function LandingPage() {
@@ -267,21 +141,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, we strongly recommend booking a table, especially during weekends.",
- },
- {
- id: "q2",
- title: "Is the restaurant LGBTQ+ friendly?",
- content: "Yes, absolutely! We are a welcoming and inclusive space for everyone.",
- },
- {
- id: "q3",
- title: "Do you offer takeout?",
- content: "Yes, all our dishes are available for takeaway, please call us in advance.",
- },
+ { id: "q1", title: "Do you accept reservations?", content: "Yes, we strongly recommend booking a table, especially during weekends." },
+ { id: "q2", title: "Is the restaurant LGBTQ+ friendly?", content: "Yes, absolutely! We are a welcoming and inclusive space for everyone." },
+ { id: "q3", title: "Do you offer takeout?", content: "Yes, all our dishes are available for takeaway, please call us in advance." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining at Lisboa II."
@@ -295,24 +157,10 @@ export default function LandingPage() {
title="Book Your Table"
description="Ready to experience the flavors of Portugal? Send us a message and we'll confirm your reservation."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "date",
- type: "date",
- placeholder: "Date",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "date", type: "date", placeholder: "Date", required: true },
]}
- textarea={{
- name: "message",
- placeholder: "Special requests or party size",
- 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"
/>
@@ -323,16 +171,8 @@ export default function LandingPage() {
logoText="Lisboa II"
copyrightText="© 2024 Lisboa II. All rights reserved."
socialLinks={[
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>