From 75a9941d026256d25bfa528c3af485e610b3f65e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c0c1c9..d7eeb16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Admission Process", content: "Contact our admissions cell at the campus office for full details." }, + { id: "q1", title: "Admission Process", content: "Contact our admissions cell at the campus office for full details or call 7904624406." }, { id: "q2", title: "Campus Location", content: "Located centrally on the Salem-Attur NH-68 highway." }, ]} title="Quick Answers" @@ -118,7 +118,7 @@ export default function LandingPage() { -- 2.49.1