Merge version_1 into main #1
138
src/app/page.tsx
138
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "/tools",
|
||||
},
|
||||
name: "Tools", id: "/tools"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="STEMBridge Tools"
|
||||
/>
|
||||
@@ -55,37 +47,23 @@ export default function LandingPage() {
|
||||
description="Bridge the gap between theory and understanding. Use our free, interactive solvers to master Physics, Math, and Chemistry concepts with ease."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
text: "Explore Tools", href: "/tools"},
|
||||
{
|
||||
text: "Read the Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
text: "Read the Blog", href: "/blog"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/science-experiment-laboratory-formula-chemical-concept_53876-125544.jpg"
|
||||
imageAlt="STEMBridge tools dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-provides-cancer-screening-guidance-patient-office_482257-126373.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-provides-cancer-screening-guidance-patient-office_482257-126373.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/notepad-with-green-screen-working-labooratory-with-mock-up-monitor-chroma-key-display-while-professional-engineer-testing-virus-evolution-background-high-tech-development-lab_482257-13921.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/notepad-with-green-screen-working-labooratory-with-mock-up-monitor-chroma-key-display-while-professional-engineer-testing-virus-evolution-background-high-tech-development-lab_482257-13921.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/scientist-making-calculations_1098-21182.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/scientist-making-calculations_1098-21182.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nobody-scientific-laboratory-with-research-equipment_482257-26859.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/nobody-scientific-laboratory-with-research-equipment_482257-26859.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/calculator-app-front-side_187299-39203.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/calculator-app-front-side_187299-39203.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ students worldwide"
|
||||
/>
|
||||
@@ -97,23 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Physics Solver",
|
||||
description: "Step-by-step guidance for complex motion and force problems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037219.jpg",
|
||||
imageAlt: "Physics",
|
||||
},
|
||||
title: "Physics Solver", description: "Step-by-step guidance for complex motion and force problems.", imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037219.jpg", imageAlt: "Physics"},
|
||||
{
|
||||
title: "Math Equation Balancer",
|
||||
description: "Master algebra and chemistry balancing with clear logic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-school-supplies-assortment_23-2148913521.jpg",
|
||||
imageAlt: "Math",
|
||||
},
|
||||
title: "Math Equation Balancer", description: "Master algebra and chemistry balancing with clear logic.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-school-supplies-assortment_23-2148913521.jpg", imageAlt: "Math"},
|
||||
{
|
||||
title: "Word Problem Logic",
|
||||
description: "Break down long-form problems into manageable logical steps.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-laboratory-equipment-neon-lights_23-2151807433.jpg",
|
||||
imageAlt: "Chemistry",
|
||||
},
|
||||
title: "Word Problem Logic", description: "Break down long-form problems into manageable logical steps.", imageSrc: "http://img.b2bpic.net/free-photo/view-laboratory-equipment-neon-lights_23-2151807433.jpg", imageAlt: "Chemistry"},
|
||||
]}
|
||||
title="Empowering Student Success"
|
||||
description="Our tools simplify complex calculations while teaching the logic behind them."
|
||||
@@ -125,19 +91,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are these tools free?",
|
||||
content: "Yes, all STEMBridge tools are completely free for students.",
|
||||
},
|
||||
id: "q1", title: "Are these tools free?", content: "Yes, all STEMBridge tools are completely free for students."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you collect data?",
|
||||
content: "We only collect basic diagnostic info. Check our Privacy Policy.",
|
||||
},
|
||||
id: "q2", title: "Do you collect data?", content: "We only collect basic diagnostic info. Check our Privacy Policy."},
|
||||
]}
|
||||
sideTitle="Need Help?"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Common Questions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,22 +109,12 @@ export default function LandingPage() {
|
||||
description="Helping students understand complex science through technology."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10K+",
|
||||
title: "Active Users",
|
||||
items: [
|
||||
"Students",
|
||||
"Teachers",
|
||||
],
|
||||
id: "m1", value: "10K+", title: "Active Users", items: [
|
||||
"Students", "Teachers"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50K+",
|
||||
title: "Problems Solved",
|
||||
items: [
|
||||
"Physics",
|
||||
"Chemistry",
|
||||
],
|
||||
id: "m2", value: "50K+", title: "Problems Solved", items: [
|
||||
"Physics", "Chemistry"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -180,37 +129,20 @@ export default function LandingPage() {
|
||||
description="Choose the right plan for your learning needs."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Basic",
|
||||
price: "Free",
|
||||
subtitle: "Core Features",
|
||||
buttons: [
|
||||
id: "p1", badge: "Basic", price: "Free", subtitle: "Core Features", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/tools",
|
||||
},
|
||||
text: "Get Started", href: "/tools"},
|
||||
],
|
||||
features: [
|
||||
"Access to all solvers",
|
||||
"Mobile friendly",
|
||||
],
|
||||
"Access to all solvers", "Mobile friendly"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Pro",
|
||||
price: "$9/mo",
|
||||
subtitle: "Advanced Learning",
|
||||
buttons: [
|
||||
id: "p2", badge: "Pro", price: "$9/mo", subtitle: "Advanced Learning", buttons: [
|
||||
{
|
||||
text: "Upgrade",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Upgrade", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Ad-free experience",
|
||||
"Unlimited history",
|
||||
"Priority support",
|
||||
],
|
||||
"Ad-free experience", "Unlimited history", "Priority support"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -220,25 +152,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Physics",
|
||||
href: "/tools",
|
||||
},
|
||||
label: "Physics", href: "/tools"},
|
||||
{
|
||||
label: "Math",
|
||||
href: "/tools",
|
||||
},
|
||||
label: "Math", href: "/tools"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user