From 04f3505de681e4ab7e9a6aa875d5f4c7f91ac47d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:01:55 +0200 Subject: [PATCH] Bob AI: add a new navigation item called Blog to the nav --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c056998..7e6e8bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,10 +38,11 @@ export default function TechAcademyPage() { { name: "Courses", id: "courses" }, { name: "About", id: "about" }, { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Blog", id: "blog" } ]} button={{ - text: "Enroll Now", href: "contact" + text: "Enroll Now", href: "contact" }} />