diff --git a/src/app/page.tsx b/src/app/page.tsx index 9425b5f..57ab4ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,6 +173,7 @@ export default function LandingPage() { ]} sideTitle="Frequently Asked Questions" sideDescription="Need more information? Check our common questions." + buttons={[{ text: "Contact Us", href: "#contact" }]} faqsAnimation="blur-reveal" /> @@ -200,4 +201,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file