Update src/app/about/page.tsx

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

View File

@@ -39,7 +39,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -57,10 +57,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Story"
description={[
"NRIIT was founded with a vision to provide world-class engineering education accessible to talented students from all backgrounds. Over the past two decades, we have grown into one of the most respected autonomous engineering colleges in India.",
"Our commitment to excellence is reflected in our faculty, infrastructure, research initiatives, and most importantly, in the success of our graduates who are making meaningful contributions across global industries.",
"We believe in holistic education that combines rigorous academics with practical exposure, ethical values, and professional development to create engineers who are not just technically proficient but also responsible global citizens.",
]}
"NRIIT was founded with a vision to provide world-class engineering education accessible to talented students from all backgrounds. Over the past two decades, we have grown into one of the most respected autonomous engineering colleges in India.", "Our commitment to excellence is reflected in our faculty, infrastructure, research initiatives, and most importantly, in the success of our graduates who are making meaningful contributions across global industries.", "We believe in holistic education that combines rigorous academics with practical exposure, ethical values, and professional development to create engineers who are not just technically proficient but also responsible global citizens."]}
buttons={[
{ text: "Explore Our Programs", href: "/courses" },
{ text: "Visit Campus", href: "/campus" },
@@ -79,14 +76,10 @@ export default function AboutPage() {
tagIcon={Lightbulb}
features={[
{
id: "1",
title: "Excellence in Education",
description:
"We are dedicated to providing a curriculum that blends theoretical knowledge with practical application, preparing students for real-world engineering challenges.",
media: {
id: "1", title: "Excellence in Education", description:
"We are dedicated to providing a curriculum that blends theoretical knowledge with practical application, preparing students for real-world engineering challenges.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"},
items: [
{ icon: Award, text: "Quality Teaching & Mentorship" },
{ icon: Zap, text: "Industry-Aligned Curriculum" },
@@ -95,14 +88,10 @@ export default function AboutPage() {
reverse: false,
},
{
id: "2",
title: "Student-Centric Approach",
description:
"Every student at NRIIT is valued as an individual with unique potential. We provide personalized guidance, mentorship, and support to help each student achieve their academic and career goals.",
media: {
id: "2", title: "Student-Centric Approach", description:
"Every student at NRIIT is valued as an individual with unique potential. We provide personalized guidance, mentorship, and support to help each student achieve their academic and career goals.", 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=2",
},
"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: Users, text: "Personalized Mentorship" },
{ icon: Target, text: "Career Development" },
@@ -111,14 +100,10 @@ export default function AboutPage() {
reverse: true,
},
{
id: "3",
title: "Industry Partnership & Collaboration",
description:
"We maintain strong partnerships with leading technology companies and industries to ensure our curriculum remains current, and our students gain hands-on experience with cutting-edge technologies.",
media: {
id: "3", title: "Industry Partnership & Collaboration", description:
"We maintain strong partnerships with leading technology companies and industries to ensure our curriculum remains current, and our students gain hands-on experience with cutting-edge technologies.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg?_wi=4",
},
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg"},
items: [
{ icon: Award, text: "Guest Lectures & Workshops" },
{ icon: Code, text: "Internship Opportunities" },
@@ -143,7 +128,7 @@ export default function AboutPage() {
{ text: "Schedule Campus Tour", href: "/campus" },
{ text: "Contact Admissions", href: "/admissions" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -155,24 +140,16 @@ export default function AboutPage() {
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>