Update src/app/blog/page.tsx

This commit is contained in:
2026-02-25 12:50:25 +00:00
parent 42a0d09e0a
commit 73fd4f8ba2

View File

@@ -33,7 +33,7 @@ export default function BlogPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "/contact" }
]}
/>
</div>