From 40847cfee9e40a7df2de4e0819c040f1e59e06fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 21:05:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b33350..7b7de9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} title="Restaurant Highlights" description="Experience the best of our agriturismo services." features={[ @@ -123,6 +124,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Frequently Asked Questions" + description="Common inquiries about our restaurant and services." faqsAnimation="slide-up" faqs={[ { id: "1", title: "Do you have vegan options?", content: "Yes, we offer a dedicated vegan menu." },