Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-28 17:37:38 +00:00

View File

@@ -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() {
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Ready to start your engineering career? Get in touch with us."
text="Ready to start your engineering career? Get in touch with us at 7904624406."
buttons={[{ text: "Contact Admissions", href: "#" }]}
/>
</div>