diff --git a/front/components/PlansTables.tsx b/front/components/PlansTables.tsx index 275a9444f6c8..2c2508e2343a 100644 --- a/front/components/PlansTables.tsx +++ b/front/components/PlansTables.tsx @@ -189,18 +189,26 @@ export function ProPriceTable({ /> ) )} - - {plan && plan.code !== PRO_PLAN_SEAT_29_CODE && ( + + {display === "landing" && ( + +
+ Try it for free for 2 weeks +
+
+ )} + {onClick && (!plan || plan.code !== PRO_PLAN_SEAT_29_CODE) && ( +