Update navigation links to encourage users to learn more about Fadia

Renames "About Fadia" to "Meet Fadia" in header, footer, and NAV_LINKS constant.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/43769f16-f73b-45ef-b60b-927ee997597d.jpg
This commit is contained in:
JeffEmmett 2025-06-13 22:07:11 +00:00
parent 39d2210f86
commit 38d305e603
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ export default function Footer() {
href="/about"
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
>
About Fadia
Meet Fadia
</Link>
</li>
<li>

View File

@ -23,7 +23,7 @@ export default function Header() {
const navLinks = [
{ name: "Book a Class", path: "/calendar" },
{ name: "About Fadia", path: "/about" },
{ name: "Meet Fadia", path: "/about" },
{ name: "Contact", path: "/contact" },
];

View File

@ -129,7 +129,7 @@ export const TESTIMONIALS = [
// Navigation links
export const NAV_LINKS = [
{ name: "Book a Class", path: "/calendar" },
{ name: "About Fadia", path: "/about" },
{ name: "Meet Fadia", path: "/about" },
{ name: "Contact", path: "/contact" },
];