Update constants/tier.tsx

This commit is contained in:
kleap-admin 2026-01-18 19:07:57 +00:00
parent 02328bcd87
commit 0f0a06c058
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export const tiers: Tier[] = [
],
featured: false,
cta: "Book a Call",
onClick: () => {},
onClick: () => window.location.href = "/contact",
},
{
name: "Growth",
@ -49,6 +49,6 @@ export const tiers: Tier[] = [
],
featured: true,
cta: "Book a Call",
onClick: () => {},
onClick: () => window.location.href = "/contact",
},
];