2 Commits

Author SHA1 Message Date
fd67aeab95 Update src/app/page.tsx 2026-06-06 07:04:12 +00:00
ce035b9bc3 Merge version_3 into main
Merge version_3 into main
2026-06-06 07:01:14 +00:00

View File

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