From 54bb7c56d16bc1db7ddbcf0a7ef32c457b096ec2 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 10:09:18 +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 615dedd..c43e51d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,8 +36,10 @@ export default function LandingPage() { { name: "Courses", id: "courses" }, { name: "About", id: "about" }, { name: "Team", id: "team" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} /> -- 2.49.1