From 421aa48525b3676d781c7d4d449f2dc3b1489fce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:45:03 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index fa978eb..7634001 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -12,35 +12,29 @@ import Link from 'next/link'; export default function PricingPage() { const navItems = [ { name: "Services", id: "services" }, - { name: "Process", id: "process" }, { name: "Pricing", id: "pricing" }, + { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]; return (