From 6c776d92aba186b6744816afaa78f4a0958b98ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:00:17 +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 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 -- 2.49.1