Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-04-05 15:02:44 +00:00
3 changed files with 15 additions and 12 deletions

View File

@@ -25,11 +25,9 @@ export default function AcademicsPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/" },
{ name: "Academics", id: "/academics" },
{ name: "Features", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Contact", id: "/" },
{ name: "Admissions", id: "/admissions" },
{ name: "Portal", id: "/student-portal" }
]}
brandName="EduManage"
/>
@@ -37,6 +35,7 @@ export default function AcademicsPage() {
<div id="programs" data-section="programs">
<FeatureCardNineteen
useInvertedBackground={false}
textboxLayout="split"
title="Our Academic Programs"
description="Explore a diverse range of undergraduate and postgraduate programs designed to prepare you for a successful career."
@@ -49,6 +48,7 @@ export default function AcademicsPage() {
<div id="courses" data-section="courses">
<FeatureCardNineteen
useInvertedBackground={false}
textboxLayout="split-description"
title="Featured Courses"
description="Deep dive into specialized topics with our expert-led curriculum."

View File

@@ -26,11 +26,9 @@ export default function AdmissionsPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Features", id: "/#features" },
{ name: "FAQ", id: "/#faq" },
{ name: "Academics", id: "/academics" },
{ name: "Admissions", id: "/admissions" },
{ name: "Contact", id: "/#contact" },
{ name: "Portal", id: "/student-portal" }
]}
brandName="EduManage"
/>
@@ -38,6 +36,7 @@ export default function AdmissionsPage() {
<div id="requirements" data-section="features">
<FeatureCardSeven
useInvertedBackground={false}
title="Admissions Requirements"
description="Ensure you have all the necessary documents and qualifications before applying."
textboxLayout="default"
@@ -53,6 +52,7 @@ export default function AdmissionsPage() {
<div id="application" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Submit Your Application"
description="Begin your journey with us by filling out the online application form below."
inputs={[
@@ -68,9 +68,9 @@ export default function AdmissionsPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Features", href: "/#features" }, { label: "About", href: "/#about" }] },
{ items: [{ label: "Features", href: "/" }, { label: "About", href: "/" }] },
{ items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] },
{ items: [{ label: "Support", href: "/#contact" }, { label: "FAQ", href: "/#faq" }] },
{ items: [{ label: "Support", href: "/" }, { label: "FAQ", href: "/" }] },
]}
logoText="EduManage"
/>

View File

@@ -25,8 +25,9 @@ export default function StudentPortal() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Portal", id: "#dashboard" },
{ name: "Contact", id: "/" },
{ name: "Academics", id: "/academics" },
{ name: "Admissions", id: "/admissions" },
{ name: "Portal", id: "/student-portal" }
]}
brandName="EduManage"
/>
@@ -34,6 +35,7 @@ export default function StudentPortal() {
<div id="dashboard" data-section="dashboard">
<FeatureCardNineteen
useInvertedBackground={false}
title="Student Dashboard"
description="Overview of your academic progress and daily schedule."
textboxLayout="default"
@@ -46,6 +48,7 @@ export default function StudentPortal() {
<div id="profile" data-section="profile">
<FeatureCardNineteen
useInvertedBackground={false}
title="Profile Management"
description="Update your account settings and personal details."
textboxLayout="default"