Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-27 09:33:45 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="MathMentor"
/>
@@ -54,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="MathMentor"
description="The ultimate resource hub for innovative math teachers. Access lesson plans, curriculum guides, and a community of experts dedicated to classroom success."
buttons={[
{
text: "Get Started",
href: "#about",
},
text: "Get Started", href: "#about"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWTeBJLENmpnudmkG5wHm4DAK8/a-high-quality-educational-image-for-mat-1774603989618-20989fc1.png"
@@ -82,35 +69,25 @@ export default function LandingPage() {
title="Empowering Teachers Daily"
buttons={[
{
text: "Explore Features",
href: "#features",
},
text: "Explore Features", href: "#features"},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureBento
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Organized Curricula",
description: "Browse our vast library of vetted math lesson plans and activities.",
bentoComponent: "reveal-icon",
icon: BookOpen,
title: "Organized Curricula", description: "Browse our vast library of vetted math lesson plans and activities.", bentoComponent: "reveal-icon", icon: BookOpen,
},
{
title: "Real-time Metrics",
description: "Track student progress and engagement with smart analytical tools.",
bentoComponent: "reveal-icon",
icon: BarChart2,
title: "Real-time Metrics", description: "Track student progress and engagement with smart analytical tools.", bentoComponent: "reveal-icon", icon: BarChart2,
},
{
title: "Teacher Community",
description: "Connect, share, and collaborate with math teachers around the world.",
bentoComponent: "reveal-icon",
icon: Users,
title: "Teacher Community", description: "Connect, share, and collaborate with math teachers around the world.", bentoComponent: "reveal-icon", icon: Users,
},
]}
title="Everything for Your Classroom"
@@ -123,14 +100,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"EdTech Monthly",
"Math Educator Global",
"Classroom Innovation Lab",
"National Math Council",
"Schools of Excellence",
"Future Education Org",
"MathMentor Pro",
]}
"EdTech Monthly", "Math Educator Global", "Classroom Innovation Lab", "National Math Council", "Schools of Excellence", "Future Education Org", "MathMentor Pro"]}
title="Trusted by Educators"
description="Used by thousands of math professionals in over 50 countries."
/>
@@ -141,20 +111,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Is this platform free?",
content: "We offer a basic free tier for all math teachers, with premium plans for institutional access.",
},
id: "1", title: "Is this platform free?", content: "We offer a basic free tier for all math teachers, with premium plans for institutional access."},
{
id: "2",
title: "Can I share my own plans?",
content: "Yes! Our community hub allows you to upload and share your lesson plans with peers.",
},
id: "2", title: "Can I share my own plans?", content: "Yes! Our community hub allows you to upload and share your lesson plans with peers."},
{
id: "3",
title: "Is it accessible for all grades?",
content: "We provide curriculum resources ranging from elementary to advanced secondary mathematics.",
},
id: "3", title: "Is it accessible for all grades?", content: "We provide curriculum resources ranging from elementary to advanced secondary mathematics."},
]}
sideTitle="Questions?"
sideDescription="We've got answers for you."
@@ -164,24 +125,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
animationType="blur-reveal"
useInvertedBackground={false}
faqs={[
{
id: "contact-1",
title: "Need technical assistance?",
content: "Our support team is available 24/7.",
},
id: "contact-1", title: "Need technical assistance?", content: "Our support team is available 24/7."},
{
id: "contact-2",
title: "Interested in partnerships?",
content: "Fill out our partnership form to get started.",
},
id: "contact-2", title: "Interested in partnerships?", content: "Fill out our partnership form to get started."},
]}
ctaTitle="Need More Support?"
ctaDescription="Get in touch for custom institutional pricing or specific curriculum needs."
ctaButton={{
text: "Contact Support",
}}
text: "Contact Support"}}
ctaIcon={Mail}
/>
</div>
@@ -190,42 +145,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}