Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85bea100c1 | |||
| 6cb5a1cc92 | |||
| b3f0b3492c | |||
| 9b4cee38be | |||
| 4758413ada | |||
| 58489c01e0 | |||
| 2e28ca3a28 | |||
| 7d4abcf1a6 |
1437
src/app/layout.tsx
1437
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"},
|
||||
]}
|
||||
@@ -253,12 +257,12 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "20+", title: "Years of Educational Excellence", items: [
|
||||
"Established institution in Lucknow", "Trusted by thousands of families", "Consistent quality delivery"],
|
||||
id: "1", value: "95%", title: "Placement Success Rate", items: [
|
||||
"Students placed in leading companies", "Average package excellence", "Career growth support"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "95%", title: "Placement Success Rate", items: [
|
||||
"Students placed in leading companies", "Average package excellence", "Career growth support"],
|
||||
id: "2", value: "20+", title: "Years of Educational Excellence", items: [
|
||||
"Established institution in Lucknow", "Trusted by thousands of families", "Consistent quality delivery"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "3.8★", title: "Google Rating", items: [
|
||||
@@ -341,4 +345,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user