diff --git a/src/app/page.tsx b/src/app/page.tsx index 26c47a6..833442a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,6 +143,7 @@ export default function LandingPage() { title="Frequently Asked Questions" faqsAnimation="blur-reveal" description="Everything you need to know about working with our team." + buttons={[{ text: "Contact Us for Custom Builds", href: "#contact" }]} /> @@ -171,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file