From f376467ee0a3ce5ecae545a189864c0ee56b41fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:11:43 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 +}