Update src/app/page.tsx

This commit is contained in:
2026-05-19 21:05:53 +00:00
parent 6d9363cb9e
commit 40847cfee9

View File

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