Skip to content

Commit bfc03fe

Browse files
Update demo booking URLs to lemcal.com (#40)
* Update demo booking URLs to lemcal.com - Update CAL_REQUEST_DEMO_URL to https://app.lemcal.com/@jhtevis/30-minutes for small companies (less than 10 employees) - Update CAL_ENTERPRISE_FOLLOW_UP_URL to https://app.lemcal.com/@alek/reflex-demo?back=1 for enterprise companies (10+ employees) - Maintains existing routing logic based on company size while updating to new booking system Co-Authored-By: Alek <[email protected]> * Add ?back=1 parameter to small company booking URL - Update CAL_REQUEST_DEMO_URL to include ?back=1 parameter - Now both small and enterprise booking URLs have consistent back parameter Co-Authored-By: Alek <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek <[email protected]>
1 parent 6334a06 commit bfc03fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex_ui/blocks/demo_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
COMMONROOM_DESTINATION_ID = os.getenv("COMMONROOM_DESTINATION_ID", "")
2727
COMMONROOM_API_TOKEN = os.getenv("COMMONROOM_API_TOKEN", "")
2828
CAL_REQUEST_DEMO_URL = os.getenv(
29-
"CAL_REQUEST_DEMO_URL", "https://cal.com/team/reflex/reflex-intro-call"
29+
"CAL_REQUEST_DEMO_URL", "https://app.lemcal.com/@jhtevis/30-minutes?back=1"
3030
)
3131
CAL_ENTERPRISE_FOLLOW_UP_URL = os.getenv(
3232
"CAL_ENTERPRISE_FOLLOW_UP_URL",
33-
"https://cal.com/team/reflex/reflex-intro",
33+
"https://app.lemcal.com/@alek/reflex-demo?back=1",
3434
)
3535
SLACK_DEMO_WEBHOOK_URL = os.getenv("SLACK_DEMO_WEBHOOK_URL", "")
3636
POSTHOG_API_KEY = os.getenv("POSTHOG_API_KEY", "")

0 commit comments

Comments
 (0)