From 36cf2d1238f1e92848472d828c6b4f8853c5b6f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:14:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b0a5bd..aedd3b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,8 @@ export default function LandingPage() { names={["Chai Lovers Association", "Street Food Alliance", "Local Business Guild"]} title="Trusted by Local Foodies" description="Featured in and supported by our community." + textboxLayout="default" + useInvertedBackground={false} /> @@ -122,6 +124,7 @@ export default function LandingPage() { description="Got questions about our cafe?" faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "f1", title: "What are your opening hours?", content: "Daily from 7 AM to 10 PM." }, { id: "f2", title: "Do you offer takeaways?", content: "Yes, everything is available for takeaway." }, @@ -134,6 +137,7 @@ export default function LandingPage() { -- 2.49.1