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." },