From e1b71fed9456bb97c4daa444c7b9ada795fa896a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:47:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 351d189..250216c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,8 +8,8 @@ import Link from "next/link"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Features", id: "/" }, - { name: "Pricing", id: "/" }, + { name: "Features", id: "/#features" }, + { name: "Pricing", id: "/pricing" }, { name: "Studio", id: "https://studio.dieter.ai" }, { name: "Contact", id: "/contact" }, ]; @@ -44,13 +44,9 @@ export default function ContactPage() { useInvertedBackground={false} buttons={[ { - text: "Launch Dieter Studio", - href: "https://studio.dieter.ai", - }, + text: "Launch Dieter Studio", href: "https://studio.dieter.ai"}, { - text: "Book a Demo", - href: "mailto:hello@dieter.studio", - }, + text: "Book a Demo", href: "mailto:hello@dieter.studio"}, ]} /> @@ -73,12 +69,12 @@ export default function ContactPage() {
  • - + Features - +
  • - + Pricing