From bf4b7dbfeb6e0392d24e3a404eea861ff4ba08ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:33:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 ++++++++++++----------------------------------- 1 file changed, 29 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 834b900..a78ec68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -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() {
@@ -190,42 +145,27 @@ export default function LandingPage() {