From 0f0a06c058cbc1105a0788ae26a36ff321b5107a Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 19:07:57 +0000 Subject: [PATCH] Update constants/tier.tsx --- constants/tier.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }, ];