Merge version_1 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -10,7 +10,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import { Sparkles, Award, TrendingUp, DollarSign, Users, Graduation, Zap } from "lucide-react";
|
||||
import { Sparkles, Award, TrendingUp, DollarSign, Users, GraduationCap, Zap } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,35 +48,21 @@ export default function HomePage() {
|
||||
description="Autonomous Engineering College in Vijayawada with Advanced Labs, Industry-Focused Learning, and a Track Record of Excellence. Shape Your Career with Cutting-Edge Technology Education."
|
||||
tag="Top-Ranked Engineering College"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3357.jpg"
|
||||
imageAlt="NRI Institute of Technology Campus"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Kumar",
|
||||
handle: "CSE Graduate, 2023",
|
||||
testimonial: "The practical approach and industry exposure at NRI transformed my career. Placed at Google with competitive package.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=1",
|
||||
imageAlt: "Rahul Kumar",
|
||||
},
|
||||
name: "Rahul Kumar", handle: "CSE Graduate, 2023", testimonial: "The practical approach and industry exposure at NRI transformed my career. Placed at Google with competitive package.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "AI Specialization, 2023",
|
||||
testimonial: "Excellent faculty and state-of-the-art labs. The hackathons and innovation programs are truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
name: "Priya Sharma", handle: "AI Specialization, 2023", testimonial: "Excellent faculty and state-of-the-art labs. The hackathons and innovation programs are truly world-class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
name: "Arjun Singh",
|
||||
handle: "ECE Graduate, 2022",
|
||||
testimonial: "NRI's autonomous status gave us academic freedom and industry partnerships that accelerated my learning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=3",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
name: "Arjun Singh", handle: "ECE Graduate, 2022", testimonial: "NRI's autonomous status gave us academic freedom and industry partnerships that accelerated my learning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Arjun Singh"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
@@ -106,31 +90,19 @@ export default function HomePage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "cse",
|
||||
label: "CSE",
|
||||
title: "Computer Science Engineering",
|
||||
items: ["Core programming & algorithms", "Web & mobile development", "Cloud computing & databases", "100% placement rate"],
|
||||
id: "cse", label: "CSE", title: "Computer Science Engineering", items: ["Core programming & algorithms", "Web & mobile development", "Cloud computing & databases", "100% placement rate"],
|
||||
buttons: [{ text: "Explore Program", href: "/courses" }],
|
||||
},
|
||||
{
|
||||
id: "ai",
|
||||
label: "AI",
|
||||
title: "Artificial Intelligence & Machine Learning",
|
||||
items: ["Deep learning & neural networks", "NLP & computer vision", "AI-powered applications", "Industry internships"],
|
||||
id: "ai", label: "AI", title: "Artificial Intelligence & Machine Learning", items: ["Deep learning & neural networks", "NLP & computer vision", "AI-powered applications", "Industry internships"],
|
||||
buttons: [{ text: "Explore Program", href: "/courses" }],
|
||||
},
|
||||
{
|
||||
id: "ds",
|
||||
label: "DS",
|
||||
title: "Data Science & Analytics",
|
||||
items: ["Advanced analytics & Python", "Big data & cloud platforms", "Real-world data projects", "Corporate partnerships"],
|
||||
id: "ds", label: "DS", title: "Data Science & Analytics", items: ["Advanced analytics & Python", "Big data & cloud platforms", "Real-world data projects", "Corporate partnerships"],
|
||||
buttons: [{ text: "Explore Program", href: "/courses" }],
|
||||
},
|
||||
{
|
||||
id: "ec",
|
||||
label: "ECE",
|
||||
title: "Electronics & Communication",
|
||||
items: ["Circuit design & signals", "Embedded systems", "Telecommunications", "Design lab experience"],
|
||||
id: "ec", label: "ECE", title: "Electronics & Communication", items: ["Circuit design & signals", "Embedded systems", "Telecommunications", "Design lab experience"],
|
||||
buttons: [{ text: "Explore Program", href: "/courses" }],
|
||||
},
|
||||
]}
|
||||
@@ -147,33 +119,13 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "classroom",
|
||||
name: "Smart Classrooms",
|
||||
price: "Interactive Learning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg",
|
||||
imageAlt: "Smart Classroom Technology",
|
||||
},
|
||||
id: "classroom", name: "Smart Classrooms", price: "Interactive Learning", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart Classroom Technology"},
|
||||
{
|
||||
id: "lab",
|
||||
name: "Advanced Computer Labs",
|
||||
price: "Modern Equipment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-themeobservation-room-with-computer-tomograph-group-doctors-meeting-mri-office-diagnostic-center-hospital_627829-6526.jpg",
|
||||
imageAlt: "Computer Lab Facility",
|
||||
},
|
||||
id: "lab", name: "Advanced Computer Labs", price: "Modern Equipment", imageSrc: "http://img.b2bpic.net/free-photo/medical-themeobservation-room-with-computer-tomograph-group-doctors-meeting-mri-office-diagnostic-center-hospital_627829-6526.jpg", imageAlt: "Computer Lab Facility"},
|
||||
{
|
||||
id: "library",
|
||||
name: "Central Library",
|
||||
price: "Learning Resources",
|
||||
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",
|
||||
imageAlt: "College Library",
|
||||
},
|
||||
id: "library", name: "Central Library", price: "Learning Resources", 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", imageAlt: "College Library"},
|
||||
{
|
||||
id: "innovation",
|
||||
name: "Innovation Labs",
|
||||
price: "Startup Incubator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-caucasian-coworkers-discussing-statistics-workplace-wearing-face-mask-multiethnic-business-team-working-respecting-social-distance-global-pandemic-with-coronavirus_482257-12414.jpg",
|
||||
imageAlt: "Innovation Lab",
|
||||
},
|
||||
id: "innovation", name: "Innovation Labs", price: "Startup Incubator", imageSrc: "http://img.b2bpic.net/free-photo/african-caucasian-coworkers-discussing-statistics-workplace-wearing-face-mask-multiethnic-business-team-working-respecting-social-distance-global-pandemic-with-coronavirus_482257-12414.jpg", imageAlt: "Innovation Lab"},
|
||||
]}
|
||||
title="Campus & Infrastructure"
|
||||
description="State-of-the-art facilities designed for world-class learning experience and student development."
|
||||
@@ -191,7 +143,7 @@ export default function HomePage() {
|
||||
{ id: "placement", icon: TrendingUp, title: "Placement Rate", value: "97%" },
|
||||
{ id: "salary", icon: DollarSign, title: "Avg. Package", value: "₹8-12 LPA" },
|
||||
{ id: "recruiters", icon: Users, title: "Top Recruiters", value: "50+" },
|
||||
{ id: "students", icon: Graduation, title: "Students Placed", value: "2000+" },
|
||||
{ id: "students", icon: GraduationCap, title: "Students Placed", value: "2000+" },
|
||||
]}
|
||||
title="Placement Excellence"
|
||||
description="Proven track record of exceptional placements with leading national and international companies."
|
||||
@@ -206,53 +158,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Kumar",
|
||||
role: "Software Engineer, Google",
|
||||
testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=4",
|
||||
imageAlt: "Rahul Kumar",
|
||||
},
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Data Scientist, Microsoft",
|
||||
testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=5",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Singh",
|
||||
role: "Hardware Engineer, Intel",
|
||||
testimonial: "ECE program's hands-on approach with modern equipment prepared me for semiconductor industry roles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=6",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
id: "3", name: "Arjun Singh", role: "Hardware Engineer, Intel", testimonial: "ECE program's hands-on approach with modern equipment prepared me for semiconductor industry roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Arjun Singh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Patel",
|
||||
role: "Founder, AI Startup",
|
||||
testimonial: "NRI's innovation lab and startup incubator support helped me launch my successful AI venture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg",
|
||||
imageAlt: "Neha Patel",
|
||||
},
|
||||
id: "4", name: "Neha Patel", role: "Founder, AI Startup", testimonial: "NRI's innovation lab and startup incubator support helped me launch my successful AI venture.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Neha Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Reddy",
|
||||
role: "Senior Developer, Amazon",
|
||||
testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=7",
|
||||
imageAlt: "Vikram Reddy",
|
||||
},
|
||||
id: "5", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Vikram Reddy"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Verma",
|
||||
role: "Product Manager, Meta",
|
||||
testimonial: "Beyond technical skills, NRI developed my leadership and communication abilities for product management roles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=8",
|
||||
imageAlt: "Anjali Verma",
|
||||
},
|
||||
id: "6", name: "Anjali Verma", role: "Product Manager, Meta", testimonial: "Beyond technical skills, NRI developed my leadership and communication abilities for product management roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Anjali Verma"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear from our graduates about their transformative learning experience and career achievements."
|
||||
@@ -272,15 +188,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
names={["Google", "Microsoft", "Amazon", "Meta", "Apple", "Intel", "Infosys", "TCS"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg",
|
||||
"http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-cyber-monday-label-collection_23-2149118948.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-hub-logo-design_23-2149872182.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-gt-monogram-logo-template_23-2150555942.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logo-with-web-design_1363-23.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-delta-logo-design_23-2149488289.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202348.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-design-g-letter-logo-pack_23-2148954419.jpg", "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-vector/gradient-cyber-monday-label-collection_23-2149118948.jpg", "http://img.b2bpic.net/free-vector/gradient-hub-logo-design_23-2149872182.jpg", "http://img.b2bpic.net/free-vector/flat-design-gt-monogram-logo-template_23-2150555942.jpg", "http://img.b2bpic.net/free-vector/logo-with-web-design_1363-23.jpg", "http://img.b2bpic.net/free-vector/gradient-delta-logo-design_23-2149488289.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202348.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
@@ -5,7 +5,7 @@ import Link from "next/link";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import { TrendingUp, DollarSign, Users, Graduation } from "lucide-react";
|
||||
import { TrendingUp, DollarSign, Users, GraduationCap } from "lucide-react";
|
||||
|
||||
export default function PlacementsPage() {
|
||||
return (
|
||||
@@ -33,9 +33,7 @@ export default function PlacementsPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +43,7 @@ export default function PlacementsPage() {
|
||||
{ id: "placement", icon: TrendingUp, title: "Placement Rate", value: "97%" },
|
||||
{ id: "salary", icon: DollarSign, title: "Avg. Package", value: "₹8-12 LPA" },
|
||||
{ id: "recruiters", icon: Users, title: "Top Recruiters", value: "50+" },
|
||||
{ id: "students", icon: Graduation, title: "Students Placed", value: "2000+" },
|
||||
{ id: "students", icon: GraduationCap, title: "Students Placed", value: "2000+" },
|
||||
]}
|
||||
title="Placement Excellence & Industry Recognition"
|
||||
description="Our graduates are placed at leading multinational and national companies with competitive salaries and growth opportunities."
|
||||
@@ -60,29 +58,11 @@ export default function PlacementsPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Kumar",
|
||||
role: "Software Engineer, Google",
|
||||
testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=9",
|
||||
imageAlt: "Rahul Kumar",
|
||||
},
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Data Scientist, Microsoft",
|
||||
testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=10",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Reddy",
|
||||
role: "Senior Developer, Amazon",
|
||||
testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=11",
|
||||
imageAlt: "Vikram Reddy",
|
||||
},
|
||||
id: "3", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Vikram Reddy"},
|
||||
]}
|
||||
title="Success Stories from Our Graduates"
|
||||
description="Hear from NRI alumni working at leading tech companies and innovating in their fields."
|
||||
|
||||
Reference in New Issue
Block a user