From 816a9320b2e458117df6b523d3bf272ff7d102d3 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 11:11:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c093e1a..3c7e8fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,10 @@ export default function HomePage() { navItems={[ { name: "Home", id: "/" }, { name: "Courses", id: "/courses" }, - { name: "Contact", id: "/contact" } - ]} + { name: "Contact", id: "/contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Enroll Now", href: "/contact" }} />