Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75a9941d02 | |||
| dadd586a83 |
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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." },
|
{ id: "q2", title: "Campus Location", content: "Located centrally on the Salem-Attur NH-68 highway." },
|
||||||
]}
|
]}
|
||||||
title="Quick Answers"
|
title="Quick Answers"
|
||||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
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: "#" }]}
|
buttons={[{ text: "Contact Admissions", href: "#" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user