From bd6ffcba20c5d7f4d1750f94f00092fdc88c5de0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:47:09 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 74 +++++++++------------------------------- 1 file changed, 16 insertions(+), 58 deletions(-) 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() {