Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28d175c719 | |||
| 7866507f3f | |||
| 7825957e26 | |||
| 5c052e05d8 | |||
| 879555fabf | |||
| 2b9b2a2de6 | |||
| eb6c88cfd4 | |||
| 3701b7bc01 |
@@ -63,8 +63,9 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
title="About KPGU - Your Gateway to Global Education"
|
||||
description="Drs Kiran & Pallavi Patel Global University is a premier institution committed to fostering academic excellence and holistic student development. With state-of-the-art facilities, experienced faculty, and industry-relevant curricula, we prepare students for meaningful careers and global impact. Our comprehensive approach integrates theoretical knowledge with practical skills across all disciplines."
|
||||
tag="Accredited Institution"
|
||||
tag="UGC, AICTE & PCI Approved"
|
||||
tagIcon={Award}
|
||||
tagClassName="inline-block px-3 py-1 bg-gradient-to-r from-blue-100 to-blue-50 text-blue-900 font-semibold rounded-full text-sm border border-blue-300 shadow-sm"
|
||||
buttons={[{ text: "Discover Our Mission", href: "#contact" }]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4we4lo&_wi=1"
|
||||
@@ -206,7 +207,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Begin Your Journey?"
|
||||
ctaDescription="Take the first step toward academic excellence. Contact our admissions team for personalized guidance on program selection, application process, and financial assistance."
|
||||
ctaButton={{ text: "Start Your Application", href: "mailto:admissions@kpgu.edu" }}
|
||||
ctaButton={{ text: "Get Free Admissions Guidance", href: "mailto:admissions@kpgu.edu" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -250,4 +251,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user