Update src/app/page.tsx
This commit is contained in:
139
src/app/page.tsx
139
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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: "Metrics",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Metrics", id: "metrics"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CUT"
|
||||
/>
|
||||
@@ -61,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="CHINHOYI UNIVERSITY OF TECHNOLOGY"
|
||||
description="Empowering the next generation of innovators, engineers, and digital leaders through cutting-edge technology and academic excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Programs",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Programs", href: "#about"},
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unfocused-view-university-territory_23-2147659197.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,9 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Innovation"
|
||||
description={[
|
||||
"Chinhoyi University of Technology is committed to advancing the frontier of knowledge through technology-led education.",
|
||||
"Our research focuses on providing practical solutions to real-world problems in engineering, business, and digital intelligence.",
|
||||
]}
|
||||
"Chinhoyi University of Technology is committed to advancing the frontier of knowledge through technology-led education.", "Our research focuses on providing practical solutions to real-world problems in engineering, business, and digital intelligence."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,20 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Engineering",
|
||||
description: "Cutting-edge labs and research facilities for engineering mastery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
|
||||
},
|
||||
title: "Advanced Engineering", description: "Cutting-edge labs and research facilities for engineering mastery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg"},
|
||||
{
|
||||
title: "Digital Learning",
|
||||
description: "Next-gen classrooms optimized for interactive and remote learning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg",
|
||||
},
|
||||
title: "Digital Learning", description: "Next-gen classrooms optimized for interactive and remote learning.", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page_23-2148911431.jpg"},
|
||||
{
|
||||
title: "Robotics & AI",
|
||||
description: "Hands-on projects in our world-class robotics research center.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg",
|
||||
},
|
||||
title: "Robotics & AI", description: "Hands-on projects in our world-class robotics research center.", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg"},
|
||||
]}
|
||||
title="Core Research Pillars"
|
||||
description="We bridge the gap between academic theory and industry application."
|
||||
@@ -123,28 +95,14 @@ export default function LandingPage() {
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="centered"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Students",
|
||||
subtitle: "Total Enrolled",
|
||||
category: "Population",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "m1", title: "Students", subtitle: "Total Enrolled", category: "Population", value: "15,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Researchers",
|
||||
subtitle: "Active Projects",
|
||||
category: "Research",
|
||||
value: "450+",
|
||||
},
|
||||
id: "m2", title: "Researchers", subtitle: "Active Projects", category: "Research", value: "450+"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Industry Partners",
|
||||
subtitle: "Global Alliances",
|
||||
category: "Industry",
|
||||
value: "85+",
|
||||
},
|
||||
id: "m3", title: "Industry Partners", subtitle: "Global Alliances", category: "Industry", value: "85+"},
|
||||
]}
|
||||
title="Our Institutional Impact"
|
||||
description="Growing leaders, driving innovation, shaping the nation."
|
||||
@@ -157,20 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I apply?",
|
||||
content: "You can apply online via our admissions portal under the 'Apply' section.",
|
||||
},
|
||||
id: "q1", title: "How do I apply?", content: "You can apply online via our admissions portal under the 'Apply' section."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What programs are available?",
|
||||
content: "We offer degrees in Engineering, Technology, Business, and Computer Science.",
|
||||
},
|
||||
id: "q2", title: "What programs are available?", content: "We offer degrees in Engineering, Technology, Business, and Computer Science."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is financial aid available?",
|
||||
content: "Yes, we offer various bursaries and government support schemes for qualifying students.",
|
||||
},
|
||||
id: "q3", title: "Is financial aid available?", content: "Yes, we offer various bursaries and government support schemes for qualifying students."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about admissions, research, and campus life."
|
||||
@@ -182,8 +131,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Informed"
|
||||
description="Sign up for our newsletter for news about upcoming intakes, seminars, and technological breakthroughs at CUT."
|
||||
@@ -197,54 +145,33 @@ export default function LandingPage() {
|
||||
logoText="CHINHOYI UNIVERSITY OF TECHNOLOGY"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Admissions", href: "#"},
|
||||
{
|
||||
label: "Library",
|
||||
href: "#",
|
||||
},
|
||||
label: "Library", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{
|
||||
label: "Engineering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Engineering", href: "#"},
|
||||
{
|
||||
label: "Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "Business", href: "#"},
|
||||
{
|
||||
label: "Technology",
|
||||
href: "#",
|
||||
},
|
||||
label: "Technology", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user