Bob AI: add a new navigation item called Blog to the nav

This commit is contained in:
2026-02-02 10:30:35 +02:00
parent ff4b7b2298
commit bac3c38ee4

View File

@@ -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"