Update src/app/page.tsx
This commit is contained in:
287
src/app/page.tsx
287
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Briefcase, FileText, Globe, ShieldCheck, Star, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Award, Briefcase, Cpu, FileText, Globe, ShieldCheck, Star, TrendingUp, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IIT"
|
||||
/>
|
||||
@@ -56,104 +48,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pioneering the Future of Innovation"
|
||||
description="The Indian Institute of Technology is dedicated to excellence in engineering, technology, and research, fostering the next generation of global leaders."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15529.jpg?_wi=1",
|
||||
imageAlt: "Research Facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15529.jpg", imageAlt: "Research Facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-business-center-with-beautiful-textures-unique-design-with-interior-staircases_181624-5365.jpg",
|
||||
imageAlt: "Campus Building",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-business-center-with-beautiful-textures-unique-design-with-interior-staircases_181624-5365.jpg", imageAlt: "Campus Building"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-students-preparing-exam_23-2149647062.jpg",
|
||||
imageAlt: "Laboratory",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-students-preparing-exam_23-2149647062.jpg", imageAlt: "Laboratory"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg",
|
||||
imageAlt: "Computer Lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg", imageAlt: "Computer Lab"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906228.jpg",
|
||||
imageAlt: "Engineering Lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906228.jpg", imageAlt: "Engineering Lab"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-latin-friends-hanging-out_23-2151139481.jpg",
|
||||
imageAlt: "Innovation Center",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-latin-friends-hanging-out_23-2151139481.jpg", imageAlt: "Innovation Center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-3d-glassware_23-2151560629.jpg",
|
||||
imageAlt: "Architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-3d-glassware_23-2151560629.jpg", imageAlt: "Architecture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg",
|
||||
imageAlt: "Study Space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg", imageAlt: "Study Space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3295.jpg",
|
||||
imageAlt: "Technology Lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3295.jpg", imageAlt: "Technology Lab"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rude-woman-answering-phone-call-library-disturbing-people_482257-119670.jpg",
|
||||
imageAlt: "Research Hub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rude-woman-answering-phone-call-library-disturbing-people_482257-119670.jpg", imageAlt: "Research Hub"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Research",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Research", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-notebook-posing-classroom_23-2147655861.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-notebook-posing-classroom_23-2147655861.jpg", alt: "Student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727835.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727835.jpg", alt: "Student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg", alt: "Student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-girl-comparing-course-notes-with-data-from-library-collection_482257-126896.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-girl-comparing-course-notes-with-data-from-library-collection_482257-126896.jpg", alt: "Student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-student-makes-final-preparations-her-university-periodicals_482257-127041.jpg",
|
||||
alt: "Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-student-makes-final-preparations-her-university-periodicals_482257-127041.jpg", alt: "Student"},
|
||||
]}
|
||||
avatarText="Join 15,000+ researchers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "AI & Machine Learning",
|
||||
},
|
||||
type: "text", text: "AI & Machine Learning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Energy",
|
||||
},
|
||||
type: "text", text: "Sustainable Energy"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quantum Computing",
|
||||
},
|
||||
type: "text", text: "Quantum Computing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Biotechnology",
|
||||
},
|
||||
type: "text", text: "Biotechnology"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Robotics",
|
||||
},
|
||||
type: "text", text: "Robotics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,19 +114,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Established",
|
||||
value: "60+",
|
||||
},
|
||||
label: "Years Established", value: "60+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Graduates Yearly",
|
||||
value: "5,000+",
|
||||
},
|
||||
label: "Graduates Yearly", value: "5,000+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Research Projects",
|
||||
value: "1,200+",
|
||||
},
|
||||
label: "Research Projects", value: "1,200+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -190,67 +133,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Research Labs",
|
||||
description: "World-class facilities for cutting-edge development.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-blue-background-circuit_1017-3795.jpg?_wi=1",
|
||||
imageAlt: "Labs",
|
||||
},
|
||||
title: "Advanced Research Labs", description: "World-class facilities for cutting-edge development.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-blue-background-circuit_1017-3795.jpg", imageAlt: "Labs"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "High Performance Computing",
|
||||
},
|
||||
text: "High Performance Computing"},
|
||||
{
|
||||
icon: Cpu,
|
||||
text: "AI Integration",
|
||||
},
|
||||
text: "AI Integration"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15529.jpg?_wi=2",
|
||||
imageAlt: "data center server room",
|
||||
},
|
||||
{
|
||||
title: "Industry Collaborations",
|
||||
description: "Strong partnerships with top global tech companies.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg",
|
||||
imageAlt: "Industry",
|
||||
},
|
||||
title: "Industry Collaborations", description: "Strong partnerships with top global tech companies.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", imageAlt: "Industry"},
|
||||
items: [
|
||||
{
|
||||
icon: Briefcase,
|
||||
text: "Direct Recruitment",
|
||||
},
|
||||
text: "Direct Recruitment"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Corporate R&D",
|
||||
},
|
||||
text: "Corporate R&D"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg?_wi=1",
|
||||
imageAlt: "data center server room",
|
||||
},
|
||||
{
|
||||
title: "Global Alumni Network",
|
||||
description: "Connecting graduates across the planet.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-hallway-with-row-servers-center_188544-26047.jpg",
|
||||
imageAlt: "Alumni",
|
||||
},
|
||||
title: "Global Alumni Network", description: "Connecting graduates across the planet.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-hallway-with-row-servers-center_188544-26047.jpg", imageAlt: "Alumni"},
|
||||
items: [
|
||||
{
|
||||
icon: Globe,
|
||||
text: "International Presence",
|
||||
},
|
||||
text: "International Presence"},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Mentorship",
|
||||
},
|
||||
text: "Mentorship"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-futuristic-bionic-body-part_23-2151401300.jpg?_wi=1",
|
||||
imageAlt: "data center server room",
|
||||
},
|
||||
]}
|
||||
title="Innovation at the Core"
|
||||
@@ -266,25 +185,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "85%",
|
||||
title: "Placement",
|
||||
description: "Success rate",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "85%", title: "Placement", description: "Success rate", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500",
|
||||
title: "Patents",
|
||||
description: "Awarded yearly",
|
||||
icon: FileText,
|
||||
id: "m2", value: "500", title: "Patents", description: "Awarded yearly", icon: FileText,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "200+",
|
||||
title: "Partners",
|
||||
description: "Global research",
|
||||
icon: Users,
|
||||
id: "m3", value: "200+", title: "Partners", description: "Global research", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Impact by Numbers"
|
||||
@@ -300,29 +207,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. A. Sharma",
|
||||
role: "Director",
|
||||
description: "Strategic research lead.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821331.jpg",
|
||||
imageAlt: "research institute modern architecture",
|
||||
},
|
||||
id: "t1", name: "Dr. A. Sharma", role: "Director", description: "Strategic research lead.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821331.jpg", imageAlt: "research institute modern architecture"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Prof. B. Singh",
|
||||
role: "Dean",
|
||||
description: "Academic innovation lead.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15529.jpg?_wi=3",
|
||||
imageAlt: "research institute modern architecture",
|
||||
},
|
||||
id: "t2", name: "Prof. B. Singh", role: "Dean", description: "Academic innovation lead.", imageSrc: "http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15529.jpg", imageAlt: "research institute modern architecture"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dr. C. Rao",
|
||||
role: "Head of CS",
|
||||
description: "Leading AI research.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-blue-background-circuit_1017-3795.jpg?_wi=2",
|
||||
imageAlt: "research institute modern architecture",
|
||||
},
|
||||
id: "t3", name: "Dr. C. Rao", role: "Head of CS", description: "Leading AI research.", imageSrc: "http://img.b2bpic.net/free-photo/technological-blue-background-circuit_1017-3795.jpg", imageAlt: "research institute modern architecture"},
|
||||
]}
|
||||
title="Visionary Leadership"
|
||||
description="The minds driving research and education excellence."
|
||||
@@ -335,45 +224,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing",
|
||||
quote: "The research environment is unmatched.",
|
||||
name: "Sarah J.",
|
||||
role: "Researcher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Amazing", quote: "The research environment is unmatched.", name: "Sarah J.", role: "Researcher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Brilliant",
|
||||
quote: "World class facilities for growth.",
|
||||
name: "Michael C.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-futuristic-bionic-body-part_23-2151401300.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Brilliant", quote: "World class facilities for growth.", name: "Michael C.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-futuristic-bionic-body-part_23-2151401300.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Life Changing",
|
||||
quote: "Connections made here are lifetime.",
|
||||
name: "Emily R.",
|
||||
role: "CS Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-middleaged-woman-working-laptop-while-sitting-table_169016-25881.jpg",
|
||||
},
|
||||
id: "3", title: "Life Changing", quote: "Connections made here are lifetime.", name: "Emily R.", role: "CS Student", imageSrc: "http://img.b2bpic.net/free-photo/attractive-middleaged-woman-working-laptop-while-sitting-table_169016-25881.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Innovator",
|
||||
quote: "I owe my career to this place.",
|
||||
name: "David K.",
|
||||
role: "Alumni",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg",
|
||||
},
|
||||
id: "4", title: "Innovator", quote: "I owe my career to this place.", name: "David K.", role: "Alumni", imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Academic Excellence",
|
||||
quote: "Rigorous and rewarding academics.",
|
||||
name: "Jane D.",
|
||||
role: "Faculty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-scientist-laboratory-smiling-looking-confident-camera-with-crossed-arms-hand-chin-thinking-positive_839833-27538.jpg",
|
||||
},
|
||||
id: "5", title: "Academic Excellence", quote: "Rigorous and rewarding academics.", name: "Jane D.", role: "Faculty", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-scientist-laboratory-smiling-looking-confident-camera-with-crossed-arms-hand-chin-thinking-positive_839833-27538.jpg"},
|
||||
]}
|
||||
title="Stories of Success"
|
||||
description="Hear from our esteemed faculty and students."
|
||||
@@ -385,20 +244,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Admissions",
|
||||
content: "Admissions are merit-based via JEE exams.",
|
||||
},
|
||||
id: "f1", title: "Admissions", content: "Admissions are merit-based via JEE exams."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Research",
|
||||
content: "Labs are available 24/7 for researchers.",
|
||||
},
|
||||
id: "f2", title: "Research", content: "Labs are available 24/7 for researchers."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Placements",
|
||||
content: "100% placement support for qualified students.",
|
||||
},
|
||||
id: "f3", title: "Placements", content: "100% placement support for qualified students."},
|
||||
]}
|
||||
sideTitle="Questions? Get Answers"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -409,16 +259,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Start your journey today"
|
||||
description="Join the brightest minds. Contact us to learn more about our programs and research."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Admissions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Admissions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -428,25 +275,17 @@ export default function LandingPage() {
|
||||
logoText="IIT"
|
||||
columns={[
|
||||
{
|
||||
title: "Campus",
|
||||
items: [
|
||||
title: "Campus", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Research",
|
||||
href: "#",
|
||||
},
|
||||
label: "Research", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user