Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9261401d83 | |||
| 91eee1a14d | |||
| c886f99b50 | |||
| 2b1e0f6367 | |||
| 085384a1d6 | |||
| 7dbaa8b4ea | |||
| 372d77da83 | |||
| 6a5955fc73 | |||
| 5d785d32f5 | |||
| c936973cb1 | |||
| b0cb541585 | |||
| abb358d183 | |||
| 4eec8c6645 | |||
| 2790bc9c74 | |||
| 0a5a93fbe4 | |||
| 974b3418d1 | |||
| 9d769a9e70 |
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -57,7 +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" },
|
||||
@@ -71,7 +71,7 @@ export default function AboutPage() {
|
||||
<div id="vision-mission" data-section="vision-mission" className="py-16 md:py-24">
|
||||
<FeatureCardTen
|
||||
title="Our Vision & Values"
|
||||
description="The principles that guide NRIIT's mission and define our institutional culture."
|
||||
description="The principles that guide NRIIT's mission and define our institutional culture."
|
||||
tag="Philosophy"
|
||||
tagIcon={Lightbulb}
|
||||
features={[
|
||||
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
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: {
|
||||
"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"},
|
||||
items: [
|
||||
@@ -122,7 +122,7 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
tag="Learn More"
|
||||
tagIcon={Phone}
|
||||
title="Want to Know More About NRIIT?"
|
||||
title="Want to Know More About NRIIT?"
|
||||
description="Contact our admissions team to learn more about our programs, campus facilities, and how we can help you build a successful engineering career."
|
||||
buttons={[
|
||||
{ text: "Schedule Campus Tour", href: "/campus" },
|
||||
@@ -135,7 +135,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -155,4 +155,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function AdmissionsPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -55,7 +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: "#" },
|
||||
@@ -69,7 +69,7 @@ export default function AdmissionsPage() {
|
||||
<div id="admission-steps" data-section="admission-steps" className="py-16 md:py-24">
|
||||
<FeatureCardTen
|
||||
title="Admission Timeline & Process"
|
||||
description="Follow these steps to apply for NRIIT's B.Tech programs and embark on your engineering journey."
|
||||
description="Follow these steps to apply for NRIIT's B.Tech programs and embark on your engineering journey."
|
||||
tag="How to Apply"
|
||||
tagIcon={BookOpen}
|
||||
features={[
|
||||
@@ -87,7 +87,7 @@ export default function AdmissionsPage() {
|
||||
},
|
||||
{
|
||||
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: {
|
||||
" 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"},
|
||||
items: [
|
||||
@@ -121,7 +121,7 @@ export default function AdmissionsPage() {
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
title="Questions About Admissions?"
|
||||
description="Our admissions team is ready to help you with any questions about programs, eligibility criteria, application process, or campus life at NRIIT."
|
||||
description="Our admissions team is ready to help you with any questions about programs, eligibility criteria, application process, or campus life at NRIIT."
|
||||
buttons={[
|
||||
{ text: "Fill Inquiry Form", href: "#" },
|
||||
{ text: "Call: 093918 78787", href: "tel:+919391878787" },
|
||||
@@ -133,7 +133,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -153,4 +153,4 @@ export default function AdmissionsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function CampusPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -52,7 +52,7 @@ export default function CampusPage() {
|
||||
<TextSplitAbout
|
||||
title="World-Class Campus Facilities"
|
||||
description={[
|
||||
"Our sprawling 32-acre campus in Vijayawada is designed to provide a vibrant and conducive environment for learning, research, and personal development. Every facility is meticulously planned to support academic excellence and student well-being.", "From state-of-the-art laboratories and modern classrooms to recreational facilities and comfortable hostels, NRIIT provides everything students need for a transformative college experience.", "Our campus combines traditional academic values with modern amenities, creating an ideal setting where students can focus on their studies while enjoying a balanced college life with sports, cultural activities, and community engagement."]}
|
||||
"Our sprawling 32-acre campus in Vijayawada is designed to provide a vibrant and conducive environment for learning, research, and personal development. Every facility is meticulously planned to support academic excellence and student well-being.", "From state-of-the-art laboratories and modern classrooms to recreational facilities and comfortable hostels, NRIIT provides everything students need for a transformative college experience.", "Our campus combines traditional academic values with modern amenities, creating an ideal setting where students can focus on their studies while enjoying a balanced college life with sports, cultural activities, and community engagement."]}
|
||||
buttons={[
|
||||
{ text: "Schedule Campus Tour", href: "#" },
|
||||
{ text: "Photo Gallery", href: "#" },
|
||||
@@ -66,7 +66,7 @@ export default function CampusPage() {
|
||||
<div id="facilities" data-section="facilities" className="py-16 md:py-24">
|
||||
<ProductCardTwo
|
||||
title="Campus Infrastructure Highlights"
|
||||
description="Explore the modern facilities that make NRIIT a premier destination for engineering education."
|
||||
description="Explore the modern facilities that make NRIIT a premier destination for engineering education."
|
||||
tag="World-Class"
|
||||
tagIcon={Building}
|
||||
products={[
|
||||
@@ -98,7 +98,7 @@ export default function CampusPage() {
|
||||
<ContactCTA
|
||||
tag="Visit Us"
|
||||
tagIcon={Phone}
|
||||
title="Experience NRIIT Campus Firsthand"
|
||||
title="Experience NRIIT Campus Firsthand"
|
||||
description="Schedule a campus tour to see our facilities, meet faculty members, and experience the vibrant student community. Our admissions team will be happy to show you around."
|
||||
buttons={[
|
||||
{ text: "Book a Campus Tour", href: "#" },
|
||||
@@ -111,7 +111,7 @@ export default function CampusPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -131,4 +131,4 @@ export default function CampusPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function CoursesPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -58,7 +58,7 @@ export default function CoursesPage() {
|
||||
<div id="programs" data-section="programs" className="py-16 md:py-24">
|
||||
<FeatureCardTen
|
||||
title="Engineering Disciplines & Programs"
|
||||
description="NRIIT offers comprehensive Bachelor of Technology (B.Tech) programs across multiple engineering disciplines with a perfect blend of theoretical knowledge and practical expertise."
|
||||
description=" NRIIT offers comprehensive Bachelor of Technology (B.Tech) programs across multiple engineering disciplines with a perfect blend of theoretical knowledge and practical expertise."
|
||||
tag="4-Year Programs"
|
||||
tagIcon={BookOpen}
|
||||
features={[
|
||||
@@ -141,7 +141,7 @@ export default function CoursesPage() {
|
||||
tag="Admissions"
|
||||
tagIcon={Phone}
|
||||
title="Ready to Choose Your Engineering Path?"
|
||||
description="Apply now to NRIIT and begin your journey towards an exciting engineering career. Our admissions team is ready to help you find the perfect program."
|
||||
description="Apply now to NRIIT and begin your journey towards an exciting engineering career. Our admissions team is ready to help you find the perfect program."
|
||||
buttons={[
|
||||
{ text: "Apply for a Program", href: "/admissions" },
|
||||
{ text: "Download Course Brochure", href: "#" },
|
||||
@@ -153,7 +153,7 @@ export default function CoursesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -173,4 +173,4 @@ export default function CoursesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
1436
src/app/layout.tsx
1436
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel_1127-4042.jpg"
|
||||
imageAlt="NRIIT Campus Aerial View"
|
||||
imageAlt=" NRIIT Campus Aerial View"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -91,9 +91,9 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about" className="py-16 md:py-24">
|
||||
<TextSplitAbout
|
||||
title="About NRIIT"
|
||||
title="About NRIIT"
|
||||
description={[
|
||||
"Established as an autonomous engineering college, NRIIT has been at the forefront of engineering education in Vijayawada for over two decades. We are committed to fostering innovation, critical thinking, and professional excellence.", "Our state-of-the-art infrastructure, experienced faculty, and industry partnerships ensure that our students are equipped with the skills and knowledge required for successful careers in engineering and technology.", "With a 4.3-star rating from 2000+ reviews, NRIIT stands as a trusted choice for students seeking quality engineering education with placement support and career advancement opportunities."]}
|
||||
"Established as an autonomous engineering college, NRIIT has been at the forefront of engineering education in Vijayawada for over two decades. We are committed to fostering innovation, critical thinking, and professional excellence.", "Our state-of-the-art infrastructure, experienced faculty, and industry partnerships ensure that our students are equipped with the skills and knowledge required for successful careers in engineering and technology.", "With a 4.3-star rating from 2000+ reviews, NRIIT stands as a trusted choice for students seeking quality engineering education with placement support and career advancement opportunities."]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Contact Us", href: "/admissions" },
|
||||
@@ -217,7 +217,7 @@ export default function HomePage() {
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
title="Ready to Shape Your Engineering Future?"
|
||||
description="Join NRIIT and become part of a community of innovators. Fill out your admission inquiry today or call us to learn more about our programs."
|
||||
description="Join NRIIT and become part of a community of innovators. Fill out your admission inquiry today or call us to learn more about our programs."
|
||||
buttons={[
|
||||
{ text: "Submit Inquiry", href: "#" },
|
||||
{ text: "Call Us: 093918 78787", href: "tel:+919391878787" },
|
||||
@@ -229,7 +229,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -249,4 +249,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
@@ -47,7 +47,7 @@ export default function PlacementsPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="NRIIT"
|
||||
brandName=" NRIIT"
|
||||
navItems={navItems}
|
||||
button={{ text: "Apply Now", href: "/admissions" }}
|
||||
/>
|
||||
@@ -56,7 +56,7 @@ export default function PlacementsPage() {
|
||||
<div id="placement-stats" data-section="placement-stats" className="py-16 md:py-24">
|
||||
<MetricCardOne
|
||||
title="Placement Excellence"
|
||||
description="NRIIT's strong industry partnerships and student-focused training ensure exceptional placement outcomes year after year."
|
||||
description=" NRIIT's strong industry partnerships and student-focused training ensure exceptional placement outcomes year after year."
|
||||
tag="Career Support"
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
@@ -81,29 +81,31 @@ export default function PlacementsPage() {
|
||||
</div>
|
||||
|
||||
<div id="placement-testimonials" data-section="placement-testimonials" className="py-16 md:py-24">
|
||||
<TestimonialCardTen
|
||||
<TestimonialCardOne
|
||||
title="Success Stories"
|
||||
description="Hear from our graduates about their placement experiences and career achievements after joining NRIIT."
|
||||
description="Hear from our graduates about their placement experiences and career achievements after joining NRIIT."
|
||||
tag="Student Testimonials"
|
||||
tagIcon={Quote}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Placed in Tier-1 Tech Company", quote:
|
||||
"NRIIT's curriculum and industry exposure prepared me perfectly for my role at a leading tech multinational. The mock interviews and placement coaching were incredibly valuable.", name: "Arjun Kumar", role: "Software Engineer, Tech Innovators Inc", imageSrc:
|
||||
id: "1", name: "Arjun Kumar", role: "Software Engineer", company: "Tech Innovators Inc", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/image-young-beautiful-woman-student-smiling-holding-notebooks-homework-material-standing_1258-205924.jpg", imageAlt: "Arjun Kumar"},
|
||||
{
|
||||
id: "2", title: "International Opportunity", quote:
|
||||
"Thanks to NRIIT's strong industry partnerships and international collaborations, I got placed with a global consulting firm. The placement team was extremely supportive.", name: "Priya Sharma", role: "Data Analyst, Analytics Corp", imageSrc:
|
||||
id: "2", name: "Priya Sharma", role: "Data Analyst", company: "Analytics Corp", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-before-lesson_329181-2988.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3", title: "Fast-Track Career Growth", quote:
|
||||
"The comprehensive placement support and skill development programs at NRIIT gave me a strong foundation. I got promoted within a year of joining the company.", name: "Vikram Singh", role: "Systems Architect, Cloud Solutions Ltd", imageSrc:
|
||||
id: "3", name: "Vikram Singh", role: "Systems Architect", company: "Cloud Solutions Ltd", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "4", title: "Entrepreneurial Journey", quote:
|
||||
"NRIIT encouraged innovation and entrepreneurship. Many of my batch mates and I started our own ventures, and the alumni network provided great support throughout.", name: "Anjali Patel", role: "Product Manager, Global Tech Solutions", imageSrc:
|
||||
id: "4", name: "Anjali Patel", role: "Product Manager", company: "Global Tech Solutions", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college_23-2149038478.jpg", imageAlt: "Anjali Patel"},
|
||||
]}
|
||||
/>
|
||||
@@ -113,8 +115,8 @@ export default function PlacementsPage() {
|
||||
<ContactCTA
|
||||
tag="Career Success"
|
||||
tagIcon={Phone}
|
||||
title="Launch Your Career with NRIIT"
|
||||
description="Our dedicated placement cell and industry partnerships ensure you get the best career opportunities. Join NRIIT today and become part of our success story."
|
||||
title="Launch Your Career with NRIIT"
|
||||
description="Our dedicated placement cell and industry partnerships ensure you get the best career opportunities. Join NRIIT today and become part of our success story."
|
||||
buttons={[
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
{ text: "View Recruiting Companies", href: "#" },
|
||||
@@ -126,7 +128,7 @@ export default function PlacementsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NRIIT"
|
||||
logoText=" NRIIT"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
@@ -146,4 +148,4 @@ export default function PlacementsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user