Update constants/tier.tsx
This commit is contained in:
parent
02328bcd87
commit
0f0a06c058
|
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue