Update src/app/blog/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user