Update src/app/blog/page.tsx
This commit is contained in:
@@ -29,9 +29,8 @@ export default function BlogPage() {
|
||||
brandName="AppFlow"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Pricing", id: "metrics" }
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Testimonials", id: "#testimonials" }
|
||||
]}
|
||||
button={{ text: "Download App", href: "#cta" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user