Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user