diff --git a/src/app/page.tsx b/src/app/page.tsx
index 65c8a79..3a25f07 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -203,20 +135,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do I need a reservation?",
- content: "Yes, we highly recommend booking in advance to ensure availability.",
- },
+ id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure availability."},
{
- id: "f2",
- title: "Is there a dress code?",
- content: "We maintain a smart-casual to formal dress code suitable for fine dining.",
- },
+ id: "f2", title: "Is there a dress code?", content: "We maintain a smart-casual to formal dress code suitable for fine dining."},
{
- id: "f3",
- title: "Do you offer vegetarian options?",
- content: "Our chef creates fresh, seasonal vegetarian dishes daily upon request.",
- },
+ id: "f3", title: "Do you offer vegetarian options?", content: "Our chef creates fresh, seasonal vegetarian dishes daily upon request."},
]}
title="Guest Inquiries"
description="Common questions regarding our services and reservations."
@@ -228,18 +151,13 @@ export default function LandingPage() {
@@ -250,33 +168,21 @@ export default function LandingPage() {
logoText="Le Palais"
columns={[
{
- title: "Navigate",
- items: [
+ title: "Navigate", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}