8 Commits

Author SHA1 Message Date
28d175c719 Update src/app/page.tsx 2026-03-18 17:55:13 +00:00
7866507f3f Merge version_2 into main
Merge version_2 into main
2026-03-18 17:54:00 +00:00
7825957e26 Update src/app/page.tsx 2026-03-18 17:53:56 +00:00
5c052e05d8 Merge version_1 into main
Merge version_1 into main
2026-03-18 17:52:42 +00:00
879555fabf Merge version_1 into main
Merge version_1 into main
2026-03-18 17:52:16 +00:00
2b9b2a2de6 Merge version_1 into main
Merge version_1 into main
2026-03-18 17:51:46 +00:00
eb6c88cfd4 Merge version_1 into main
Merge version_1 into main
2026-03-18 17:51:17 +00:00
3701b7bc01 Merge version_1 into main
Merge version_1 into main
2026-03-18 17:50:47 +00:00

View File

@@ -63,8 +63,9 @@ export default function LandingPage() {
<MediaAbout <MediaAbout
title="About KPGU - Your Gateway to Global Education" 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." 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} 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" }]} buttons={[{ text: "Discover Our Mission", href: "#contact" }]}
buttonAnimation="opacity" buttonAnimation="opacity"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4we4lo&_wi=1" 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 <ContactFaq
ctaTitle="Ready to Begin Your Journey?" 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." 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} ctaIcon={Phone}
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"