diff --git a/src/app/page.tsx b/src/app/page.tsx index 45f3057..178a053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,6 +210,10 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions about your visit?" faqsAnimation="slide-up" + buttons={[ + { + text: "Contact Us", href: "#contact"}, + ]} /> @@ -260,4 +264,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}