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 (