Merge version_2 into main #1
255
src/app/page.tsx
255
src/app/page.tsx
@@ -31,39 +31,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="MathWhiz"
|
||||
button={{
|
||||
text: "Play Now",
|
||||
href: "#home",
|
||||
}}
|
||||
text: "Play Now", href: "#home"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,20 +55,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Unlock Your Inner MathWhiz!"
|
||||
description="Master addition, subtraction, multiplication, and division with our fun, interactive quick quizzes and engaging game modes designed for all ages."
|
||||
tag="Game On!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Playing",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Start Playing", href: "#features"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-vr-glasses_23-2148925463.jpg"
|
||||
imageAlt="Children happily playing a math game on tablets"
|
||||
@@ -100,17 +79,11 @@ export default function LandingPage() {
|
||||
tag="About MathWhiz"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Adaptive Learning",
|
||||
description: "Challenges adjust to your skill level for optimal progress.",
|
||||
},
|
||||
title: "Adaptive Learning", description: "Challenges adjust to your skill level for optimal progress."},
|
||||
{
|
||||
title: "Instant Feedback",
|
||||
description: "Understand your mistakes and learn faster with real-time results.",
|
||||
},
|
||||
title: "Instant Feedback", description: "Understand your mistakes and learn faster with real-time results."},
|
||||
{
|
||||
title: "Progress Tracking",
|
||||
description: "Monitor your growth and celebrate your achievements.",
|
||||
},
|
||||
title: "Progress Tracking", description: "Monitor your growth and celebrate your achievements."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/schoolgirl-sitting-with-school-love-sign_23-2147879341.jpg"
|
||||
imageAlt="Family learning math together with a tablet"
|
||||
@@ -125,37 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "addition",
|
||||
title: "Addition Adventures",
|
||||
description: "Boost your adding speed and accuracy with engaging exercises.",
|
||||
tag: "Sum It Up!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bingo-game-elements_23-2149181835.jpg",
|
||||
imageAlt: "Illustration of addition concept",
|
||||
},
|
||||
id: "addition", title: "Addition Adventures", description: "Boost your adding speed and accuracy with engaging exercises.", tag: "Sum It Up!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bingo-game-elements_23-2149181835.jpg", imageAlt: "Illustration of addition concept"},
|
||||
{
|
||||
id: "subtraction",
|
||||
title: "Subtraction Challenges",
|
||||
description: "Master taking away with fun and intuitive subtraction games.",
|
||||
tag: "Take Away!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-astronaut-kid-playing_23-2149836536.jpg",
|
||||
imageAlt: "Illustration of subtraction concept",
|
||||
},
|
||||
id: "subtraction", title: "Subtraction Challenges", description: "Master taking away with fun and intuitive subtraction games.", tag: "Take Away!", imageSrc: "http://img.b2bpic.net/free-photo/cute-astronaut-kid-playing_23-2149836536.jpg", imageAlt: "Illustration of subtraction concept"},
|
||||
{
|
||||
id: "multiplication",
|
||||
title: "Multiplication Mania",
|
||||
description: "Conquer times tables and multiplication facts with exciting quizzes.",
|
||||
tag: "Multiply Fast!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calculator-app-front-side_187299-39203.jpg",
|
||||
imageAlt: "Illustration of multiplication concept",
|
||||
},
|
||||
id: "multiplication", title: "Multiplication Mania", description: "Conquer times tables and multiplication facts with exciting quizzes.", tag: "Multiply Fast!", imageSrc: "http://img.b2bpic.net/free-photo/calculator-app-front-side_187299-39203.jpg", imageAlt: "Illustration of multiplication concept"},
|
||||
{
|
||||
id: "division",
|
||||
title: "Division Dash",
|
||||
description: "Learn to divide numbers accurately and quickly, making sharing simple.",
|
||||
tag: "Divide & Conquer!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-concept-turquoise-table-flat-lay-hand-pulling-placing-wooden-block_176474-9373.jpg",
|
||||
imageAlt: "Illustration of division concept",
|
||||
},
|
||||
id: "division", title: "Division Dash", description: "Learn to divide numbers accurately and quickly, making sharing simple.", tag: "Divide & Conquer!", imageSrc: "http://img.b2bpic.net/free-photo/business-strategy-concept-turquoise-table-flat-lay-hand-pulling-placing-wooden-block_176474-9373.jpg", imageAlt: "Illustration of division concept"},
|
||||
]}
|
||||
title="Explore Key Operations"
|
||||
description="Dive into specific challenges for addition, subtraction, multiplication, and division, or mix them up for a comprehensive mathematical workout. Each mode offers tailored practice."
|
||||
@@ -170,28 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10M+",
|
||||
title: "Quizzes Completed",
|
||||
items: [
|
||||
"Practice makes perfect!",
|
||||
],
|
||||
id: "m1", value: "10M+", title: "Quizzes Completed", items: [
|
||||
"Practice makes perfect!"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100K+",
|
||||
title: "Students Engaged",
|
||||
items: [
|
||||
"Worldwide math learners",
|
||||
],
|
||||
id: "m2", value: "100K+", title: "Students Engaged", items: [
|
||||
"Worldwide math learners"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Improved Scores",
|
||||
items: [
|
||||
"Users report better grades",
|
||||
],
|
||||
id: "m3", value: "95%", title: "Improved Scores", items: [
|
||||
"Users report better grades"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact So Far"
|
||||
@@ -207,64 +144,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah P.",
|
||||
role: "Parent",
|
||||
company: "Satisfied User",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-with-newborn_624325-426.jpg",
|
||||
imageAlt: "Sarah P., Parent",
|
||||
},
|
||||
id: "1", name: "Sarah P.", role: "Parent", company: "Satisfied User", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-with-newborn_624325-426.jpg", imageAlt: "Sarah P., Parent"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
role: "Educator",
|
||||
company: "Bright Minds School",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-taking-selfie-home_23-2148301594.jpg",
|
||||
imageAlt: "Michael T., Educator",
|
||||
},
|
||||
id: "2", name: "Michael T.", role: "Educator", company: "Bright Minds School", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-taking-selfie-home_23-2148301594.jpg", imageAlt: "Michael T., Educator"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
role: "Student (Grade 4)",
|
||||
company: "Math Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-outdoors-smiling_23-2148886387.jpg",
|
||||
imageAlt: "Emily C., Student",
|
||||
},
|
||||
id: "3", name: "Emily C.", role: "Student (Grade 4)", company: "Math Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-outdoors-smiling_23-2148886387.jpg", imageAlt: "Emily C., Student"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Parent",
|
||||
company: "Happy Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-surprised-woman-looking-with-hands-near-face-trendy-girl-casual-summer-clothes-female-posing-near-gray-wall_158538-1453.jpg",
|
||||
imageAlt: "David L., Parent",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Parent", company: "Happy Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-surprised-woman-looking-with-hands-near-face-trendy-girl-casual-summer-clothes-female-posing-near-gray-wall_158538-1453.jpg", imageAlt: "David L., Parent"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica R.",
|
||||
role: "Math Teacher",
|
||||
company: "Innovation Academy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515824.jpg",
|
||||
imageAlt: "Jessica R., Math Teacher",
|
||||
},
|
||||
id: "5", name: "Jessica R.", role: "Math Teacher", company: "Innovation Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515824.jpg", imageAlt: "Jessica R., Math Teacher"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "5", label: "Star Rating"},
|
||||
{
|
||||
value: "9/10",
|
||||
label: "Recommend",
|
||||
},
|
||||
value: "9/10", label: "Recommend"},
|
||||
{
|
||||
value: "500K+",
|
||||
label: "Downloads",
|
||||
},
|
||||
value: "500K+", label: "Downloads"},
|
||||
]}
|
||||
title="What Our Users Say"
|
||||
description="Hear from parents, students, and educators who are loving their MathWhiz journey and seeing real results."
|
||||
@@ -278,35 +179,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What age group is MathWhiz designed for?",
|
||||
content: "MathWhiz is designed for learners of all ages, from elementary school students needing foundational practice to adults looking to sharpen their mental math skills. Our adaptive challenges cater to various proficiency levels.",
|
||||
},
|
||||
id: "q1", title: "What age group is MathWhiz designed for?", content: "MathWhiz is for all ages, from elementary students to adults. Adaptive challenges suit various skill levels."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I track my progress in MathWhiz?",
|
||||
content: "Absolutely! MathWhiz includes a comprehensive progress tracking system where you can monitor your scores, identify areas for improvement, and see your mastery grow across different operations and quiz types.",
|
||||
},
|
||||
id: "q2", title: "Can I track my progress in MathWhiz?", content: "Yes, MathWhiz tracks your progress, scores, and areas for improvement across operations and quiz types."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there different game modes available?",
|
||||
content: "Yes, we offer multiple game modes including quick quizzes for specific operations (addition, subtraction, multiplication, division), mixed operation challenges, and timed tests to boost your speed and accuracy.",
|
||||
},
|
||||
id: "q3", title: "Are there different game modes available?", content: "We offer quick quizzes for specific operations (addition, subtraction, multiplication, division), mixed challenges, and timed tests."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Is MathWhiz available on all devices?",
|
||||
content: "MathWhiz is a web-based platform, accessible on any device with a modern web browser, including desktops, laptops, tablets, and smartphones. No downloads required, just pure math fun!",
|
||||
},
|
||||
id: "q4", title: "Is MathWhiz available on all devices?", content: "MathWhiz is web-based, accessible on any device with a modern browser (desktops, tablets, smartphones). No downloads needed!"},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Is there a free version of MathWhiz?",
|
||||
content: "We offer a free trial with access to basic features and a selection of quizzes so you can experience the fun and effectiveness of MathWhiz before committing to a full subscription.",
|
||||
},
|
||||
id: "q5", title: "Is there a free version of MathWhiz?", content: "We offer a free trial with basic features and quizzes to let you experience MathWhiz before subscribing."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "How do I get support if I have an issue?",
|
||||
content: "Our support team is ready to help! You can reach us via the contact form on this page or by emailing support@mathwhiz.com. We aim to respond to all inquiries within 24 hours.",
|
||||
},
|
||||
id: "q6", title: "How do I get support if I have an issue?", content: "Our support team is ready to help via the contact form or email support@mathwhiz.com. We respond within 24 hours."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about MathWhiz? We've got answers to help you get started and make the most of your learning journey."
|
||||
@@ -319,8 +202,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Master Math?"
|
||||
description="Join our community of learners! Enter your email to receive game updates, tips, and special offers. For support, please use the form below."
|
||||
@@ -335,58 +217,35 @@ export default function LandingPage() {
|
||||
logoText="MathWhiz"
|
||||
columns={[
|
||||
{
|
||||
title: "Game",
|
||||
items: [
|
||||
title: "Game", items: [
|
||||
{
|
||||
label: "Addition",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Addition", href: "#features"},
|
||||
{
|
||||
label: "Subtraction",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Subtraction", href: "#features"},
|
||||
{
|
||||
label: "Multiplication",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Multiplication", href: "#features"},
|
||||
{
|
||||
label: "Division",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Division", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user