Update src/app/page.tsx

This commit is contained in:
2026-03-02 21:06:31 +00:00
parent 26d82883ef
commit eb0d4fb3c8

View File

@@ -27,7 +27,6 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="Adora Learn"
navItems={[
{ name: "How It Works", id: "how-it-works" },
{ name: "Features", id: "features" },
{ name: "Homework Help", id: "homework-help" },
{ name: "Parent Dashboard", id: "parent-dashboard" },
@@ -64,7 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Start Readiness Assessment", href: "#" },
{ text: "See How It Works", href: "#how-it-works" }
{ text: "See How It Works", href: "#features" }
]}
buttonAnimation="slide-up"
/>
@@ -84,30 +83,6 @@ export default function LandingPage() {
/>
</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">
<FeatureCardSeven
title="District-Specific Socratic Tutoring"
@@ -276,7 +251,6 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
{ label: "How It Works", href: "#how-it-works" },
{ label: "Features", href: "#features" },
{ label: "Homework Help", href: "#homework-help" },
{ label: "Parent Dashboard", href: "#parent-dashboard" }