From 1e8c0ecb5add1bb9f8cb4a1bb3382fa9522a85b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:49:33 +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 e49a8ee..a9f03ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,6 +171,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Still have questions? Check out our helpful answers to common student queries." + buttons={[{ text: "Contact Support", href: "#contact" }]} faqsAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/contact-us-communication-support-service-assistance-concept_53876-128103.jpg" mediaAnimation="blur-reveal" @@ -225,4 +226,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1