Update src/app/page.tsx

This commit is contained in:
2026-05-12 20:56:41 +00:00
parent 8715e9746f
commit 504fc5013c

View File

@@ -158,6 +158,9 @@ export default function LandingPage() {
{ id: "f2", title: "Do you offer catering services?", content: "Yes, we provide catering for celebrations of life, events, and office meals." },
{ id: "f3", title: "What's the best time to visit?", content: "We're very popular for weekend brunch, so we recommend arriving early or later in the afternoon." }
]}
buttons={[
{ text: "Make a Reservation", href: "#contact" }
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
/>