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() {