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:
JeffEmmett 2025-06-13 18:16:14 +00:00
parent 7b5d25b933
commit 042986e5b8
2 changed files with 4 additions and 7 deletions

View File

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

View File

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