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"