From 814751a345936ff1a05586f05fb06b36d5db3528 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:32:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1