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 (