Update src/app/page.tsx
This commit is contained in:
@@ -32,8 +32,10 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Courses", id: "/courses" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
{ name: "Contact", id: "/contact" },
|
||||
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
button={{ text: "Enroll Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user