Update src/app/admissions/page.tsx

This commit is contained in:
2026-03-05 13:22:34 +00:00
parent 4559ea4d8f
commit 320874be4d

View File

@@ -37,7 +37,7 @@ export default function AdmissionsPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -55,10 +55,7 @@ export default function AdmissionsPage() {
<TextSplitAbout
title="Admission Process"
description={[
"NRIIT welcomes applications from talented students across India. Our admission process is transparent, merit-based, and designed to identify students with strong academic potential and a passion for engineering.",
"We consider a holistic set of criteria including board exam performance, entrance test scores, and personal qualities to ensure we admit students who will thrive in our rigorous academic environment.",
"The admissions team is here to support you at every step of the process. Whether you have questions about eligibility, required documents, or the selection criteria, we are ready to help.",
]}
"NRIIT welcomes applications from talented students across India. Our admission process is transparent, merit-based, and designed to identify students with strong academic potential and a passion for engineering.", "We consider a holistic set of criteria including board exam performance, entrance test scores, and personal qualities to ensure we admit students who will thrive in our rigorous academic environment.", "The admissions team is here to support you at every step of the process. Whether you have questions about eligibility, required documents, or the selection criteria, we are ready to help."]}
buttons={[
{ text: "Start Application", href: "#" },
{ text: "Download Prospectus", href: "#" },
@@ -77,14 +74,10 @@ export default function AdmissionsPage() {
tagIcon={BookOpen}
features={[
{
id: "1",
title: "Online Application",
description:
"Complete the online application form with your personal details, educational background, and choice of engineering discipline. Upload required documents including board exam certificates and entrance test scores.",
media: {
id: "1", title: "Online Application", description:
"Complete the online application form with your personal details, educational background, and choice of engineering discipline. Upload required documents including board exam certificates and entrance test scores.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=5",
},
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"},
items: [
{ icon: CheckCircle, text: "Complete Application Form" },
{ icon: CheckCircle, text: "Upload Required Documents" },
@@ -93,14 +86,10 @@ export default function AdmissionsPage() {
reverse: false,
},
{
id: "2",
title: "Merit-Based Selection",
description:
"NRIIT evaluates applications based on JEE (Main) or state entrance exam scores combined with class XII board exam performance. Shortlisted candidates are invited for counseling.",
media: {
id: "2", title: "Merit-Based Selection", description:
"NRIIT evaluates applications based on JEE (Main) or state entrance exam scores combined with class XII board exam performance. Shortlisted candidates are invited for counseling.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg?_wi=4",
},
"http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg"},
items: [
{ icon: Target, text: "Entrance Exam Scores" },
{ icon: Award, text: "Board Performance" },
@@ -109,14 +98,10 @@ export default function AdmissionsPage() {
reverse: true,
},
{
id: "3",
title: "Counseling & Admission",
description:
"Selected candidates attend counseling sessions to finalize their engineering discipline choice. After seat allocation, students proceed with document verification and fee payment to secure their admission.",
media: {
id: "3", title: "Counseling & Admission", description:
"Selected candidates attend counseling sessions to finalize their engineering discipline choice. After seat allocation, students proceed with document verification and fee payment to secure their admission.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg?_wi=10",
},
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg"},
items: [
{ icon: CheckCircle, text: "Counseling Sessions" },
{ icon: CheckCircle, text: "Seat Allocation" },
@@ -141,7 +126,7 @@ export default function AdmissionsPage() {
{ text: "Fill Inquiry Form", href: "#" },
{ text: "Call: 093918 78787", href: "tel:+919391878787" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -153,24 +138,16 @@ export default function AdmissionsPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/nriit",
ariaLabel: "Facebook",
},
href: "https://facebook.com/nriit", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "https://twitter.com/nriit",
ariaLabel: "Twitter",
},
href: "https://twitter.com/nriit", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/nriit",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/nriit", ariaLabel: "LinkedIn"},
{
icon: Instagram,
href: "https://instagram.com/nriit",
ariaLabel: "Instagram",
},
href: "https://instagram.com/nriit", ariaLabel: "Instagram"},
]}
/>
</div>