Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb0d4fb3c8 | |||
| 26d82883ef |
@@ -27,7 +27,6 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Adora Learn"
|
brandName="Adora Learn"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "How It Works", id: "how-it-works" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Homework Help", id: "homework-help" },
|
{ name: "Homework Help", id: "homework-help" },
|
||||||
{ name: "Parent Dashboard", id: "parent-dashboard" },
|
{ name: "Parent Dashboard", id: "parent-dashboard" },
|
||||||
@@ -64,7 +63,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Readiness Assessment", href: "#" },
|
{ text: "Start Readiness Assessment", href: "#" },
|
||||||
{ text: "See How It Works", href: "#how-it-works" }
|
{ text: "See How It Works", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -84,30 +83,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="how-it-works" data-section="how-it-works">
|
|
||||||
<FeatureCardSeven
|
|
||||||
title="How It Works"
|
|
||||||
description="Three steps to measurable mastery."
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: 1,
|
|
||||||
title: "Diagnose", description: "State-aligned assessment pinpoints exact mastery gaps and learning needs.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-doctor-writing-patient-daily-report-checklist_53876-14932.jpg", imageAlt: "Diagnose"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
title: "Strengthen", description: "Custom AI Socratic tutoring guides thinking through real-world examples and progressive hints.", imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "Strengthen"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Track Progress", description: "Parents see strand-level growth, mastery trends, and readiness scores—transparent and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg", imageAlt: "Track Progress"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
title="District-Specific Socratic Tutoring"
|
title="District-Specific Socratic Tutoring"
|
||||||
@@ -276,7 +251,6 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product", items: [
|
title: "Product", items: [
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
|
||||||
{ label: "Features", href: "#features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Homework Help", href: "#homework-help" },
|
{ label: "Homework Help", href: "#homework-help" },
|
||||||
{ label: "Parent Dashboard", href: "#parent-dashboard" }
|
{ label: "Parent Dashboard", href: "#parent-dashboard" }
|
||||||
|
|||||||
Reference in New Issue
Block a user