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" + } + ]} />