diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3cad3f9..32796b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,8 +33,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -43,40 +42,22 @@ export default function AboutPage() {