Merge version_1 into main #4

Merged
bender merged 5 commits from version_1 into main 2026-03-07 18:20:59 +00:00
5 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -79,7 +79,7 @@ export default function AboutPage() {
<HeroSplitKpi
title="The Story Behind Learning Point"
description="Founded on the belief that every young person deserves the tools to express themselves powerfully and think critically about the world around them."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "2020", label: "Year Founded" },
{ value: "50+", label: "Countries" },

View File

@@ -59,7 +59,7 @@ export default function JoinPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -81,7 +81,7 @@ export default function JoinPage() {
<HeroSplitKpi
title="Join Our Community"
description="Start your journey to becoming a confident communicator and critical thinker today."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "3", label: "Steps to Join" },
{ value: "24h", label: "Onboarding" },

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -83,7 +83,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Empowering Voices, Shaping Minds."
description="Join Learning Point, the premier online community for debate, critical thinking, and public speaking. Develop confidence, master argumentation, and become a persuasive communicator."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "5000+", label: "Active Members" },
{ value: "200+", label: "Debates Hosted" },

View File

@@ -58,7 +58,7 @@ export default function ProgramsPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -76,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" },

View File

@@ -58,7 +58,7 @@ export default function ResourcesPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -76,7 +76,7 @@ export default function ResourcesPage() {
<HeroSplitKpi
title="Free Learning Resources"
description="Access our comprehensive library of guides, frameworks, and tools to begin your journey today."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "50+", label: "Guides Available" },
{ value: "100+", label: "Video Lessons" },