diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cd0ff4..545a749 100644 --- a/src/app/page.tsx +++ b/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"}} /> @@ -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() { diff --git a/src/app/placements/page.tsx b/src/app/placements/page.tsx index 642b9b5..d993e2f 100644 --- a/src/app/placements/page.tsx +++ b/src/app/placements/page.tsx @@ -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"}} /> @@ -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() {