1717import reflex_ui as ui
1818
1919CAL_REQUEST_DEMO_URL = os .getenv (
20- "CAL_REQUEST_DEMO_URL" , "https://cal.com/team/reflex/reflexdemo "
20+ "CAL_REQUEST_DEMO_URL" , "https://cal.com/team/reflex/reflex-intro "
2121)
2222CAL_ENTERPRISE_FOLLOW_UP_URL = os .getenv (
2323 "CAL_ENTERPRISE_FOLLOW_UP_URL" ,
24- "https://cal.com/team/reflex/reflex-team-enterprise-follow-up-call " ,
24+ "https://cal.com/team/reflex/reflex-intro " ,
2525)
2626SLACK_DEMO_WEBHOOK_URL = os .getenv ("SLACK_DEMO_WEBHOOK_URL" , "" )
2727POSTHOG_API_KEY = os .getenv ("POSTHOG_API_KEY" , "" )
@@ -360,7 +360,7 @@ def get_component(cls, **props):
360360 rx .el .div (
361361 input_field ("Job title" , "CTO" , "job_title" , "text" , True ),
362362 input_field (
363- "Company name * " , "Pynecone, Inc." , "company_name" , "text" , True
363+ "Company name" , "Pynecone, Inc." , "company_name" , "text" , True
364364 ),
365365 class_name = "grid grid-cols-2 gap-4" ,
366366 ),
@@ -369,10 +369,10 @@ def get_component(cls, **props):
369369 "https://linkedin.com/in/your-profile" ,
370370 "linkedin_profile_url" ,
371371 "text" ,
372- True ,
372+ False ,
373373 ),
374374 input_field (
375- "Phone number (optional) " ,
375+ "Phone number" ,
376376 "+1 (555) 123-4567" ,
377377 "phone_number" ,
378378 "tel" ,
0 commit comments