Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-07 18:17:42 +00:00
5 changed files with 69 additions and 254 deletions

View File

@@ -18,8 +18,7 @@ export default function AboutPage() {
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 AboutPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Join Us", href: "/join" },
{ label: "Mentors", href: "#" },
{ label: "Events", href: "#" },
@@ -36,8 +34,7 @@ export default function AboutPage() {
],
},
{
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 AboutPage() {
],
},
{
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 AboutPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="glowing-orb"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -74,9 +70,7 @@ export default function AboutPage() {
brandName="Learning Point"
navItems={navItems}
button={{
text: "Join Community",
href: "/join",
}}
text: "Join Community", href: "/join"}}
/>
</div>
@@ -85,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

@@ -19,8 +19,7 @@ export default function JoinPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -28,8 +27,7 @@ export default function JoinPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Join Us", href: "/join" },
{ label: "Mentors", href: "#" },
{ label: "Events", href: "#" },
@@ -37,8 +35,7 @@ export default function JoinPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Free Guides", href: "/resources" },
{ label: "Video Library", href: "#" },
{ label: "Blog", href: "#" },
@@ -46,8 +43,7 @@ export default function JoinPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -63,7 +59,7 @@ export default function JoinPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="glowing-orb"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -77,9 +73,7 @@ export default function JoinPage() {
id: item.id,
}))}
button={{
text: "Join Community",
href: "/join",
}}
text: "Join Community", href: "/join"}}
/>
</div>
@@ -87,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" },
@@ -109,39 +103,25 @@ export default function JoinPage() {
description="Tell us about yourself and your interest in debate, public speaking, or critical thinking. We'll help you find the perfect program."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "school",
type: "text",
placeholder: "School or University",
required: true,
name: "school", type: "text", placeholder: "School or University", required: true,
},
{
name: "interest",
type: "text",
placeholder: "Primary Interest (Debate, Speaking, or Thinking)",
required: true,
name: "interest", type: "text", placeholder: "Primary Interest (Debate, Speaking, or Thinking)", required: true,
},
]}
textarea={{
name: "message",
placeholder:
"Tell us why you're interested in Learning Point and what you hope to achieve...",
rows: 5,
name: "message", placeholder:
"Tell us why you're interested in Learning Point and what you hope to achieve...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg"
imageAlt="Joining the community"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Join Us", href: "/join" },
{ label: "Mentors", href: "#" },
{ label: "Events", href: "#" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Free Guides", href: "/resources" },
{ label: "Video Library", href: "#" },
{ label: "Blog", href: "#" },
@@ -49,8 +46,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -66,7 +62,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
background="glowing-orb"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -78,9 +74,7 @@ export default function HomePage() {
brandName="Learning Point"
navItems={navItems}
button={{
text: "Join Community",
href: "/join",
}}
text: "Join Community", href: "/join"}}
/>
</div>
@@ -89,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" },
@@ -104,7 +98,7 @@ export default function HomePage() {
{ text: "Explore Resources", href: "/resources" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059056.jpg"
imageAlt="Students engaged in debate discussion"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -128,39 +122,18 @@ export default function HomePage() {
description="Three pillars of excellence designed to transform you into a confident, articulate communicator."
features={[
{
id: "debate-training",
label: "Debate",
title: "Structured Debate Training",
items: [
"Learn proven argumentation techniques",
"Master constructive cross-examination",
"Participate in moderated competitions",
"Build research and evidence skills",
],
id: "debate-training", label: "Debate", title: "Structured Debate Training", items: [
"Learn proven argumentation techniques", "Master constructive cross-examination", "Participate in moderated competitions", "Build research and evidence skills"],
buttons: [{ text: "Explore Debate", href: "/programs" }],
},
{
id: "public-speaking",
label: "Speaking",
title: "Public Speaking Mastery",
items: [
"Overcome presentation anxiety",
"Develop compelling delivery",
"Craft persuasive messages",
"Build stage confidence",
],
id: "public-speaking", label: "Speaking", title: "Public Speaking Mastery", items: [
"Overcome presentation anxiety", "Develop compelling delivery", "Craft persuasive messages", "Build stage confidence"],
buttons: [{ text: "Explore Speaking", href: "/programs" }],
},
{
id: "critical-thinking",
label: "Thinking",
title: "Critical Thinking Workshops",
items: [
"Analyze complex arguments logically",
"Identify logical fallacies",
"Develop reasoning frameworks",
"Build analytical resilience",
],
id: "critical-thinking", label: "Thinking", title: "Critical Thinking Workshops", items: [
"Analyze complex arguments logically", "Identify logical fallacies", "Develop reasoning frameworks", "Build analytical resilience"],
buttons: [{ text: "Explore Thinking", href: "/programs" }],
},
]}
@@ -180,77 +153,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Priya Sharma, University of Delhi",
date: "Date: 15 November 2024",
title: "Completely transformed my confidence",
quote: "Learning Point gave me the structure and support I needed to become a confident speaker. From my first debate to winning our regional competition, the growth was incredible. The mentors are exceptional and truly invested in your success.",
tag: "Debate Champion",
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213588.jpg",
avatarAlt: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213588.jpg",
imageAlt: "Priya Sharma portrait",
},
id: "1", name: "Priya Sharma, University of Delhi", date: "Date: 15 November 2024", title: "Completely transformed my confidence", quote: "Learning Point gave me the structure and support I needed to become a confident speaker. From my first debate to winning our regional competition, the growth was incredible. The mentors are exceptional and truly invested in your success.", tag: "Debate Champion", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213588.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213588.jpg", imageAlt: "Priya Sharma portrait"},
{
id: "2",
name: "Marcus Chen, Stanford University",
date: "Date: 08 October 2024",
title: "A game-changer for my career",
quote: "The public speaking workshops here are unmatched. I went from dreading presentations to confidently pitching my ideas to investors. Learning Point is an investment in yourself that pays dividends.",
tag: "Professional Speaker",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148612947.jpg",
avatarAlt: "Marcus Chen",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148612947.jpg",
imageAlt: "Marcus Chen portrait",
},
id: "2", name: "Marcus Chen, Stanford University", date: "Date: 08 October 2024", title: "A game-changer for my career", quote: "The public speaking workshops here are unmatched. I went from dreading presentations to confidently pitching my ideas to investors. Learning Point is an investment in yourself that pays dividends.", tag: "Professional Speaker", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148612947.jpg", avatarAlt: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-copy-space_23-2148612947.jpg", imageAlt: "Marcus Chen portrait"},
{
id: "3",
name: "Aisha Mohamed, Cambridge",
date: "Date: 22 September 2024",
title: "Sharpened my thinking forever",
quote: "The critical thinking workshops taught me to analyze arguments with surgical precision. I now approach problems with clarity and logic that extends far beyond debate into every area of my life.",
tag: "Critical Thinker",
avatarSrc: "http://img.b2bpic.net/free-photo/female-student-gown-standing-white-background-high-quality-photo_114579-52846.jpg",
avatarAlt: "Aisha Mohamed",
imageSrc: "http://img.b2bpic.net/free-photo/female-student-gown-standing-white-background-high-quality-photo_114579-52846.jpg",
imageAlt: "Aisha Mohamed portrait",
},
id: "3", name: "Aisha Mohamed, Cambridge", date: "Date: 22 September 2024", title: "Sharpened my thinking forever", quote: "The critical thinking workshops taught me to analyze arguments with surgical precision. I now approach problems with clarity and logic that extends far beyond debate into every area of my life.", tag: "Critical Thinker", avatarSrc: "http://img.b2bpic.net/free-photo/female-student-gown-standing-white-background-high-quality-photo_114579-52846.jpg", avatarAlt: "Aisha Mohamed", imageSrc: "http://img.b2bpic.net/free-photo/female-student-gown-standing-white-background-high-quality-photo_114579-52846.jpg", imageAlt: "Aisha Mohamed portrait"},
{
id: "4",
name: "Rajesh Patel, IIT Bombay",
date: "Date: 05 September 2024",
title: "Built friendships and skills",
quote: "Beyond the technical skills, Learning Point is a community of passionate thinkers. I've made lifelong friendships while developing my argumentation and speaking abilities.",
tag: "Community Member",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg",
avatarAlt: "Rajesh Patel",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg",
imageAlt: "Rajesh Patel portrait",
},
id: "4", name: "Rajesh Patel, IIT Bombay", date: "Date: 05 September 2024", title: "Built friendships and skills", quote: "Beyond the technical skills, Learning Point is a community of passionate thinkers. I've made lifelong friendships while developing my argumentation and speaking abilities.", tag: "Community Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg", imageAlt: "Rajesh Patel portrait"},
{
id: "5",
name: "Emma Johnson, Oxford",
date: "Date: 28 August 2024",
title: "My confidence multiplied",
quote: "I joined nervously, doubting my abilities. The structured approach and supportive environment helped me discover confidence I didn't know I had. Now I lead my university debate team.",
tag: "Team Leader",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg",
avatarAlt: "Emma Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg",
imageAlt: "Emma Johnson portrait",
},
id: "5", name: "Emma Johnson, Oxford", date: "Date: 28 August 2024", title: "My confidence multiplied", quote: "I joined nervously, doubting my abilities. The structured approach and supportive environment helped me discover confidence I didn't know I had. Now I lead my university debate team.", tag: "Team Leader", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg", avatarAlt: "Emma Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg", imageAlt: "Emma Johnson portrait"},
{
id: "6",
name: "David Okonkwo, University of Lagos",
date: "Date: 12 August 2024",
title: "Excellence through rigorous practice",
quote: "Learning Point's commitment to excellence is evident in every interaction. The feedback I receive is constructive, specific, and incredibly valuable for continuous improvement.",
tag: "Dedicated Learner",
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg",
avatarAlt: "David Okonkwo",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg",
imageAlt: "David Okonkwo portrait",
},
id: "6", name: "David Okonkwo, University of Lagos", date: "Date: 12 August 2024", title: "Excellence through rigorous practice", quote: "Learning Point's commitment to excellence is evident in every interaction. The feedback I receive is constructive, specific, and incredibly valuable for continuous improvement.", tag: "Dedicated Learner", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg", avatarAlt: "David Okonkwo", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg", imageAlt: "David Okonkwo portrait"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -264,32 +177,16 @@ export default function HomePage() {
description="Real numbers showing the real transformation happening in our community every day."
metrics={[
{
id: "1",
value: "5000",
title: "members",
description: "Growing community of passionate communicators",
icon: Users,
id: "1", value: "5000", title: "members", description: "Growing community of passionate communicators", icon: Users,
},
{
id: "2",
value: "200",
title: "debates",
description: "Structured competitions hosted annually",
icon: Zap,
id: "2", value: "200", title: "debates", description: "Structured competitions hosted annually", icon: Zap,
},
{
id: "3",
value: "92",
title: "percent",
description: "Show improved confidence in 3 months",
icon: TrendingUp,
id: "3", value: "92", title: "percent", description: "Show improved confidence in 3 months", icon: TrendingUp,
},
{
id: "4",
value: "85",
title: "percent",
description: "Report enhanced critical thinking skills",
icon: Brain,
id: "4", value: "85", title: "percent", description: "Report enhanced critical thinking skills", icon: Brain,
},
]}
gridVariant="uniform-all-items-equal"

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: "#" }],
},
]}

