From 8802ee27fabe497ee63fdf17b55e6a3ce8eca7a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:35:30 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 086a8b7..78da5ca 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,13 +28,13 @@ export default function BlogPage() { brandName="Old Florida Construction Co." navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, - { name: "Process", id: "process" }, - { name: "Contact", id: "contact" }, + { name: "Services", id: "/#services" }, + { name: "About", id: "/#trust-authority" }, + { name: "Reviews", id: "/#reviews" }, + { name: "Process", id: "/#process" }, + { name: "Contact", id: "/#contact" }, ]} - button={{ text: "Request Estimate", href: "#contact" }} + button={{ text: "Request Estimate", href: "/#contact" }} className="py-4 px-6 md:px-10 lg:px-16" /> -- 2.49.1 From 3ce48e83c2faec66a6aaf1712e7e6637c023f575 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:35:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 963a49f..71ef816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() {