Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-07 19:23:57 +00:00
2 changed files with 18 additions and 1435 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -109,7 +109,7 @@ export default function HomePage() {
"http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college-before-exam_23-2149038482.jpg", imageAlt: "Campus events and activities"},
]}
buttons={[
{ text: "Apply Now", href: "admissions" },
{ text: "Apply Now for Free Counseling", href: "admissions" },
{ text: "Call Admission Counselor", href: "tel:+919793000005" },
]}
buttonAnimation="slide-up"
@@ -130,19 +130,23 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
id: 1, title: "20+ Years Excellence", description:
id: 1,
title: "20+ Years Excellence", description:
"Established track record in educational excellence and student development", imageSrc:
"http://img.b2bpic.net/free-photo/view-city-square_1359-45.jpg?_wi=2"},
{
id: 2, title: "Modern Laboratories", description:
id: 2,
title: "Modern Laboratories", description:
"State-of-the-art facilities for hands-on practical learning and research", imageSrc:
"http://img.b2bpic.net/free-photo/girl-with-delight-looking-flask-chemistry-class_259150-60223.jpg?_wi=2"},
{
id: 3, title: "Experienced Faculty", description:
id: 3,
title: "Experienced Faculty", description:
"Dedicated educators with industry expertise and academic credentials", imageSrc:
"http://img.b2bpic.net/free-photo/blue-orange-plastic-chairs_250224-173.jpg?_wi=2"},
{
id: 4, title: "Placement Support", description:
id: 4,
title: "Placement Support", description:
"Comprehensive career guidance and placement assistance for students", imageSrc:
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13041.jpg?_wi=1"},
]}
@@ -341,4 +345,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}