Update src/app/blog/page.tsx

This commit is contained in:
2026-02-26 23:55:42 +00:00
parent 58141395dc
commit d8c03e7db4

View File

@@ -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" }
]
},