diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c7766b..ffe7b32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,32 +49,15 @@ export default function LandingPage() {
@@ -285,25 +162,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What are your opening hours?", - content: "Lily House Cafe is open daily from 7 AM to 12 AM, offering a perfect spot for early birds and late-night gatherings.", - }, + id: "q1", title: "What are your opening hours?", content: "Lily House Cafe is open daily from 7 AM to 12 AM, offering a perfect spot for early birds and late-night gatherings."}, { - id: "q2", - title: "Do you offer outdoor seating?", - content: "Yes, we have a lovely outdoor seating area perfect for enjoying the Doha weather while sipping your favorite coffee or having a meal.", - }, + id: "q2", title: "Do you offer outdoor seating?", content: "Yes, we have a lovely outdoor seating area perfect for enjoying the Doha weather while sipping your favorite coffee or having a meal."}, { - id: "q3", - title: "Can I make a reservation?", - content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss reservation options.", - }, + id: "q3", title: "Can I make a reservation?", content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss reservation options."}, { - id: "q4", - title: "Do you have vegan or gluten-free options?", - content: "Yes, our menu includes a variety of vegan and gluten-free options. Please ask our staff for today's specials and recommendations.", - }, + id: "q4", title: "Do you have vegan or gluten-free options?", content: "Yes, our menu includes a variety of vegan and gluten-free options. Please ask our staff for today's specials and recommendations."}, ]} title="Frequently Asked Questions" description="Find quick answers to common inquiries about Lily House Cafe, from opening hours to menu options and services." @@ -318,27 +183,16 @@ export default function LandingPage() { description="We'd love to hear from you! Whether you're looking to book a table, have a question about our menu, or simply want to say hello, our team is ready to assist." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone (Optional)", - }, + name: "phone", type: "tel", placeholder: "Your Phone (Optional)"}, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg" @@ -352,54 +206,33 @@ export default function LandingPage() { logoText="Lily House Cafe" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "West Walk, Al Sidr Street", - href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk", - }, + label: "West Walk, Al Sidr Street", href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk"}, { - label: "Doha, Qatar", - href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk", - }, + label: "Doha, Qatar", href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk"}, { - label: "+974 7722 0797", - href: "tel:+97477220797", - }, + label: "+974 7722 0797", href: "tel:+97477220797"}, ], }, ]}