diff --git a/src/app/pricing-highlighted/page.tsx b/src/app/pricing-highlighted/page.tsx index b924760..9aba7c4 100644 --- a/src/app/pricing-highlighted/page.tsx +++ b/src/app/pricing-highlighted/page.tsx @@ -30,7 +30,7 @@ export default function PricingHighlightedPage() { { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, { name: "Pricing", id: "/pricing" }, - { name: "Features Comparison", id: "/comparison" }, + { name: "Nos Offres", id: "/comparison" }, { name: "Pricing Highlights", id: "/pricing-highlighted" } ]} button={{ text: "Démarrer", href: "#contact" }} @@ -58,4 +58,4 @@ export default function PricingHighlightedPage() { ); -} +} \ No newline at end of file