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