diff --git a/src/app/education/page.tsx b/src/app/education/page.tsx index eb1d940..8960ea6 100644 --- a/src/app/education/page.tsx +++ b/src/app/education/page.tsx @@ -28,7 +28,7 @@ export default function EducationPage() { { name: "Home", id: "#hero" }, { name: "About", id: "#about" }, { name: "Products", id: "#products" }, - { name: "Education", href: "/education" }, + { name: "Education", id: "/education" }, { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ede516..9444842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { { name: "Products", id: "#products"}, { - name: "Education", href: "/education"}, + name: "Education", id: "/education"}, { name: "Testimonials", id: "#testimonials"}, {