Merge version_1 into main #2
170
src/app/page.tsx
170
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
]}
|
||||
brandName="Summit College"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Shape Your Future at Summit College"
|
||||
description="Excellence in education, vibrant campus life, and endless opportunities to grow, innovate, and lead."
|
||||
tag="Admissions Open 2025"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/modern-university-campus-building-exteri-1774775191186-aa5ea2eb.png?_wi=1",
|
||||
imageAlt: "Campus life and student interaction",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/modern-university-campus-building-exteri-1774775191186-aa5ea2eb.png", imageAlt: "Campus life and student interaction"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/spacious-modern-college-library-with-flo-1774775190713-9fdb2ac1.png?_wi=1",
|
||||
imageAlt: "Modern library and study facilities",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/modern-university-campus-building-exteri-1774775191186-aa5ea2eb.png?_wi=2",
|
||||
imageAlt: "Academic research facilities",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/spacious-modern-college-library-with-flo-1774775190713-9fdb2ac1.png?_wi=2",
|
||||
imageAlt: "Students collaborating in study hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/modern-university-campus-building-exteri-1774775191186-aa5ea2eb.png?_wi=3",
|
||||
imageAlt: "Vibrant campus green spaces",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/spacious-modern-college-library-with-flo-1774775190713-9fdb2ac1.png", imageAlt: "Modern library and study facilities"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -86,13 +61,9 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#apply",
|
||||
},
|
||||
text: "Apply Now", href: "#apply"},
|
||||
{
|
||||
text: "Schedule Tour",
|
||||
href: "#visit",
|
||||
},
|
||||
text: "Schedule Tour", href: "#visit"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,21 +75,13 @@ export default function LandingPage() {
|
||||
description="Summit College has been empowering students for over 50 years through rigorous academics, cutting-edge research, and a commitment to global excellence."
|
||||
metrics={[
|
||||
{
|
||||
value: "50+",
|
||||
title: "Programs Offered",
|
||||
},
|
||||
value: "50+", title: "Programs Offered"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Placement Rate",
|
||||
},
|
||||
value: "95%", title: "Placement Rate"},
|
||||
{
|
||||
value: "12k+",
|
||||
title: "Alumni Network",
|
||||
},
|
||||
value: "12k+", title: "Alumni Network"},
|
||||
{
|
||||
value: "200+",
|
||||
title: "Partnered Firms",
|
||||
},
|
||||
value: "200+", title: "Partnered Firms"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc4jMajjkgTHFx1FaYqnNl0Vtz/professor-teaching-a-small-group-of-stud-1774775192710-24d1adb0.png"
|
||||
imageAlt="Professor teaching students in a lab"
|
||||
@@ -132,19 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited local campus shuttle",
|
||||
"Competitive housing availability",
|
||||
"Parking permit waitlists",
|
||||
],
|
||||
"Limited local campus shuttle", "Competitive housing availability", "Parking permit waitlists"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"State-of-the-art research labs",
|
||||
"Dedicated mentorship programs",
|
||||
"Global internship opportunities",
|
||||
"24/7 Academic support",
|
||||
"Active student organizations",
|
||||
],
|
||||
"State-of-the-art research labs", "Dedicated mentorship programs", "Global internship opportunities", "24/7 Academic support", "Active student organizations"],
|
||||
}}
|
||||
title="Why Choose Summit?"
|
||||
description="Discover what makes our educational environment truly unique."
|
||||
@@ -156,30 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-wooden-background_1098-3167.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-wooden-background_1098-3167.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-working-from-home-writing-down-information-notebook-taking-notes-sitting_1258-186602.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-working-from-home-writing-down-information-notebook-taking-notes-sitting_1258-186602.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jason K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-male-with-wide-smile-rolled-up-sleeves-isolated-white-wall_181624-29440.jpg",
|
||||
},
|
||||
id: "t4", name: "Jason K.", imageSrc: "http://img.b2bpic.net/free-photo/charming-male-with-wide-smile-rolled-up-sleeves-isolated-white-wall_181624-29440.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alex W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-wooden-background_1098-3167.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Alex W.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-wooden-background_1098-3167.jpg"},
|
||||
]}
|
||||
cardTitle="Student Stories"
|
||||
cardTag="Life at Summit"
|
||||
@@ -195,30 +135,15 @@ export default function LandingPage() {
|
||||
description="Quick answers to common questions about admissions, campus life, and programs."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I apply?",
|
||||
content: "You can start your application online via our admissions portal with your academic transcripts.",
|
||||
},
|
||||
id: "q1", title: "How do I apply?", content: "You can start your application online via our admissions portal with your academic transcripts."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is financial aid available?",
|
||||
content: "Yes, we offer various merit-based and need-based scholarships to support our students.",
|
||||
},
|
||||
id: "q2", title: "Is financial aid available?", content: "Yes, we offer various merit-based and need-based scholarships to support our students."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer campus tours?",
|
||||
content: "We host weekly campus tours on Tuesdays and Thursdays. Registration is available on our website.",
|
||||
},
|
||||
id: "q3", title: "Do you offer campus tours?", content: "We host weekly campus tours on Tuesdays and Thursdays. Registration is available on our website."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are there student housing options?",
|
||||
content: "Yes, we provide several on-campus residential options ranging from traditional dorms to apartment-style suites.",
|
||||
},
|
||||
id: "q4", title: "Are there student housing options?", content: "Yes, we provide several on-campus residential options ranging from traditional dorms to apartment-style suites."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What research opportunities exist?",
|
||||
content: "Students can apply to join faculty-led research projects as early as their second year.",
|
||||
},
|
||||
id: "q5", title: "What research opportunities exist?", content: "Students can apply to join faculty-led research projects as early as their second year."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -229,54 +154,33 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-business-card-with-contact_23-2148453945.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{
|
||||
label: "Undergraduate",
|
||||
href: "#",
|
||||
},
|
||||
label: "Undergraduate", href: "#"},
|
||||
{
|
||||
label: "Graduate",
|
||||
href: "#",
|
||||
},
|
||||
label: "Graduate", href: "#"},
|
||||
{
|
||||
label: "Research",
|
||||
href: "#",
|
||||
},
|
||||
label: "Research", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Life",
|
||||
items: [
|
||||
title: "Life", items: [
|
||||
{
|
||||
label: "Housing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Housing", href: "#"},
|
||||
{
|
||||
label: "Clubs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Clubs", href: "#"},
|
||||
{
|
||||
label: "Sports",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sports", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Library",
|
||||
href: "#",
|
||||
},
|
||||
label: "Library", href: "#"},
|
||||
{
|
||||
label: "Career Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Career Services", href: "#"},
|
||||
{
|
||||
label: "IT Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "IT Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user