Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Education", href: "/education"},
|
||||
name: "Education", id: "/education"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user