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

This commit is contained in:
2026-02-02 10:01:55 +02:00
parent 59e2acd577
commit 04f3505de6

View File

@@ -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"
}}
/>
</div>