diff --git a/packages/features/tips/Tips.tsx b/packages/features/tips/Tips.tsx index 4526974cd9..9e707bb29b 100644 --- a/packages/features/tips/Tips.tsx +++ b/packages/features/tips/Tips.tsx @@ -93,6 +93,14 @@ export const tips = [ description: "Get a better understanding of your business", href: "https://go.cal.com/insights", }, + { + id: 12, + thumbnailUrl: "https://ph-files.imgix.net/46d376e1-f897-40fc-9921-c64de971ee13.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=390&h=220&fit=max&dpr=2", + mediaLink: "https://go.cal.com/cal-ai", + title: "Cal.ai", + description: "Your personal AI scheduling assistant", + href: "https://go.cal.com/cal-ai", + } ]; const reversedTips = tips.slice(0).reverse();