diff --git a/src/app/pricing-highlighted-cards/page.tsx b/src/app/pricing-highlighted-cards/page.tsx index 80d6cac..4b2112b 100644 --- a/src/app/pricing-highlighted-cards/page.tsx +++ b/src/app/pricing-highlighted-cards/page.tsx @@ -28,10 +28,10 @@ export default function PricingHighlightedCardsPage() { { name: "Réalisations", id: "work" }, { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, - { name: "Contact", id: "contact" }, - { name: "Pricing", id: "pricing" } + { name: "Contact", id: "/contact" }, + { name: "Tarifs", id: "pricing" } ]} - button={{ text: "Démarrer", href: "#contact" }} + button={{ text: "Démarrer", href: "/contact" }} />