Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-28 16:53:09 +00:00
2 changed files with 2 additions and 2 deletions

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

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Products", id: "#products"},
{
name: "Education", href: "/education"},
name: "Education", id: "/education"},
{
name: "Testimonials", id: "#testimonials"},
{