Update src/app/blog/page.tsx

This commit is contained in:
2026-02-26 19:47:51 +00:00
parent 2b948fe25d
commit 51e7392a53

View File

@@ -29,10 +29,9 @@ export default function BlogPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Customers", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "About", id: "/about" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" }
]}
brandName="AIFlow"
bottomLeftText="Enterprise AI Solutions"