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" /> 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() {