diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 9714699..147028a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -12,7 +12,7 @@ export default function PricingPage() { { name: "Features", id: "/#features" }, { name: "Pricing", id: "/pricing" }, { name: "Studio", id: "https://studio.dieter.ai" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -41,71 +41,33 @@ export default function PricingPage() {