diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8050560..4d42861 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,9 +29,10 @@ export default function ContactPage() { brandName="Webild" navItems={[ { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + { name: "Blog", id: "https://blog.webild.io" }, ]} /> @@ -77,4 +78,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}