diff --git a/README.md b/README.md index d2ada0232..2178ab031 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please read through our [contributing guide](.github/CONTRIBUTING.md) before sta ## Let's talk -Book us with Cal.com +Book us with Cal.com ## Authors diff --git a/apps/dashboard/app/(app)/settings/billing/plans/page.tsx b/apps/dashboard/app/(app)/settings/billing/plans/page.tsx index ccd83f6fe..445085c11 100644 --- a/apps/dashboard/app/(app)/settings/billing/plans/page.tsx +++ b/apps/dashboard/app/(app)/settings/billing/plans/page.tsx @@ -45,7 +45,7 @@ const tiers = { }, custom: { name: "Custom", - href: "https://cal.com/team/unkey/unkey-chat", + href: "https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss", price: "Let's talk", description: "We offer custom pricing for those with volume needs", buttonText: "Schedule a call", diff --git a/apps/www/components/cta.tsx b/apps/www/components/cta.tsx index 6512221d9..d1f5a89ab 100644 --- a/apps/www/components/cta.tsx +++ b/apps/www/components/cta.tsx @@ -19,7 +19,10 @@ export const CTA: React.FC = () => { } >
- + diff --git a/apps/www/components/footer/footer.tsx b/apps/www/components/footer/footer.tsx index 885a8ff2a..5beb995c2 100644 --- a/apps/www/components/footer/footer.tsx +++ b/apps/www/components/footer/footer.tsx @@ -43,7 +43,7 @@ const navigation = [ { title: "OSS Friends", href: "/oss-friends" }, { title: "Book a Call", - href: "https://cal.com/team/unkey/unkey-chat??utm_source=banner&utm_campaign=oss", + href: "https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss", external: true, }, ],