Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-18 17:55:18 +00:00

View File

@@ -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"
@@ -250,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}