Update src/app/page.tsx

This commit is contained in:
2026-02-04 10:09:18 +00:00
parent 8c3fefe3f1
commit 54bb7c56d1

View File

@@ -36,8 +36,10 @@ export default function LandingPage() {
{ name: "Courses", id: "courses" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
/>
</div>