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() {