From d05f58d33af11fb738c06467deb557f323e02605 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:26:25 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 43 ++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b97bada..811f438 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -11,9 +11,9 @@ import { Rocket, Sparkles, Crown } from "lucide-react"; export default function PricingPage() { const navItems = [ { name: "Features", id: "/features" }, - { name: "How It Works", id: "/" }, + { name: "How It Works", id: "product" }, { name: "Pricing", id: "/pricing" }, - { name: "FAQ", id: "/contact" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "/contact" }, ]; @@ -46,16 +46,16 @@ export default function PricingPage() { return (