Update src/app/page.tsx
This commit is contained in:
@@ -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." },
|
||||
|
||||
Reference in New Issue
Block a user