Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-06-11 18:47:01 +00:00
2 changed files with 87 additions and 336 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Activity, Briefcase, Code, Leaf, Palette } from "lucide-react";
@@ -26,81 +26,40 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Courses",
id: "/courses",
},
name: "Courses", id: "/courses"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Nexus University"
button={{
text: "Apply Now",
href: "/contact",
}}
text: "Apply Now", href: "/contact"}}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
<FeatureCardSeven
useInvertedBackground={false}
title="Our Academic Programs"
description="Dive into our innovative faculties, each offering specialized programs to unlock your potential."
features={[
{
title: "Computer Science",
description: "Master the art of coding, algorithms, and artificial intelligence to lead the tech revolution.",
icon: Code,
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-pink-liquid-arrangement_23-2149481703.jpg",
imageAlt: "Laboratory glassware with pink liquid arrangement",
},
title: "Computer Science", description: "Master the art of coding, algorithms, and artificial intelligence to lead the tech revolution.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-pink-liquid-arrangement_23-2149481703.jpg", imageAlt: "Laboratory glassware with pink liquid arrangement"},
{
title: "Engineering & Robotics",
description: "Innovate and design the future with hands-on experience in mechanical, electrical, and civil engineering.",
icon: Briefcase,
imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-close-up_23-2148892891.jpg",
imageAlt: "Coffee machine close up",
},
title: "Engineering & Robotics", description: "Innovate and design the future with hands-on experience in mechanical, electrical, and civil engineering.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-close-up_23-2148892891.jpg", imageAlt: "Coffee machine close up"},
{
title: "Business & Management",
description: "Develop leadership skills and strategic thinking for the dynamic global marketplace.",
icon: Briefcase,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495043.jpg",
imageAlt: "Horizontal science banner with glass containers",
},
title: "Business & Management", description: "Develop leadership skills and strategic thinking for the dynamic global marketplace.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495043.jpg", imageAlt: "Horizontal science banner with glass containers"},
{
title: "Health Sciences",
description: "Prepare for a rewarding career in medicine, nursing, and public health, making a real difference.",
icon: Activity,
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744706.jpg",
imageAlt: "Laboratory supplies for medical work",
},
title: "Health Sciences", description: "Prepare for a rewarding career in medicine, nursing, and public health, making a real difference.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744706.jpg", imageAlt: "Laboratory supplies for medical work"},
{
title: "Arts & Humanities",
description: "Explore creativity, culture, and critical thought through a rich tapestry of disciplines.",
icon: Palette,
imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg",
imageAlt: "Group of multiethnic kids wearing VR headsets and teacher watching them",
},
title: "Arts & Humanities", description: "Explore creativity, culture, and critical thought through a rich tapestry of disciplines.", imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg", imageAlt: "Group of multiethnic kids wearing VR headsets and teacher watching them"},
{
title: "Environmental Studies",
description: "Become a champion for sustainability and address the planet's most pressing ecological issues.",
icon: Leaf,
imageSrc: "http://img.b2bpic.net/free-photo/she-is-prefect-students_329181-10509.jpg",
imageAlt: "She is a prefect students",
},
title: "Environmental Studies", description: "Become a champion for sustainability and address the planet's most pressing ecological issues.", imageSrc: "http://img.b2bpic.net/free-photo/she-is-prefect-students_329181-10509.jpg", imageAlt: "She is a prefect students"},
]}
imageSrc="http://img.b2bpic.net/free-photo/focused-freelancer-discussing-project-with-customer-phone_74855-9908.jpg?_wi=1"
imageAlt="admissions office staff smiling"
animationType="slide-up"
/>
</div>
@@ -109,71 +68,43 @@ export default function LandingPage() {
logoText="Nexus University"
columns={[
{
title: "Academics",
items: [
title: "Academics", items: [
{
label: "Explore Courses",
href: "/courses",
},
label: "Explore Courses", href: "/courses"},
{
label: "Faculty & Research",
href: "#",
},
label: "Faculty & Research", href: "#"},
{
label: "Admissions",
href: "/contact",
},
label: "Admissions", href: "/contact"},
],
},
{
title: "Campus Life",
items: [
title: "Campus Life", items: [
{
label: "Events",
href: "#",
},
label: "Events", href: "#"},
{
label: "Student Organizations",
href: "#",
},
label: "Student Organizations", href: "#"},
{
label: "Athletics",
href: "#",
},
label: "Athletics", href: "#"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Mission",
href: "/about",
},
label: "Our Mission", href: "/about"},
{
label: "Leadership",
href: "/about#about-leadership",
},
label: "Leadership", href: "/about#about-leadership"},
{
label: "History",
href: "/about#about-history",
},
label: "History", href: "/about#about-history"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Newsletter",
href: "#",
},
label: "Newsletter", href: "#"},
],
},
]}

View File

@@ -29,69 +29,38 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Courses",
id: "/courses",
},
name: "Courses", id: "/courses"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Nexus University"
button={{
text: "Apply Now",
href: "/contact",
}}
text: "Apply Now", href: "/contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
title="Where Ambition Meets Opportunity"
description="Empowering future leaders through innovation, excellence, and transformative education."
tag="Your Future Starts Now"
buttons={[
{
text: "Explore Courses",
href: "/courses",
},
text: "Explore Courses", href: "/courses"},
{
text: "Apply Now",
href: "/contact",
},
text: "Apply Now", href: "/contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19432.jpg",
imageAlt: "Modern university campus building",
},
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19432.jpg", imageAlt: "Modern university campus building"},
{
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-books-potted-plant_23-2148785054.jpg",
imageAlt: "Students collaborating in a modern lab",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg",
imageAlt: "Building and lake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-businesswoman-beige-suit-holding-documents-hands-looking-confident_1258-194070.jpg",
imageAlt: "Vertical shot of young businesswoman in beige suit holding documents in hands looking confident at",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg",
imageAlt: "Modern amphitheater in USA",
},
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-books-potted-plant_23-2148785054.jpg", imageAlt: "Students collaborating in a modern lab"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -105,36 +74,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "20,000+",
title: "Students",
description: "Empowering a vibrant global community of learners.",
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-studying-steps_23-2147860501.jpg",
},
id: "m1", value: "20,000+", title: "Students", description: "Empowering a vibrant global community of learners.", imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-studying-steps_23-2147860501.jpg"},
{
id: "m2",
value: "75,000+",
title: "Alumni",
description: "A powerful network of leaders shaping industries worldwide.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-exam_23-2149038427.jpg",
},
id: "m2", value: "75,000+", title: "Alumni", description: "A powerful network of leaders shaping industries worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-exam_23-2149038427.jpg"},
{
id: "m3",
value: "250+",
title: "Programs",
description: "Diverse academic pathways for every ambition.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-graduation-robe-cap-wearing-virtual-reality-headset_23-2148912769.jpg",
},
id: "m3", value: "250+", title: "Programs", description: "Diverse academic pathways for every ambition.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-graduation-robe-cap-wearing-virtual-reality-headset_23-2148912769.jpg"},
{
id: "m4",
value: "95%",
title: "Employment Rate",
description: "Graduates securing impactful roles within 6 months.",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg",
},
id: "m4", value: "95%", title: "Employment Rate", description: "Graduates securing impactful roles within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-bank-manager-using-laptop-writing-notes-while-having-meeting-with-couple-office_637285-930.jpg"},
]}
title="Our Impact at a Glance"
description="Witness the numbers that define our commitment to academic excellence and student success."
animationType="slide-up"
/>
</div>
@@ -145,25 +95,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Academic Excellence",
description: "Rigorous curricula taught by world-renowned faculty, fostering critical thinking and innovation.",
imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062206.jpg",
},
title: "Academic Excellence", description: "Rigorous curricula taught by world-renowned faculty, fostering critical thinking and innovation.", imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062206.jpg"},
{
title: "Industry Partnerships",
description: "Strong connections with leading global companies for internships, research, and career placement.",
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg",
},
title: "Industry Partnerships", description: "Strong connections with leading global companies for internships, research, and career placement.", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg"},
{
title: "Student Success",
description: "Dedicated support systems ensuring every student thrives academically and personally.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-backpack-walking-up-stairs_53876-65431.jpg",
},
title: "Student Success", description: "Dedicated support systems ensuring every student thrives academically and personally.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-backpack-walking-up-stairs_53876-65431.jpg"},
{
title: "Global Opportunities",
description: "Study abroad programs, international collaborations, and a diverse campus community.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-travel-agent-sitting-her-working-place-with-little-globe-assistant-map-indoors-manager-world-operator-agency-service_140725-155688.jpg",
},
title: "Global Opportunities", description: "Study abroad programs, international collaborations, and a diverse campus community.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-travel-agent-sitting-her-working-place-with-little-globe-assistant-map-indoors-manager-world-operator-agency-service_140725-155688.jpg"},
]}
title="Why Choose Nexus University?"
description="Experience a transformative education designed for the future."
@@ -177,30 +115,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Discover",
description: "Explore diverse programs and find your passion within a supportive academic community.",
imageSrc: "http://img.b2bpic.net/free-photo/sideways-young-woman-checking-her-map_23-2148631385.jpg",
},
title: "Discover", description: "Explore diverse programs and find your passion within a supportive academic community.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-young-woman-checking-her-map_23-2148631385.jpg"},
{
title: "Learn",
description: "Engage with world-class faculty and cutting-edge research, building foundational knowledge.",
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880939.jpg",
},
title: "Learn", description: "Engage with world-class faculty and cutting-edge research, building foundational knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880939.jpg"},
{
title: "Collaborate",
description: "Work on impactful projects with peers and industry partners, fostering teamwork and innovation.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-server-hub-manager-does-fist-bump-with-worker-after-completing-operations_482257-123217.jpg",
},
title: "Collaborate", description: "Work on impactful projects with peers and industry partners, fostering teamwork and innovation.", imageSrc: "http://img.b2bpic.net/free-photo/happy-server-hub-manager-does-fist-bump-with-worker-after-completing-operations_482257-123217.jpg"},
{
title: "Graduate",
description: "Achieve your degree and join a global network of successful alumni, ready for your next step.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-pressing-hands-ears-looking-left-side-graduation-gown-cap-looking-focused_176474-82565.jpg",
},
title: "Graduate", description: "Achieve your degree and join a global network of successful alumni, ready for your next step.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-pressing-hands-ears-looking-left-side-graduation-gown-cap-looking-focused_176474-82565.jpg"},
{
title: "Lead",
description: "Apply your skills and knowledge to make a significant impact in your chosen field and community.",
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149589050.jpg",
},
title: "Lead", description: "Apply your skills and knowledge to make a significant impact in your chosen field and community.", imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149589050.jpg"},
]}
title="Your Journey to Leadership"
description="A clear path from discovery to becoming a leader, guided by innovation and opportunity."
@@ -216,60 +139,15 @@ export default function LandingPage() {
description="Beyond academics, Nexus University offers a vibrant community and rich student life."
blogs={[
{
id: "blog-1",
category: "Events",
title: "Annual Innovation Summit",
excerpt: "Join thought leaders and innovators for a day of groundbreaking ideas and networking opportunities.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-friends-traveling-together_23-2150598879.jpg",
imageAlt: "Students attending a university event",
authorName: "Campus Life",
authorAvatar: "asset://avatar-1",
date: "Oct 26, 2023",
},
id: "blog-1", category: "Events", title: "Annual Innovation Summit", excerpt: "Join thought leaders and innovators for a day of groundbreaking ideas and networking opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-friends-traveling-together_23-2150598879.jpg", imageAlt: "Students attending a university event", authorName: "Campus Life", authorAvatar: "asset://avatar-1", date: "Oct 26, 2023"},
{
id: "blog-2",
category: "Sports",
title: "Championship Season Highlights",
excerpt: "Relive the excitement of our teams' incredible victories and athletic achievements.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-team-winning-trophy_23-2148355497.jpg",
imageAlt: "University sports team in action",
authorName: "Athletics Dept",
authorAvatar: "asset://avatar-2",
date: "Sept 15, 2023",
},
id: "blog-2", category: "Sports", title: "Championship Season Highlights", excerpt: "Relive the excitement of our teams' incredible victories and athletic achievements.", imageSrc: "http://img.b2bpic.net/free-photo/happy-team-winning-trophy_23-2148355497.jpg", imageAlt: "University sports team in action", authorName: "Athletics Dept", authorAvatar: "asset://avatar-2", date: "Sept 15, 2023"},
{
id: "blog-3",
category: "Innovation",
title: "Future Tech in Our Labs",
excerpt: "Discover the latest research and development happening in our state-of-the-art innovation labs.",
imageSrc: "http://img.b2bpic.net/free-photo/stakeholders-president-company-gather-via-video-link_482257-82326.jpg",
imageAlt: "Students working in an innovation lab",
authorName: "Research Dept",
authorAvatar: "asset://avatar-3",
date: "Aug 01, 2023",
},
id: "blog-3", category: "Innovation", title: "Future Tech in Our Labs", excerpt: "Discover the latest research and development happening in our state-of-the-art innovation labs.", imageSrc: "http://img.b2bpic.net/free-photo/stakeholders-president-company-gather-via-video-link_482257-82326.jpg", imageAlt: "Students working in an innovation lab", authorName: "Research Dept", authorAvatar: "asset://avatar-3", date: "Aug 01, 2023"},
{
id: "blog-4",
category: "Clubs",
title: "Join a Student Organization",
excerpt: "Explore over 100 student clubs and societies, finding your community and passion.",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sitting-steps_74855-2689.jpg",
imageAlt: "Diverse group of students in a club meeting",
authorName: "Student Union",
authorAvatar: "asset://avatar-4",
date: "July 20, 2023",
},
id: "blog-4", category: "Clubs", title: "Join a Student Organization", excerpt: "Explore over 100 student clubs and societies, finding your community and passion.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sitting-steps_74855-2689.jpg", imageAlt: "Diverse group of students in a club meeting", authorName: "Student Union", authorAvatar: "asset://avatar-4", date: "July 20, 2023"},
{
id: "blog-5",
category: "Life",
title: "A Day in the Life of a Nexus Student",
excerpt: "Follow a student's typical day, from classes to campus events and social gatherings.",
imageSrc: "http://img.b2bpic.net/free-photo/students-walking-near-greenery_23-2147850660.jpg",
imageAlt: "Students walking and chatting on campus",
authorName: "Admissions",
authorAvatar: "asset://avatar-5",
date: "June 10, 2023",
},
id: "blog-5", category: "Life", title: "A Day in the Life of a Nexus Student", excerpt: "Follow a student's typical day, from classes to campus events and social gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/students-walking-near-greenery_23-2147850660.jpg", imageAlt: "Students walking and chatting on campus", authorName: "Admissions", authorAvatar: "asset://avatar-5", date: "June 10, 2023"},
]}
/>
</div>
@@ -281,53 +159,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "Nexus University provided an unparalleled learning environment. The faculty support and innovative curriculum truly prepared me for my career.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-helpless-gesture-graduate-uniform-looking-confused_176474-82423.jpg",
},
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Nexus University provided an unparalleled learning environment. The faculty support and innovative curriculum truly prepared me for my career.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-helpless-gesture-graduate-uniform-looking-confused_176474-82423.jpg"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "The global opportunities at Nexus were a game-changer. Studying abroad expanded my perspective and fueled my passion for international business.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-redhead-girl-student-red-hat-holds-digital-tablet-uses-social-media-app-searches_1258-196306.jpg",
},
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The global opportunities at Nexus were a game-changer. Studying abroad expanded my perspective and fueled my passion for international business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-redhead-girl-student-red-hat-holds-digital-tablet-uses-social-media-app-searches_1258-196306.jpg"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "The career services at Nexus are exceptional. I landed my dream job within months of graduating, thanks to their guidance and network.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-using-tablet-bed_1262-6265.jpg",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The career services at Nexus are exceptional. I landed my dream job within months of graduating, thanks to their guidance and network.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-using-tablet-bed_1262-6265.jpg"},
{
id: "4",
name: "David Kim",
handle: "@davidk",
testimonial: "The community at Nexus is incredibly supportive. I found lifelong friends and mentors who pushed me to achieve more than I thought possible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college_23-2149038477.jpg",
},
id: "4", name: "David Kim", handle: "@davidk", testimonial: "The community at Nexus is incredibly supportive. I found lifelong friends and mentors who pushed me to achieve more than I thought possible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college_23-2149038477.jpg"},
{
id: "5",
name: "Jessica Lee",
handle: "@jessical",
testimonial: "Innovation is at the heart of Nexus. I was constantly challenged to think creatively and develop solutions for real-world problems.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16186.jpg",
},
id: "5", name: "Jessica Lee", handle: "@jessical", testimonial: "Innovation is at the heart of Nexus. I was constantly challenged to think creatively and develop solutions for real-world problems.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-ginger-man-using-tablet-cafe_273609-16186.jpg"},
{
id: "6",
name: "Alex Smith",
handle: "@alexs",
testimonial: "From day one, Nexus felt like home. The vibrant campus life and diverse opportunities made my university experience truly unforgettable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-girl-with-her-diploma_1169-116.jpg",
},
id: "6", name: "Alex Smith", handle: "@alexs", testimonial: "From day one, Nexus felt like home. The vibrant campus life and diverse opportunities made my university experience truly unforgettable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-girl-with-her-diploma_1169-116.jpg"},
]}
showRating={true}
title="Voices of Nexus"
@@ -340,71 +188,43 @@ export default function LandingPage() {
logoText="Nexus University"
columns={[
{
title: "Academics",
items: [
title: "Academics", items: [
{
label: "Explore Courses",
href: "/courses",
},
label: "Explore Courses", href: "/courses"},
{
label: "Faculty & Research",
href: "#",
},
label: "Faculty & Research", href: "#"},
{
label: "Admissions",
href: "/contact",
},
label: "Admissions", href: "/contact"},
],
},
{
title: "Campus Life",
items: [
title: "Campus Life", items: [
{
label: "Events",
href: "#",
},
label: "Events", href: "#"},
{
label: "Student Organizations",
href: "#",
},
label: "Student Organizations", href: "#"},
{
label: "Athletics",
href: "#",
},
label: "Athletics", href: "#"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Mission",
href: "/about",
},
label: "Our Mission", href: "/about"},
{
label: "Leadership",
href: "/about#about-leadership",
},
label: "Leadership", href: "/about#about-leadership"},
{
label: "History",
href: "/about#about-history",
},
label: "History", href: "/about#about-history"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Newsletter",
href: "#",
},
label: "Newsletter", href: "#"},
],
},
]}