From a817105e6675451bdead195f641fb2cdd0d7e0e7 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 09:44:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 82 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 63 deletions(-) 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() {