From bac3c38ee4e3b2d14a1c479a772083778d2d70eb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:30:35 +0200 Subject: [PATCH] Bob AI: add a new navigation item called Blog to the nav --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 633a0c9..8a10dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,8 @@ 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 to the nav", id: "blog-to-the-nav" } ]} button={{ text: "Enroll Now", href: "contact"