Update src/app/about/page.tsx

This commit is contained in:
2026-03-26 09:49:44 +00:00
parent 33547f951c
commit 3f0f5a0e87

View File

@@ -31,27 +31,27 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Services",
id: "services",
href: "/services",
},
{
name: "Education",
id: "education",
href: "/education",
},
{
name: "About Us",
id: "about",
href: "/about",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="Financial Future Hub"