Update src/app/blog/page.tsx

This commit is contained in:
2026-02-18 21:50:57 +00:00
parent 9192e32f01
commit 1714d47de5

View File

@@ -32,7 +32,8 @@ export default function BlogPage() {
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" }
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" }
]}
button={{ text: "Start Your Project", href: "#contact" }}
/>
@@ -70,7 +71,7 @@ export default function BlogPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Team", href: "#" },
{ label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]