From 5542d198c0cfe16ba4b808f1a979dc1b6434a2b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:37:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9bc70b..93a8140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,41 +47,22 @@ export default function LandingPage() {
@@ -100,9 +73,7 @@ export default function LandingPage() { title="About Our Classroom" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -114,28 +85,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Graphing Calculator", - description: "Access Desmos for powerful graphing and exploration.", - bentoComponent: "reveal-icon", - icon: BarChart, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-math-science-pi-symbol-copy-space-notepad_23-2148416111.jpg", - imageAlt: "Flat lay math and science pi symbol and copy space notepad", + title: "Graphing Calculator", description: "Access Desmos for powerful graphing and exploration.", bentoComponent: "reveal-icon", icon: BarChart, }, { - title: "Big Ideas Support", - description: "Direct links to help and exercises for Big Ideas math.", - bentoComponent: "reveal-icon", - icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048930.jpg?_wi=2", - imageAlt: "Flat lay math and science pi symbol and copy space notepad", + title: "Big Ideas Support", description: "Direct links to help and exercises for Big Ideas math.", bentoComponent: "reveal-icon", icon: BookOpen, }, { - title: "Problem Solving", - description: "Free help sessions and step-by-step guidance.", - bentoComponent: "reveal-icon", - icon: HelpCircle, - imageSrc: "http://img.b2bpic.net/free-photo/rendering-portrait-anime-doctor_23-2151151934.jpg?_wi=2", - imageAlt: "Flat lay math and science pi symbol and copy space notepad", + title: "Problem Solving", description: "Free help sessions and step-by-step guidance.", bentoComponent: "reveal-icon", icon: HelpCircle, }, ]} title="Essential Math Tools" @@ -145,30 +101,16 @@ export default function LandingPage() {
@@ -266,29 +168,19 @@ export default function LandingPage() {