From 10bd348011de8dd523b103c3c19d13028a8c968e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:47:54 +0000 Subject: [PATCH] Update src/app/pricing-highlighted/page.tsx --- src/app/pricing-highlighted/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing-highlighted/page.tsx b/src/app/pricing-highlighted/page.tsx index 5c4c730..32f0a21 100644 --- a/src/app/pricing-highlighted/page.tsx +++ b/src/app/pricing-highlighted/page.tsx @@ -29,7 +29,7 @@ export default function PricingHighlightedPage() { { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Pricing", id: "/pricing" } + { name: "Pricing", id: "pricing" } ]} button={{ text: "Démarrer", href: "#contact" }} />