diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0bdf961..7ec8284 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,6 +32,7 @@ export default function BlogPage() { { name: "Services", id: "services" }, { name: "Results", id: "results" }, { name: "Pricing", id: "pricing" }, + { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} button={{ text: "Start Transformation", href: "#contact" }} @@ -66,6 +67,7 @@ export default function BlogPage() { { label: "Home", href: "#" }, { label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, + { label: "Products", href: "#products" }, { label: "Results", href: "#results" } ] },