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

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

View File

@@ -30,7 +30,8 @@ export default function PricingHighlightedPage() {
{ 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" }}
/>