Update src/app/pricing-highlighted/page.tsx

This commit is contained in:
2026-05-15 16:47:54 +00:00
parent 5bc9a34210
commit 10bd348011

View File

@@ -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" }}
/>