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() {