Update src/app/pricing/page.tsx

This commit is contained in:
2026-05-15 16:43:28 +00:00
parent b3af744e87
commit 6006a0c895

View File

@@ -29,7 +29,8 @@ export default function PricingPage() {
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "Pricing Highlights", id: "/pricing-highlighted" }
{ name: "Pricing Highlights", id: "/pricing-highlighted" },
{ name: "Pricing Highlighted Cards", id: "/pricing-highlighted-cards" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>