Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
179
src/app/page.tsx
179
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Programs", id: "#features"},
|
||||
{
|
||||
name: "Timeline",
|
||||
id: "#timeline",
|
||||
},
|
||||
name: "Timeline", id: "#timeline"},
|
||||
{
|
||||
name: "Apply",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Apply", id: "#contact"},
|
||||
]}
|
||||
brandName="CMS Admissions"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pioneering the Future of Science"
|
||||
description="The College of Modern Sciences offers cutting-edge programs to prepare you for the next generation of technological discovery. Apply today."
|
||||
tag="Admissions Open for 2025"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z02q3m",
|
||||
imageAlt: "modern university campus exterior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z02q3m", imageAlt: "modern university campus exterior"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2j44w",
|
||||
imageAlt: "students in modern lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-3",
|
||||
imageAlt: "researchers working in advanced tech facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-4",
|
||||
imageAlt: "students analyzing data on high-end computers",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-5",
|
||||
imageAlt: "innovative architectural details of science campus",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2j44w", imageAlt: "students in modern lab"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -95,17 +70,11 @@ export default function LandingPage() {
|
||||
description="At CMS, we bridge the gap between theoretical knowledge and practical innovation. Join a community of researchers, developers, and scientists pushing boundaries."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "World-Class Faculty",
|
||||
description: "Learn from industry experts and leading researchers.",
|
||||
},
|
||||
title: "World-Class Faculty", description: "Learn from industry experts and leading researchers."},
|
||||
{
|
||||
title: "Innovation Labs",
|
||||
description: "Access to state-of-the-art tech and scientific research facilities.",
|
||||
},
|
||||
title: "Innovation Labs", description: "Access to state-of-the-art tech and scientific research facilities."},
|
||||
{
|
||||
title: "Career Support",
|
||||
description: "Extensive partnerships with top-tier technology corporations.",
|
||||
},
|
||||
title: "Career Support", description: "Extensive partnerships with top-tier technology corporations."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sy5s7v"
|
||||
/>
|
||||
@@ -119,23 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Data Science",
|
||||
description: "Master AI and Big Data analytics in real-world scenarios.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k16a02",
|
||||
imageAlt: "computer science coding environment",
|
||||
},
|
||||
title: "Advanced Data Science", description: "Master AI and Big Data analytics in real-world scenarios.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k16a02", imageAlt: "computer science coding environment"},
|
||||
{
|
||||
title: "Robotics Engineering",
|
||||
description: "Hands-on engineering projects with advanced robotics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbweh1",
|
||||
imageAlt: "robotics engineering project",
|
||||
},
|
||||
title: "Robotics Engineering", description: "Hands-on engineering projects with advanced robotics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gbweh1", imageAlt: "robotics engineering project"},
|
||||
{
|
||||
title: "Cloud Infrastructure",
|
||||
description: "Architect robust systems using modern cloud technologies.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w85w3c",
|
||||
imageAlt: "abstract cloud computing network",
|
||||
},
|
||||
title: "Cloud Infrastructure", description: "Architect robust systems using modern cloud technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w85w3c", imageAlt: "abstract cloud computing network"},
|
||||
]}
|
||||
title="Program Highlights"
|
||||
description="Specialized pathways designed for the modern learner."
|
||||
@@ -150,25 +107,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Sept 01",
|
||||
description: "Applications Open",
|
||||
},
|
||||
id: "1", value: "Sept 01", description: "Applications Open"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Jan 15",
|
||||
description: "Early Action Deadline",
|
||||
},
|
||||
id: "2", value: "Jan 15", description: "Early Action Deadline"},
|
||||
{
|
||||
id: "3",
|
||||
value: "March 01",
|
||||
description: "Final Application Deadline",
|
||||
},
|
||||
id: "3", value: "March 01", description: "Final Application Deadline"},
|
||||
{
|
||||
id: "4",
|
||||
value: "May 01",
|
||||
description: "Decision Enrollment",
|
||||
},
|
||||
id: "4", value: "May 01", description: "Decision Enrollment"},
|
||||
]}
|
||||
title="Admissions Timeline"
|
||||
description="Stay on track with our application process."
|
||||
@@ -181,45 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life Changing",
|
||||
quote: "CMS gave me the tools to build my AI startup before graduating.",
|
||||
name: "Sarah J.",
|
||||
role: "CS Student",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f2uyc9",
|
||||
},
|
||||
id: "1", title: "Life Changing", quote: "CMS gave me the tools to build my AI startup before graduating.", name: "Sarah J.", role: "CS Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f2uyc9"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Supportive",
|
||||
quote: "The faculty here genuinely cares about our professional growth.",
|
||||
name: "Marcus T.",
|
||||
role: "Robotics Researcher",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6bvyh6",
|
||||
},
|
||||
id: "2", title: "Supportive", quote: "The faculty here genuinely cares about our professional growth.", name: "Marcus T.", role: "Robotics Researcher", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6bvyh6"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Inspirational",
|
||||
quote: "The curriculum is updated with industry standards, not just theory.",
|
||||
name: "Elena R.",
|
||||
role: "Data Analyst",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8sc0jb",
|
||||
},
|
||||
id: "3", title: "Inspirational", quote: "The curriculum is updated with industry standards, not just theory.", name: "Elena R.", role: "Data Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8sc0jb"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top Notch",
|
||||
quote: "Unparalleled networking opportunities with top tech companies.",
|
||||
name: "David K.",
|
||||
role: "Network Engineer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nwh2kq",
|
||||
},
|
||||
id: "4", title: "Top Notch", quote: "Unparalleled networking opportunities with top tech companies.", name: "David K.", role: "Network Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nwh2kq"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Innovative",
|
||||
quote: "I feel prepared for the competitive job market after graduating.",
|
||||
name: "Lisa B.",
|
||||
role: "Cybersecurity",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cq45ss",
|
||||
},
|
||||
id: "5", title: "Innovative", quote: "I feel prepared for the competitive job market after graduating.", name: "Lisa B.", role: "Cybersecurity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cq45ss"},
|
||||
]}
|
||||
title="Student Experiences"
|
||||
description="What our future-shapers are saying about their journey at CMS."
|
||||
@@ -231,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the entry requirements?",
|
||||
content: "You will need a solid background in math and science, along with standard test scores.",
|
||||
},
|
||||
id: "1", title: "What are the entry requirements?", content: "You will need a solid background in math and science, along with standard test scores."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there scholarships available?",
|
||||
content: "Yes, CMS offers merit-based and financial aid opportunities for all qualified students.",
|
||||
},
|
||||
id: "2", title: "Are there scholarships available?", content: "Yes, CMS offers merit-based and financial aid opportunities for all qualified students."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the campus visit required?",
|
||||
content: "While not required, we highly recommend attending our open days to see the labs.",
|
||||
},
|
||||
id: "3", title: "Is the campus visit required?", content: "While not required, we highly recommend attending our open days to see the labs."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Admissions Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -258,22 +164,13 @@ export default function LandingPage() {
|
||||
description="Ready to shape the future of science? Get started by submitting your request below."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "program",
|
||||
type: "text",
|
||||
placeholder: "Desired Program",
|
||||
required: true,
|
||||
name: "program", type: "text", placeholder: "Desired Program", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g63qib"
|
||||
@@ -286,29 +183,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Admissions", href: "#contact"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Programs", href: "#features"},
|
||||
{
|
||||
label: "Faculty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Faculty", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user