Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3f0b3492c | |||
| 9b4cee38be | |||
| 4758413ada | |||
| 58489c01e0 | |||
| 2e28ca3a28 | |||
| 7d4abcf1a6 |
1435
src/app/layout.tsx
1435
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"},
|
"http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college-before-exam_23-2149038482.jpg", imageAlt: "Campus events and activities"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Apply Now", href: "admissions" },
|
{ text: "Apply Now for Free Counseling", href: "admissions" },
|
||||||
{ text: "Call Admission Counselor", href: "tel:+919793000005" },
|
{ text: "Call Admission Counselor", href: "tel:+919793000005" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -130,19 +130,23 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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:
|
"Established track record in educational excellence and student development", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/view-city-square_1359-45.jpg?_wi=2"},
|
"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:
|
"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"},
|
"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:
|
"Dedicated educators with industry expertise and academic credentials", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/blue-orange-plastic-chairs_250224-173.jpg?_wi=2"},
|
"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:
|
"Comprehensive career guidance and placement assistance for students", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13041.jpg?_wi=1"},
|
"http://img.b2bpic.net/free-photo/young-students-classroom_329181-13041.jpg?_wi=1"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user