Bob AI: add a new navigation item called Blog to the nav
This commit is contained in:
@@ -38,7 +38,8 @@ export default function TechAcademyPage() {
|
|||||||
{ name: "Courses", id: "courses" },
|
{ name: "Courses", id: "courses" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
|
{ name: "Blog to the nav", id: "blog-to-the-nav" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Enroll Now", href: "contact"
|
text: "Enroll Now", href: "contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user