Update src/app/comparison/page.tsx

This commit is contained in:
2026-05-15 16:43:27 +00:00
parent 1bdaccb998
commit 27848dfc81

View File

@@ -28,7 +28,8 @@ export default function ComparisonPage() {
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" }, { 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" }} button={{ text: "Démarrer", href: "#contact" }}
/> />