From 13954f4b3beb0b9a57d3c52296e504f94edce61b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:47:10 +0000 Subject: [PATCH] Update src/app/studio/page.tsx --- src/app/studio/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/studio/page.tsx b/src/app/studio/page.tsx index 1527bf9..a5b391e 100644 --- a/src/app/studio/page.tsx +++ b/src/app/studio/page.tsx @@ -11,9 +11,9 @@ export default function StudioPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Pricing", id: "/#pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "Studio", id: "https://studio.dieter.ai" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/contact" }, ]; return (