From 88802fa7fdec835a7712b1145a5beffd2b4c50ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6f483b..5266b78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,8 @@ export default function LandingPage() { buttons={[ { text: "Enroll Now", href: "/register"}, + { + text: "View Curriculum", href: "/curriculum"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/young-adult-wakes-up-black-student-university-library-after-falling-asleep_482257-123348.jpg" @@ -171,10 +173,6 @@ export default function LandingPage() {
); -} \ No newline at end of file +}