Update src/app/education/page.tsx

This commit is contained in:
2026-05-28 16:53:06 +00:00
parent 56f971a332
commit 54413e620f

View File

@@ -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" },
]}