diff --git a/constants/tier.tsx b/constants/tier.tsx index 2f0a43b..a7d0be5 100644 --- a/constants/tier.tsx +++ b/constants/tier.tsx @@ -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", }, ];