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