From ca9089af565d02c95beea3defa70b0873963cb19 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 08:55:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 366 ++++++++++++----------------------------------- 1 file changed, 88 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7b9c9c..3bdd354 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -371,30 +241,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "Do you accept reservations?", - content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our contact form or by calling us directly.", - }, + id: "faq-1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our contact form or by calling us directly."}, { - id: "faq-2", - title: "Are there vegetarian or vegan options available?", - content: "We offer a selection of vegetarian dishes, and some can be adjusted to be vegan-friendly. Please inform your server about any dietary restrictions.", - }, + id: "faq-2", title: "Are there vegetarian or vegan options available?", content: "We offer a selection of vegetarian dishes, and some can be adjusted to be vegan-friendly. Please inform your server about any dietary restrictions."}, { - id: "faq-3", - title: "Can I host a private event at Izakaya Hoju?", - content: "Absolutely! We have private dining areas suitable for various events. Please contact us to discuss your requirements and package options.", - }, + id: "faq-3", title: "Can I host a private event at Izakaya Hoju?", content: "Absolutely! We have private dining areas suitable for various events. Please contact us to discuss your requirements and package options."}, { - id: "faq-4", - title: "Do you have a children's menu?", - content: "While we don't have a dedicated children's menu, many of our smaller plates and sides are popular with younger guests. Feel free to ask our staff for recommendations.", - }, + id: "faq-4", title: "Do you have a children's menu?", content: "While we don't have a dedicated children's menu, many of our smaller plates and sides are popular with younger guests. Feel free to ask our staff for recommendations."}, { - id: "faq-5", - title: "What are your opening hours?", - content: "We are open Monday to Friday from 5 PM to 11 PM, and on weekends from 4 PM to Midnight. Closed on Tuesdays.", - }, + id: "faq-5", title: "What are your opening hours?", content: "We are open Monday to Friday from 5 PM to 11 PM, and on weekends from 4 PM to Midnight. Closed on Tuesdays."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about reservations, menu options, dietary needs, and more, ensuring a smooth and enjoyable visit." @@ -409,46 +264,26 @@ export default function LandingPage() { description="We look forward to welcoming you to Izakaya Hoju. Use the form below to make a reservation or send us any questions you may have about our menu or services." 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: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, { - name: "date", - type: "date", - placeholder: "Reservation Date", - required: false, + name: "date", type: "date", placeholder: "Reservation Date", required: false, }, { - name: "time", - type: "time", - placeholder: "Reservation Time", - required: false, + name: "time", type: "time", placeholder: "Reservation Time", required: false, }, { - name: "guests", - type: "number", - placeholder: "Number of Guests", - required: false, + name: "guests", type: "number", placeholder: "Number of Guests", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message or Special Request (e.g., allergies)", - rows: 4, + name: "message", placeholder: "Your Message or Special Request (e.g., allergies)", rows: 4, required: false, }} imageSrc="http://img.b2bpic.net/free-photo/japanese-tasty-street-food-restaurant-front-view_23-2149410170.jpg" @@ -462,62 +297,37 @@ export default function LandingPage() {