View File

@@ -18,8 +18,7 @@ export default function ResourcesPage() {
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 ResourcesPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Join Us", href: "/join" },
{ label: "Mentors", href: "#" },
{ label: "Events", href: "#" },
@@ -36,8 +34,7 @@ export default function ResourcesPage() {
],
},
{
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 ResourcesPage() {
],
},
{
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 ResourcesPage() {
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 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" },
@@ -100,42 +96,18 @@ export default function ResourcesPage() {
description="Curated content to support your growth at every stage."
features={[
{
id: "debate-guides",
label: "Debate",
title: "Debate Guides & Templates",
items: [
"Complete debate format handbooks",
"Case construction templates",
"Rebuttal frameworks and strategies",
"Evidence sourcing best practices",
"Tournament preparation checklists",
],
id: "debate-guides", label: "Debate", title: "Debate Guides & Templates", items: [
"Complete debate format handbooks", "Case construction templates", "Rebuttal frameworks and strategies", "Evidence sourcing best practices", "Tournament preparation checklists"],
buttons: [{ text: "Access Guides", href: "#" }],
},
{
id: "speaking-tips",
label: "Speaking",
title: "Public Speaking Tips & Tools",
items: [
"Speech structure outlines",
"Delivery techniques guide",
"Managing nervousness strategies",
"Storytelling frameworks",
"Presentation slide templates",
],
id: "speaking-tips", label: "Speaking", title: "Public Speaking Tips & Tools", items: [
"Speech structure outlines", "Delivery techniques guide", "Managing nervousness strategies", "Storytelling frameworks", "Presentation slide templates"],
buttons: [{ text: "Access Tips", href: "#" }],
},
{
id: "thinking-framework",
label: "Framework",
title: "Argument Building Frameworks",
items: [
"Logical reasoning models",
"Fallacy identification guide",
"Thesis development worksheets",
"Counter-argument planning tools",
"Evidence evaluation criteria",
],
id: "thinking-framework", label: "Framework", title: "Argument Building Frameworks", items: [
"Logical reasoning models", "Fallacy identification guide", "Thesis development worksheets", "Counter-argument planning tools", "Evidence evaluation criteria"],
buttons: [{ text: "Access Framework", href: "#" }],
},
]}