From fd67aeab9571efff6350f52e78d11d167389ebb6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 07:04:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c65be0b..425acb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,6 @@ export default function LandingPage() { name: "Home", id: "#home"}, { name: "Courses", id: "#courses"}, - { - name: "About", id: "#about"}, { name: "Features", id: "#features"}, { @@ -125,6 +123,11 @@ export default function LandingPage() { ]} title="Our Achievements & Commitment" description="Dedicated to fostering mathematical excellence and student success with measurable results." + buttons={[ + { + text: "Enroll in Free Trial", href: "#trial" + } + ]} /> -- 2.49.1