Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -17,27 +17,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "features",
|
||||
},
|
||||
name: "Programs", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IHMA College"
|
||||
/>
|
||||
@@ -46,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="IHMA College"
|
||||
description="Excellence in education for the leaders of tomorrow. Join our community of innovators and achievers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Programs",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Programs", href: "#features"},
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,17 +67,11 @@ export default function LandingPage() {
|
||||
description="At IHMA College, we believe in bridging the gap between academic theory and industry reality through hands-on learning and innovation."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "World-Class Faculty",
|
||||
description: "Learn from industry experts who are leaders in their fields.",
|
||||
},
|
||||
title: "World-Class Faculty", description: "Learn from industry experts who are leaders in their fields."},
|
||||
{
|
||||
title: "Innovation Lab",
|
||||
description: "State-of-the-art facilities for hands-on research and discovery.",
|
||||
},
|
||||
title: "Innovation Lab", description: "State-of-the-art facilities for hands-on research and discovery."},
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Connections across the world to jumpstart your career.",
|
||||
},
|
||||
title: "Global Network", description: "Connections across the world to jumpstart your career."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/charming-teenager-reading-near-boyfriend_23-2147864127.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -97,26 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Technology & Innovation",
|
||||
description: "Master the latest tools in modern software development and AI.",
|
||||
tag: "Top Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Technology & Innovation", description: "Master the latest tools in modern software development and AI.", tag: "Top Program", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Business Studies",
|
||||
description: "Strategic thinking and management for the modern entrepreneur.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "Advanced Business Studies", description: "Strategic thinking and management for the modern entrepreneur.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Research Excellence",
|
||||
description: "Dedicated research facilities for aspiring scientists and researchers.",
|
||||
tag: "Highly Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "Research Excellence", description: "Dedicated research facilities for aspiring scientists and researchers.", tag: "Highly Rated", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg"},
|
||||
]}
|
||||
title="Academic Excellence"
|
||||
description="Explore our core programs designed to provide you with the skills and knowledge needed for a successful career."
|
||||
@@ -130,26 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "Placement Rate",
|
||||
description: "Graduates finding employment within 6 months.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "95%", title: "Placement Rate", description: "Graduates finding employment within 6 months.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906348.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Partners",
|
||||
description: "Industry partners and research collaborations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Partners", description: "Industry partners and research collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-caucasian-woman-setting-vr-headset_74855-4245.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12k",
|
||||
title: "Alumni",
|
||||
description: "A growing global community of success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg?_wi=2",
|
||||
},
|
||||
id: "m3", value: "12k", title: "Alumni", description: "A growing global community of success.", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16267.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="IHMA College in numbers, showing our commitment to student success."
|
||||
@@ -161,30 +119,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Wang",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-graduate-uniform-looking-attractive_176474-82428.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice Wang", imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-graduate-uniform-looking-attractive_176474-82428.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-paintbrush-paints-wood_1150-24070.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-paintbrush-paints-wood_1150-24070.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-graduate-standing-with-crossed-arms-uniform-casual-clothes-looking-proud-front-view_176474-51060.jpg",
|
||||
},
|
||||
id: "t4", name: "Diana Ross", imageSrc: "http://img.b2bpic.net/free-photo/female-graduate-standing-with-crossed-arms-uniform-casual-clothes-looking-proud-front-view_176474-51060.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Edward Norton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg",
|
||||
},
|
||||
id: "t5", name: "Edward Norton", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-holds-digital-tablet-uses-modern-gadget-drinks-takeaway-coffee-smiles-happily-wears-casual-blue-jumper-poses-urban-setting-returns-from-studying-people-lifestyle-concept_273609-56610.jpg"},
|
||||
]}
|
||||
cardTitle="Student Stories"
|
||||
cardTag="Success Stories"
|
||||
@@ -196,8 +139,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Apply Now"
|
||||
title="Start Your Journey"
|
||||
description="Join IHMA College today. Leave your email to get our course brochure and admissions guide."
|
||||
@@ -208,37 +150,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "IHMA",
|
||||
items: [
|
||||
title: "IHMA", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Programs", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Admissions", href: "#contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Faculty Portal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Faculty Portal", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user