From 80ad9bbc9046ee6e6c8fdec0a34c778679125c81 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:46:07 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c6c2e49..8486922 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -28,9 +28,7 @@ export default function PricingPage() { { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Pricing", id: "/pricing" }, - { name: "Pricing Highlights", id: "/pricing-highlighted" }, - { name: "Pricing Highlighted Cards", id: "/pricing-highlighted-cards" } + { name: "Pricing", id: "/pricing" } ]} button={{ text: "Démarrer", href: "#contact" }} />