2 Commits

Author SHA1 Message Date
814751a345 Update src/app/page.tsx 2026-04-20 00:32:53 +00:00
31693b710c Merge version_1 into main
Merge version_1 into main
2026-04-20 00:31:58 +00:00

View File

@@ -143,6 +143,7 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
description="Everything you need to know about working with our team." description="Everything you need to know about working with our team."
buttons={[{ text: "Contact Us for Custom Builds", href: "#contact" }]}
/> />
</div> </div>
@@ -171,4 +172,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }