Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-04 18:10:57 +00:00

View File

@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Programs",
id: "programs",
},
name: "Programs", id: "programs"},
{
name: "Team",
id: "team",
},
name: "Team", id: "team"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="UniApply"
/>
@@ -73,51 +57,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
title="Your Future Starts Here: Apply to UniApply Today!"
description="Discover endless possibilities and join a community dedicated to academic excellence and personal growth. Your journey to a brighter future begins with us."
buttons={[
{
text: "Explore Programs",
href: "#programs",
},
text: "Explore Programs", href: "#programs"},
{
text: "Start Application",
href: "#contact",
},
text: "Start Application", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/people-standing-holding-notebooks-looking-smartphones_23-2147657151.jpg?_wi=1",
imageAlt: "Students walking on university campus",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/people-standing-holding-notebooks-looking-smartphones_23-2147657151.jpg", imageAlt: "Students walking on university campus"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/male-blue-mantle-enjoying-freedom-after-graduation_181624-9842.jpg",
imageAlt: "Student with laptop studying in library",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-blue-mantle-enjoying-freedom-after-graduation_181624-9842.jpg", imageAlt: "Student with laptop studying in library"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg",
imageAlt: "Science lab university students working",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Science lab university students working"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-leg-field-full-shot_23-2148930217.jpg",
imageAlt: "Diverse group of international students",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-leg-field-full-shot_23-2148930217.jpg", imageAlt: "Diverse group of international students"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-resting-park-lying-grass-with-laptop-studying-watching-videos-online_1258-200516.jpg",
imageAlt: "Student smiling holding a diploma",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-resting-park-lying-grass-with-laptop-studying-watching-videos-online_1258-200516.jpg", imageAlt: "Student smiling holding a diploma"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335690.jpg",
imageAlt: "University entrance gate historic building",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335690.jpg", imageAlt: "University entrance gate historic building"},
]}
/>
</div>
@@ -131,7 +92,7 @@ export default function LandingPage() {
subdescription="Our commitment to cutting-edge research, personalized education, and a diverse, inclusive community sets us apart. We empower future leaders to make a meaningful impact on the world."
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-friends-sitting-blanket_23-2149241881.jpg"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
/>
</div>
@@ -142,21 +103,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Easy Online Application",
description: "Submit your application quickly and securely through our user-friendly online portal.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-businessman-sitting-staircase-using-digital-tablet_23-2148176195.jpg",
},
title: "Easy Online Application", description: "Submit your application quickly and securely through our user-friendly online portal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-businessman-sitting-staircase-using-digital-tablet_23-2148176195.jpg"},
{
title: "Financial Aid & Scholarships",
description: "Explore a wide range of financial aid options and scholarships designed to make your education affordable.",
imageSrc: "http://img.b2bpic.net/free-photo/college-graduate-student-diploma-piggy-bank_93675-132822.jpg",
},
title: "Financial Aid & Scholarships", description: "Explore a wide range of financial aid options and scholarships designed to make your education affordable.", imageSrc: "http://img.b2bpic.net/free-photo/college-graduate-student-diploma-piggy-bank_93675-132822.jpg"},
{
title: "Fast Admission Decisions",
description: "Receive prompt updates on your application status with clear and timely admission decisions.",
imageSrc: "http://img.b2bpic.net/free-photo/students-standing-gray-wall-talking_23-2147657146.jpg",
},
title: "Fast Admission Decisions", description: "Receive prompt updates on your application status with clear and timely admission decisions.", imageSrc: "http://img.b2bpic.net/free-photo/students-standing-gray-wall-talking_23-2147657146.jpg"},
]}
animationType="slide-up"
title="Simplified Application Process"
description="We make applying to your dream university straightforward and stress-free. Our intuitive platform guides you every step of the way."
/>
@@ -169,31 +122,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "90%",
title: "Graduation Rate",
items: [
"Above national average",
"Career-ready graduates",
],
id: "1", value: "90%", title: "Graduation Rate", items: [
"Above national average", "Career-ready graduates"],
},
{
id: "2",
value: "Top 5",
title: "Research University",
items: [
"Leading innovation",
"Impactful discoveries",
],
id: "2", value: "Top 5", title: "Research University", items: [
"Leading innovation", "Impactful discoveries"],
},
{
id: "3",
value: "15,000+",
title: "Global Alumni Network",
items: [
"Connect & grow",
"Lifelong community",
],
id: "3", value: "15,000+", title: "Global Alumni Network", items: [
"Connect & grow", "Lifelong community"],
},
]}
title="Our Impact & Achievements"
@@ -208,48 +146,19 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Engineering & Technology",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory-wooden-robot_1268-23374.jpg",
imageAlt: "Engineering students working on a robot",
},
id: "1", name: "Engineering & Technology", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory-wooden-robot_1268-23374.jpg", imageAlt: "Engineering students working on a robot"},
{
id: "2",
name: "Arts & Humanities",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/egyptian-wall-with-hieroglyphs_23-2151617183.jpg",
imageAlt: "Diverse group of art students painting",
},
id: "2", name: "Arts & Humanities", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/egyptian-wall-with-hieroglyphs_23-2151617183.jpg", imageAlt: "Diverse group of art students painting"},
{
id: "3",
name: "Business & Economics",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/large-team-people-is-working-one-table-laptops-tablets-papers-background-large-tv-set-wooden-wall_78826-2979.jpg",
imageAlt: "Business students meeting in a boardroom",
},
id: "3", name: "Business & Economics", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/large-team-people-is-working-one-table-laptops-tablets-papers-background-large-tv-set-wooden-wall_78826-2979.jpg", imageAlt: "Business students meeting in a boardroom"},
{
id: "4",
name: "Health Sciences",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/orthodontists-working-team-discussing-dental-operation-clinic-dentist-assistant-standing-stomatological-cabinet-while-talking-about-oral-equipment-teeth-examination_482257-28434.jpg",
imageAlt: "Medical students in lab coats studying anatomy",
},
id: "4", name: "Health Sciences", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/orthodontists-working-team-discussing-dental-operation-clinic-dentist-assistant-standing-stomatological-cabinet-while-talking-about-oral-equipment-teeth-examination_482257-28434.jpg", imageAlt: "Medical students in lab coats studying anatomy"},
{
id: "5",
name: "Natural Sciences",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/adventure-travel-tourism-hike-people-concept-group-smiling-friends-forest-people-sitting-near-bonfire_1157-43316.jpg",
imageAlt: "Environmental science students doing field research",
},
id: "5", name: "Natural Sciences", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/adventure-travel-tourism-hike-people-concept-group-smiling-friends-forest-people-sitting-near-bonfire_1157-43316.jpg", imageAlt: "Environmental science students doing field research"},
{
id: "6",
name: "Education & Social Sciences",
price: "View Details",
imageSrc: "http://img.b2bpic.net/free-photo/women-running-podcast-while-wearing-headphones_23-2149434318.jpg",
imageAlt: "Education students teaching in a classroom",
},
id: "6", name: "Education & Social Sciences", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/women-running-podcast-while-wearing-headphones_23-2149434318.jpg", imageAlt: "Education students teaching in a classroom"},
]}
animationType="slide-up"
title="Explore Our Academic Programs"
description="Choose from a diverse range of undergraduate and postgraduate programs designed to challenge and inspire you."
/>
@@ -261,33 +170,14 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "admissions",
groupTitle: "Admissions Counselors",
members: [
id: "admissions", groupTitle: "Admissions Counselors", members: [
{
id: "1",
title: "Dr. Alex Johnson",
subtitle: "Head of Admissions",
detail: "Specializes in international student applications.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
},
id: "1", title: "Dr. Alex Johnson", subtitle: "Head of Admissions", detail: "Specializes in international student applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg"},
{
id: "2",
title: "Sarah Chen",
subtitle: "Admissions Advisor",
detail: "Assists with undergraduate program inquiries.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg",
},
id: "2", title: "Sarah Chen", subtitle: "Admissions Advisor", detail: "Assists with undergraduate program inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg"},
{
id: "3",
title: "Mark Davis",
subtitle: "Graduate Programs Specialist",
detail: "Helps students with master's and PhD applications.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-college-students-communicating-with-their-professor-hallway_637285-9249.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/people-standing-holding-notebooks-looking-smartphones_23-2147657151.jpg?_wi=2",
imageAlt: "professional male university admissions officer",
id: "3", title: "Mark Davis", subtitle: "Graduate Programs Specialist", detail: "Helps students with master's and PhD applications.", imageSrc: "http://img.b2bpic.net/free-photo/happy-college-students-communicating-with-their-professor-hallway_637285-9249.jpg"},
]
},
]}
title="Meet Our Admissions Team"
@@ -301,45 +191,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "A Life-Changing Experience",
quote: "UniApply not only provided me with world-class education but also a supportive community that fostered my personal and academic growth. I wouldn't be where I am today without it.",
name: "Emily R.",
role: "Alumni, Class of 2023",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-working-stairs_1262-6253.jpg",
},
id: "1", title: "A Life-Changing Experience", quote: "UniApply not only provided me with world-class education but also a supportive community that fostered my personal and academic growth. I wouldn't be where I am today without it.", name: "Emily R.", role: "Alumni, Class of 2023", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-working-stairs_1262-6253.jpg"},
{
id: "2",
title: "Unparalleled Support",
quote: "The admissions process was incredibly smooth, and the team was always there to answer my questions. The faculty are truly invested in student success.",
name: "David K.",
role: "Current Student, Engineering",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-casual-traveler-male-sits-step-using-tablet-pc_613910-14618.jpg",
},
id: "2", title: "Unparalleled Support", quote: "The admissions process was incredibly smooth, and the team was always there to answer my questions. The faculty are truly invested in student success.", name: "David K.", role: "Current Student, Engineering", imageSrc: "http://img.b2bpic.net/free-photo/bearded-casual-traveler-male-sits-step-using-tablet-pc_613910-14618.jpg"},
{
id: "3",
title: "Beyond Expectations",
quote: "I was looking for a university that pushed boundaries, and UniApply delivered. The research opportunities are outstanding, and I've made lifelong connections.",
name: "Sophia L.",
role: "PhD Candidate, Sciences",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-africanamerican-female-student-smiling-pleased-showing-okay-sign-like-some_1258-137770.jpg",
},
id: "3", title: "Beyond Expectations", quote: "I was looking for a university that pushed boundaries, and UniApply delivered. The research opportunities are outstanding, and I've made lifelong connections.", name: "Sophia L.", role: "PhD Candidate, Sciences", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-africanamerican-female-student-smiling-pleased-showing-okay-sign-like-some_1258-137770.jpg"},
{
id: "4",
title: "Empowering Future Leaders",
quote: "The practical skills and critical thinking developed here are invaluable. UniApply truly prepares you for the challenges of the modern world.",
name: "Michael B.",
role: "Alumni, Business School",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-woman-student-studying-outdoors_171337-11746.jpg",
},
id: "4", title: "Empowering Future Leaders", quote: "The practical skills and critical thinking developed here are invaluable. UniApply truly prepares you for the challenges of the modern world.", name: "Michael B.", role: "Alumni, Business School", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-woman-student-studying-outdoors_171337-11746.jpg"},
{
id: "5",
title: "A Diverse and Inclusive Home",
quote: "As an international student, finding a welcoming environment was key. UniApply's diverse community made me feel at home from day one.",
name: "Aisha N.",
role: "Current Student, Arts & Humanities",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-graduate-holding-books-head-cap_176420-14259.jpg",
},
id: "5", title: "A Diverse and Inclusive Home", quote: "As an international student, finding a welcoming environment was key. UniApply's diverse community made me feel at home from day one.", name: "Aisha N.", role: "Current Student, Arts & Humanities", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-graduate-holding-books-head-cap_176420-14259.jpg"},
]}
title="What Our Students Say"
description="Hear from current and past students about their transformative experiences at UniApply and how it shaped their future."
@@ -351,24 +211,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What are the application deadlines?",
content: "Application deadlines vary by program and intake period. Please check the specific program page for detailed information on submission dates. Early application is always encouraged.",
},
id: "1", title: "What are the application deadlines?", content: "Application deadlines vary by program and intake period. Please check the specific program page for detailed information on submission dates. Early application is always encouraged."},
{
id: "2",
title: "What documents are required for application?",
content: "Typically, you'll need academic transcripts, letters of recommendation, a personal statement, and proof of English proficiency (if applicable). Specific requirements are listed on each program's admissions page.",
},
id: "2", title: "What documents are required for application?", content: "Typically, you'll need academic transcripts, letters of recommendation, a personal statement, and proof of English proficiency (if applicable). Specific requirements are listed on each program's admissions page."},
{
id: "3",
title: "How can I check my application status?",
content: "You can monitor your application status at any time through our online applicant portal. We will also send email notifications for significant updates.",
},
id: "3", title: "How can I check my application status?", content: "You can monitor your application status at any time through our online applicant portal. We will also send email notifications for significant updates."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to the most common questions about the application process, admissions, and life at UniApply."
faqsAnimation="entrance-slide"
faqsAnimation="slide-up"
textPosition="left"
/>
</div>
@@ -377,13 +228,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Get in Touch"
title="Ready to Start Your Future?"
description="Have questions or need assistance with your application? Reach out to our admissions team, and we'll be happy to help you."
imageSrc="http://img.b2bpic.net/free-photo/women-with-mask-working_23-2148630814.jpg"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Submit Inquiry"
@@ -397,54 +247,33 @@ export default function LandingPage() {
logoText="UniApply"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Programs",
href: "#programs",
},
label: "Programs", href: "#programs"},
{
label: "Admissions",
href: "#contact",
},
label: "Admissions", href: "#contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Student Life",
href: "#",
},
label: "Student Life", href: "#"},
{
label: "Scholarships",
href: "#",
},
label: "Scholarships", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}