From 3f0f5a0e874e8173a7c09d6845009161763d2344 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:49:44 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 28f6f76..5035814 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" From 058506dabf14d06285dccc9592451879bbc671a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:49:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea7d97..b0fd896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,27 +35,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"