Update the main navigation links across the website header for clarity
Updates the site's header and NAV_LINKS constant to reflect the new navigation structure. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/be738b47-4912-4603-b9dd-cd5759576138.jpg
This commit is contained in:
parent
7b5d25b933
commit
042986e5b8
|
|
@ -22,10 +22,8 @@ export default function Header() {
|
|||
};
|
||||
|
||||
const navLinks = [
|
||||
{ name: "Home", path: "/" },
|
||||
{ name: "About", path: "/about" },
|
||||
{ name: "Classes", path: "/classes" },
|
||||
{ name: "Calendar", path: "/calendar" },
|
||||
{ name: "Book a Class", path: "/calendar" },
|
||||
{ name: "About Fadia", path: "/about" },
|
||||
{ name: "Community", path: "/community" },
|
||||
{ name: "Contact", path: "/contact" },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -128,9 +128,8 @@ export const TESTIMONIALS = [
|
|||
|
||||
// Navigation links
|
||||
export const NAV_LINKS = [
|
||||
{ name: "Home", path: "/" },
|
||||
{ name: "About", path: "/about" },
|
||||
{ name: "Classes", path: "/classes" },
|
||||
{ name: "Book a Class", path: "/calendar" },
|
||||
{ name: "About Fadia", path: "/about" },
|
||||
{ name: "Community", path: "/community" },
|
||||
{ name: "Contact", path: "/contact" },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue