From 91551b63ff1d72f241337d372ff0424ac3bbb943 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:59:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07659d5..0f9fb37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,6 +119,7 @@ export default function LandingPage() { { id: "q2", title: "Is there free Wi-Fi?", content: "Absolutely. We offer high-speed Wi-Fi perfect for students and professionals looking for a workspace." }, { id: "q3", title: "Do you host events?", content: "Yes, our space is available for small community gatherings and book reading sessions. Contact us for details." }, ]} + useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about your local favorite coffee spot." faqsAnimation="slide-up" -- 2.49.1