Update src/app/page.tsx
This commit is contained in:
@@ -33,9 +33,8 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gourmet Haven"
|
||||
@@ -142,13 +141,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you accept reservations?", content: "Yes, we recommend booking in advance, especially during weekends." },
|
||||
{ id: "q2", title: "Can you cater to dietary requirements?", content: "Absolutely, please inform us of any restrictions when you book." },
|
||||
{ id: "q3", title: "Are you pet-friendly?", content: "We offer outdoor seating which is welcoming to well-behaved pets." }
|
||||
{ id: "q1", title: "How do I make a reservation?", content: "You can book your table online through our contact form or by calling us directly during business hours." },
|
||||
{ id: "q2", title: "Do you offer take-out/delivery?", content: "Yes, our entire menu is available for take-out. Please use our ordering portal for scheduled pickups." },
|
||||
{ id: "q3", title: "Can you accommodate allergies?", content: "Yes, please notify our team of any specific dietary requirements when placing your order or reserving your table." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-customer-paying-with-nfc-device_23-2150689998.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about reservations or our menu? We have answers."
|
||||
title="Culinary Inquiries"
|
||||
description="Everything you need to know about dining at Gourmet Haven."
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -158,17 +157,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in touch"
|
||||
title="Reserve Your Table Today"
|
||||
description="Join us for an unforgettable meal by reserving your table now."
|
||||
buttons={[{ text: "Book Now", href: "#" }]}
|
||||
tag="Reservations & Orders"
|
||||
title="Connect With Us"
|
||||
description="For dinner reservations or to place an advanced catering order, please contact our front-of-house team below."
|
||||
buttons={[{ text: "Request Reservation", href: "#" }, { text: "Online Ordering", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Gourmet Haven"
|
||||
copyrightText="© 2025 Gourmet Haven. All rights reserved."
|
||||
copyrightText="© 2025 Gourmet Haven. Open daily 11am-10pm."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
|
||||
Reference in New Issue
Block a user