Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-03-10 02:34:15 +00:00
4 changed files with 137 additions and 383 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Programs",
items: [
title: "Programs", items: [
{ label: "Undergraduate", href: "/programs" },
{ label: "Graduate", href: "/programs" },
{ label: "Certifications", href: "/programs" },
@@ -28,17 +27,15 @@ export default function AboutPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/about" },
{ label: "Faculty & Staff", href: "/about" },
{ label: "Faculty & Staff", href: "/faculty" },
{ label: "Accreditation", href: "/about" },
{ label: "Careers", href: "/careers" },
],
},
{
title: "Student Services",
items: [
title: "Student Services", items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Financial Aid", href: "/financial-aid" },
{ label: "Student Support", href: "/support" },
@@ -62,22 +59,20 @@ export default function AboutPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Institute"
brandName="Global Computer Institute"
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Explore Programs",
href: "/programs",
}}
text: "Explore Programs", href: "/programs"}}
/>
</div>
<div id="about" data-section="about">
<TextAbout
tag="Our Mission"
title="Discover world-class programs designed for ambitious learners. Join thousands of graduates thriving in their fields."
title="Discover world-class computing education designed for ambitious learners. Join our community of innovators shaping the future of technology."
buttons={[
{ text: "View Our Faculty", href: "/faculty" },
{ text: "Get Started", href: "/admissions" },
@@ -92,34 +87,16 @@ export default function AboutPage() {
<MetricCardSeven
metrics={[
{
id: "graduates",
value: "50K+",
title: "Successful Graduates",
items: [
"Employed within 6 months",
"Career advancement documented",
"Alumni network spanning industries",
],
id: "graduates", value: "5000+", title: "Successful Graduates", items: [
"Employed within 6 months", "Career advancement documented", "Alumni network spanning industries"],
},
{
id: "employers",
value: "98%",
title: "Employer Satisfaction",
items: [
"Graduate competency rated excellent",
"Industry partnerships established",
"Recruitment partnerships active",
],
id: "employers", value: "98%", title: "Employer Satisfaction", items: [
"Graduate competency rated excellent", "Industry partnerships established", "Recruitment partnerships active"],
},
{
id: "accreditation",
value: "15+",
title: "Industry Accreditations",
items: [
"Regional and professional bodies",
"Quality assurance verified",
"International recognition achieved",
],
id: "accreditation", value: "15+", title: "Industry Accreditations", items: [
"Regional and professional bodies", "Quality assurance verified", "International recognition achieved"],
},
]}
tag="By The Numbers"
@@ -135,37 +112,17 @@ export default function AboutPage() {
<TeamCardOne
members={[
{
id: "faculty-1",
name: "Dr. Rachel Wong",
role: "Program Director",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2",
imageAlt: "Dr. Rachel Wong",
},
id: "faculty-1", name: "Dr. Rachel Wong", role: "Program Director", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-8gqbyn51.jpg", imageAlt: "Dr. Rachel Wong"},
{
id: "faculty-2",
name: "Prof. Michael Chen",
role: "Senior Instructor",
imageSrc:
"http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=2",
imageAlt: "Prof. Michael Chen",
},
id: "faculty-2", name: "Prof. Michael Chen", role: "Senior Instructor", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-mtogx0io.jpg", imageAlt: "Prof. Michael Chen"},
{
id: "faculty-3",
name: "Dr. Sophia Martinez",
role: "Curriculum Lead",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=2",
imageAlt: "Dr. Sophia Martinez",
},
id: "faculty-3", name: "Dr. Sophia Martinez", role: "Curriculum Lead", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-sfhkxejy.jpg", imageAlt: "Dr. Sophia Martinez"},
{
id: "faculty-4",
name: "Prof. James Anderson",
role: "Industry Liaison",
imageSrc:
"http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=2",
imageAlt: "Prof. James Anderson",
},
id: "faculty-4", name: "Prof. James Anderson", role: "Industry Liaison", imageSrc:
"http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=2", imageAlt: "Prof. James Anderson"},
]}
tag="Expert Educators"
title="Meet Our Qualified Faculty"
@@ -179,13 +136,13 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=3"
imageAlt="Institute campus"
logoText="Institute"
copyrightText="© 2025 Professional Institute. All rights reserved."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-nf6617ea.jpg"
imageAlt="Global Computer Institute Campus"
logoText="Global Computer Institute"
copyrightText="© 2025 Global Computer Institute. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -18,8 +18,7 @@ export default function AdmissionsPage() {
const footerColumns = [
{
title: "Programs",
items: [
title: "Programs", items: [
{ label: "Undergraduate", href: "/programs" },
{ label: "Graduate", href: "/programs" },
{ label: "Certifications", href: "/programs" },
@@ -27,8 +26,7 @@ export default function AdmissionsPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/about" },
{ label: "Faculty & Staff", href: "/about" },
{ label: "Accreditation", href: "/about" },
@@ -36,8 +34,7 @@ export default function AdmissionsPage() {
],
},
{
title: "Student Services",
items: [
title: "Student Services", items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Financial Aid", href: "/financial-aid" },
{ label: "Student Support", href: "/support" },
@@ -61,15 +58,13 @@ export default function AdmissionsPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Institute"
brandName="Global Computer Institute"
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Explore Programs",
href: "/programs",
}}
text: "Explore Programs", href: "/programs"}}
/>
</div>
@@ -83,39 +78,18 @@ export default function AdmissionsPage() {
animationType="slide-up"
features={[
{
id: "undergraduate",
label: "Undergraduate",
title: "Foundation Programs for Career Growth",
items: [
"Comprehensive 4-year degree programs",
"Industry partnerships and internships",
"Career services and placement support",
"Flexible learning schedule options",
],
id: "undergraduate", label: "Undergraduate", title: "Foundation Programs for Career Growth", items: [
"Comprehensive 4-year degree programs", "Industry partnerships and internships", "Career services and placement support", "Flexible learning schedule options"],
buttons: [{ text: "Learn More", href: "/programs" }],
},
{
id: "graduate",
label: "Graduate",
title: "Advanced Study for Professionals",
items: [
"Specialized master's degree programs",
"Evening and weekend classes available",
"Networking with industry leaders",
"Executive education opportunities",
],
id: "graduate", label: "Graduate", title: "Advanced Study for Professionals", items: [
"Specialized master's degree programs", "Evening and weekend classes available", "Networking with industry leaders", "Executive education opportunities"],
buttons: [{ text: "Explore Graduate", href: "/programs" }],
},
{
id: "certification",
label: "Certification",
title: "Professional Credentials & Upskilling",
items: [
"Industry-recognized certifications",
"Accelerated 3-6 month formats",
"Online and hybrid delivery",
"Continuing professional education",
],
id: "certification", label: "Certification", title: "Professional Credentials & Upskilling", items: [
"Industry-recognized certifications", "Accelerated 3-6 month formats", "Online and hybrid delivery", "Continuing professional education"],
buttons: [{ text: "View Certifications", href: "/programs" }],
},
]}
@@ -137,13 +111,13 @@ export default function AdmissionsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=4"
imageAlt="Institute campus"
logoText="Institute"
copyrightText="© 2025 Professional Institute. All rights reserved."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-nf6617ea.jpg"
imageAlt="Global Computer Institute Campus"
logoText="Global Computer Institute"
copyrightText="© 2025 Global Computer Institute. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Programs",
items: [
title: "Programs", items: [
{ label: "Undergraduate", href: "/programs" },
{ label: "Graduate", href: "/programs" },
{ label: "Certifications", href: "/programs" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/" },
{ label: "Faculty & Staff", href: "/faculty" },
{ label: "Accreditation", href: "/" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Student Services",
items: [
title: "Student Services", items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Financial Aid", href: "#" },
{ label: "Student Support", href: "#" },
@@ -66,37 +63,31 @@ export default function HomePage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Institute"
brandName="Global Computer Institute"
navItems={[
{ name: "Home", id: "/" },
{ name: "Programs", id: "/programs" },
{ name: "About", id: "/" },
{ name: "Faculty", id: "/" },
{ name: "Admissions", id: "#" },
{ name: "About", id: "/about" },
{ name: "Faculty", id: "/faculty" },
{ name: "Admissions", id: "/admissions" },
]}
button={{
text: "Explore Programs",
href: "/programs",
}}
text: "Explore Programs", href: "/programs"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Institute"
description="Advance Your Career, Transform Your Future"
logoText="Global Computer Institute"
description="Empowering the Next Generation of Tech Leaders"
buttons={[
{
text: "Explore Programs",
href: "/programs",
},
text: "Explore Programs", href: "/programs"},
{
text: "Learn More",
href: "/",
},
text: "Learn More", href: "/about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-multiethnic-coworkers-posing-their-way-from-office_74855-1677.jpg"
imageAlt="professional institute campus modern architecture"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-nf6617ea.jpg"
imageAlt="Global Computer Institute - Modern Campus"
showDimOverlay={false}
buttonAnimation="slide-up"
/>
@@ -105,16 +96,12 @@ export default function HomePage() {
<div id="about" data-section="about">
<TextAbout
tag="Our Mission"
title="Discover world-class programs designed for ambitious learners. Join thousands of graduates thriving in their fields."
title="Discover world-class computing education designed for ambitious learners. Join our community of innovators shaping the future of technology."
buttons={[
{
text: "View Our Faculty",
href: "/",
},
text: "View Our Faculty", href: "/faculty"},
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "/admissions"},
]}
useInvertedBackground={false}
tagAnimation="slide-up"
@@ -125,61 +112,34 @@ export default function HomePage() {
<div id="programs" data-section="programs">
<FeatureCardTwelve
tag="Academic Excellence"
title="Our Accredited Programs"
description="Comprehensive, industry-relevant curricula tailored for career advancement"
title="Our Cutting-Edge Programs"
description="Comprehensive, industry-relevant curricula tailored for success in the digital age"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "undergraduate",
label: "Undergraduate",
title: "Foundation Programs for Career Growth",
items: [
"Comprehensive 4-year degree programs",
"Industry partnerships and internships",
"Career services and placement support",
"Flexible learning schedule options",
],
id: "undergraduate", label: "Undergraduate", title: "Foundation Programs for Tech Careers", items: [
"Comprehensive 4-year degree programs", "Hands-on lab experience and projects", "Industry partnerships and internships", "Career services and placement support"],
buttons: [
{
text: "Learn More",
href: "/programs",
},
text: "Learn More", href: "/programs"},
],
},
{
id: "graduate",
label: "Graduate",
title: "Advanced Study for Professionals",
items: [
"Specialized master's degree programs",
"Evening and weekend classes available",
"Networking with industry leaders",
"Executive education opportunities",
],
id: "graduate", label: "Graduate", title: "Advanced Study for Tech Professionals", items: [
"Specialized master's degree programs", "Evening and weekend classes available", "Networking with industry leaders", "Executive education opportunities"],
buttons: [
{
text: "Explore Graduate",
href: "/programs",
},
text: "Explore Graduate", href: "/programs"},
],
},
{
id: "certification",
label: "Certification",
title: "Professional Credentials & Upskilling",
items: [
"Industry-recognized certifications",
"Accelerated 3-6 month formats",
"Online and hybrid delivery",
"Continuing professional education",
],
id: "certification", label: "Certification", title: "Professional Credentials & Upskilling", items: [
"Industry-recognized certifications", "Accelerated 3-6 month formats", "Online and hybrid delivery", "Continuing professional education"],
buttons: [
{
text: "View Certifications",
href: "/programs",
},
text: "View Certifications", href: "/programs"},
],
},
]}
@@ -196,34 +156,16 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "graduates",
value: "50K+",
title: "Successful Graduates",
items: [
"Employed within 6 months",
"Career advancement documented",
"Alumni network spanning industries",
],
id: "graduates", value: "5000+", title: "Successful Graduates", items: [
"Employed within 6 months", "Career advancement documented", "Alumni network spanning industries"],
},
{
id: "employers",
value: "98%",
title: "Employer Satisfaction",
items: [
"Graduate competency rated excellent",
"Industry partnerships established",
"Recruitment partnerships active",
],
id: "employers", value: "98%", title: "Employer Satisfaction", items: [
"Graduate competency rated excellent", "Industry partnerships established", "Recruitment partnerships active"],
},
{
id: "accreditation",
value: "15+",
title: "Industry Accreditations",
items: [
"Regional and professional bodies",
"Quality assurance verified",
"International recognition achieved",
],
id: "accreditation", value: "15+", title: "Industry Accreditations", items: [
"Regional and professional bodies", "Quality assurance verified", "International recognition achieved"],
},
]}
/>
@@ -240,33 +182,13 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
members={[
{
id: "faculty-1",
name: "Dr. Rachel Wong",
role: "Program Director",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
imageAlt: "Dr. Rachel Wong",
},
id: "faculty-1", name: "Dr. Rachel Wong", role: "Program Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-8gqbyn51.jpg", imageAlt: "Dr. Rachel Wong"},
{
id: "faculty-2",
name: "Prof. Michael Chen",
role: "Senior Instructor",
imageSrc: "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=1",
imageAlt: "Prof. Michael Chen",
},
id: "faculty-2", name: "Prof. Michael Chen", role: "Senior Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-mtogx0io.jpg", imageAlt: "Prof. Michael Chen"},
{
id: "faculty-3",
name: "Dr. Sophia Martinez",
role: "Curriculum Lead",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=1",
imageAlt: "Dr. Sophia Martinez",
},
id: "faculty-3", name: "Dr. Sophia Martinez", role: "Curriculum Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-sfhkxejy.jpg", imageAlt: "Dr. Sophia Martinez"},
{
id: "faculty-4",
name: "Prof. James Anderson",
role: "Industry Liaison",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=1",
imageAlt: "Prof. James Anderson",
},
id: "faculty-4", name: "Prof. James Anderson", role: "Industry Liaison", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=1", imageAlt: "Prof. James Anderson"},
]}
/>
</div>
@@ -281,89 +203,54 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "graduate-1",
name: "Sarah Johnson",
role: "Class of 2023",
company: "Tech Innovators Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg",
imageAlt: "Sarah Johnson",
},
id: "graduate-1", name: "Sarah Johnson", role: "Class of 2023", company: "Tech Innovators Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", imageAlt: "Sarah Johnson"},
{
id: "parent-1",
name: "Margaret & Robert Lee",
role: "Parents",
company: "Student Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-helping-his-son-online-class_23-2149126697.jpg",
imageAlt: "Margaret & Robert Lee",
},
id: "parent-1", name: "Margaret & Robert Lee", role: "Parents", company: "Student Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-helping-his-son-online-class_23-2149126697.jpg", imageAlt: "Margaret & Robert Lee"},
{
id: "professional-1",
name: "David Kumar",
role: "Career Changer",
company: "Tech Consulting",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104967.jpg",
imageAlt: "David Kumar",
},
id: "professional-1", name: "David Kumar", role: "Career Changer", company: "Tech Consulting", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104967.jpg", imageAlt: "David Kumar"},
{
id: "alumnus-1",
name: "Emily Rodriguez",
role: "Class of 2020",
company: "Fortune 500 Company",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg",
imageAlt: "Emily Rodriguez",
},
id: "alumnus-1", name: "Emily Rodriguez", role: "Class of 2020", company: "Fortune 500 Company", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg", imageAlt: "Emily Rodriguez"},
]}
kpiItems={[
{
value: "92%",
label: "Graduate satisfaction rating",
},
value: "92%", label: "Graduate satisfaction rating"},
{
value: "96%",
label: "Job placement rate",
},
value: "96%", label: "Job placement rate"},
{
value: "1500+",
label: "Employer partners",
},
value: "1500+", label: "Employer partners"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to advance your career? Explore our programs and join a community of ambitious learners transforming their futures."
text="Ready to advance your career in technology? Explore our programs and join a community of ambitious learners transforming their futures."
animationType="entrance-slide"
buttons={[
{
text: "Start Your Journey",
href: "#",
},
text: "Start Your Journey", href: "/admissions"},
{
text: "Schedule a Consultation",
href: "#",
},
text: "Schedule a Consultation", href: "#"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=1"
imageAlt="institutional values academic excellence"
logoText="Institute"
copyrightText="© 2025 Professional Institute. All rights reserved."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-nf6617ea.jpg"
imageAlt="Global Computer Institute - Academic Excellence"
logoText="Global Computer Institute"
copyrightText="© 2025 Global Computer Institute. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,8 +10,7 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
export default function ProgramsPage() {
const footerColumns = [
{
title: "Programs",
items: [
title: "Programs", items: [
{ label: "Undergraduate", href: "/programs" },
{ label: "Graduate", href: "/programs" },
{ label: "Certifications", href: "/programs" },
@@ -19,18 +18,16 @@ export default function ProgramsPage() {
],
},
{
title: "About",
items: [
{ label: "Our Mission", href: "/" },
{ label: "Faculty & Staff", href: "/" },
title: "About", items: [
{ label: "Our Mission", href: "/about" },
{ label: "Faculty & Staff", href: "/faculty" },
{ label: "Accreditation", href: "/" },
{ label: "Careers", href: "#" },
],
},
{
title: "Student Services",
items: [
{ label: "Admissions", href: "#" },
title: "Student Services", items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Financial Aid", href: "#" },
{ label: "Student Support", href: "#" },
{ label: "Contact Us", href: "#" },
@@ -53,18 +50,16 @@ export default function ProgramsPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Institute"
brandName="Global Computer Institute"
navItems={[
{ name: "Home", id: "/" },
{ name: "Programs", id: "/programs" },
{ name: "About", id: "/" },
{ name: "Faculty", id: "/" },
{ name: "Admissions", id: "#" },
{ name: "About", id: "/about" },
{ name: "Faculty", id: "/faculty" },
{ name: "Admissions", id: "/admissions" },
]}
button={{
text: "Explore Programs",
href: "/programs",
}}
text: "Explore Programs", href: "/programs"}}
/>
</div>
@@ -78,69 +73,33 @@ export default function ProgramsPage() {
animationType="slide-up"
features={[
{
id: "undergraduate-detail",
label: "Undergraduate",
title: "Bachelor's Degree Programs",
items: [
"4-year comprehensive curriculum",
"Internship and co-op opportunities",
"Career preparation and mentorship",
"Affordable tuition with financial aid",
"Campus and online options",
],
id: "undergraduate-detail", label: "Undergraduate", title: "Bachelor's Degree Programs", items: [
"4-year comprehensive curriculum", "Internship and co-op opportunities", "Career preparation and mentorship", "Affordable tuition with financial aid", "Campus and online options"],
buttons: [
{
text: "Learn More",
href: "/programs",
},
text: "Learn More", href: "/programs"},
{
text: "Apply Now",
href: "#",
},
text: "Apply Now", href: "/admissions"},
],
},
{
id: "graduate-detail",
label: "Graduate",
title: "Master's & Doctoral Programs",
items: [
"Specialized master's degrees",
"Research-focused PhD programs",
"Flexible evening and weekend schedules",
"Networking with industry leaders",
"Career advancement support",
],
id: "graduate-detail", label: "Graduate", title: "Master's & Doctoral Programs", items: [
"Specialized master's degrees", "Research-focused PhD programs", "Flexible evening and weekend schedules", "Networking with industry leaders", "Career advancement support"],
buttons: [
{
text: "View Programs",
href: "/programs",
},
text: "View Programs", href: "/programs"},
{
text: "Request Information",
href: "#",
},
text: "Request Information", href: "#"},
],
},
{
id: "certification-detail",
label: "Certification",
title: "Professional Certifications & Credentials",
items: [
"Industry-recognized certifications",
"Short-term intensive programs",
"Hybrid online and in-person learning",
"Continuous professional development",
"Employer partnership programs",
],
id: "certification-detail", label: "Certification", title: "Professional Certifications & Credentials", items: [
"Industry-recognized certifications", "Short-term intensive programs", "Hybrid online and in-person learning", "Continuous professional development", "Employer partnership programs"],
buttons: [
{
text: "Browse Certifications",
href: "/programs",
},
text: "Browse Certifications", href: "/programs"},
{
text: "Enroll Today",
href: "#",
},
text: "Enroll Today", href: "/admissions"},
],
},
]}
@@ -157,34 +116,16 @@ export default function ProgramsPage() {
animationType="slide-up"
metrics={[
{
id: "completion",
value: "94%",
title: "Program Completion Rate",
items: [
"Student persistence and support",
"Flexible scheduling accommodates",
"Strong academic advising systems",
],
id: "completion", value: "94%", title: "Program Completion Rate", items: [
"Student persistence and support", "Flexible scheduling accommodates", "Strong academic advising systems"],
},
{
id: "employment",
value: "96%",
title: "Employment Within 6 Months",
items: [
"Career services team assistance",
"Industry partnership placements",
"Alumni network opportunities",
],
id: "employment", value: "96%", title: "Employment Within 6 Months", items: [
"Career services team assistance", "Industry partnership placements", "Alumni network opportunities"],
},
{
id: "salary",
value: "35%+",
title: "Average Salary Increase",
items: [
"Career advancement documented",
"Skills gap closure verified",
"ROI demonstrated post-graduation",
],
id: "salary", value: "35%+", title: "Average Salary Increase", items: [
"Career advancement documented", "Skills gap closure verified", "ROI demonstrated post-graduation"],
},
]}
/>
@@ -196,30 +137,25 @@ export default function ProgramsPage() {
animationType="entrance-slide"
buttons={[
{
text: "Speak With an Advisor",
href: "#",
},
text: "Speak With an Advisor", href: "#"},
{
text: "Download Program Guide",
href: "#",
},
text: "Download Program Guide", href: "#"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062200.jpg?_wi=2"
imageAlt="institutional values academic excellence"
logoText="Institute"
copyrightText="© 2025 Professional Institute. All rights reserved."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjcMS3HFjlh1EwS8dXFqGSi8NY/uploaded-1773109884860-nf6617ea.jpg"
imageAlt="Global Computer Institute - Programs"
logoText="Global Computer Institute"
copyrightText="© 2025 Global Computer Institute. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}