Update src/app/programs/page.tsx

This commit is contained in:
2026-03-07 18:17:38 +00:00
parent 84f698d92f
commit b308535ed3

View File

@@ -18,8 +18,7 @@ export default function ProgramsPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -27,8 +26,7 @@ export default function ProgramsPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Join Us", href: "/join" },
{ label: "Mentors", href: "#" },
{ label: "Events", href: "#" },
@@ -36,8 +34,7 @@ export default function ProgramsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Free Guides", href: "/resources" },
{ label: "Video Library", href: "#" },
{ label: "Blog", href: "#" },
@@ -45,8 +42,7 @@ export default function ProgramsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -62,7 +58,7 @@ export default function ProgramsPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="glowing-orb"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -80,7 +76,7 @@ export default function ProgramsPage() {
<HeroSplitKpi
title="Our Programs"
description="Comprehensive training across three core areas designed to build communication excellence."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "12", label: "Week Programs" },
{ value: "10+", label: "Skill Modules" },
@@ -100,42 +96,18 @@ export default function ProgramsPage() {
description="Each program combines theory, practice, and mentorship for comprehensive skill development."
features={[
{
id: "debate-training",
label: "Debate",
title: "Debate Training Program",
items: [
"Parliamentary, Lincoln-Douglas, and Policy formats",
"Evidence research and case construction",
"Rebuttal and cross-examination strategies",
"Monthly competitive tournaments",
"1-on-1 coaching sessions",
],
id: "debate-training", label: "Debate", title: "Debate Training Program", items: [
"Parliamentary, Lincoln-Douglas, and Policy formats", "Evidence research and case construction", "Rebuttal and cross-examination strategies", "Monthly competitive tournaments", "1-on-1 coaching sessions"],
buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "public-speaking",
label: "Speaking",
title: "Public Speaking Coaching",
items: [
"Presentation structure and delivery",
"Audience engagement techniques",
"Managing anxiety and building confidence",
"Visual storytelling and persuasion",
"Real-world speaking opportunities",
],
id: "public-speaking", label: "Speaking", title: "Public Speaking Coaching", items: [
"Presentation structure and delivery", "Audience engagement techniques", "Managing anxiety and building confidence", "Visual storytelling and persuasion", "Real-world speaking opportunities"],
buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "critical-thinking",
label: "Thinking",
title: "Critical Thinking Workshops",
items: [
"Logical reasoning frameworks",
"Identifying and refuting fallacies",
"Ethical argumentation principles",
"Problem-solving methodologies",
"Applied critical thinking projects",
],
id: "critical-thinking", label: "Thinking", title: "Critical Thinking Workshops", items: [
"Logical reasoning frameworks", "Identifying and refuting fallacies", "Ethical argumentation principles", "Problem-solving methodologies", "Applied critical thinking projects"],
buttons: [{ text: "Learn More", href: "#" }],
},
]}