Update src/app/blog/page.tsx

This commit is contained in:
2026-02-13 16:49:36 +00:00
parent 560f6b21af
commit baa886a513

View File

@@ -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" }}
/>