Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"node": "20.19"
},
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"@lightpanda/common": "*",
"@tabler/icons-react": "^3.34.0",
"next": "^15.2.2",
Expand Down
4 changes: 4 additions & 0 deletions src/components/lightpanda/Calcom.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'use client'
import EmbedCalcom from '@calcom/embed-react'

export const Calcom = async () => <EmbedCalcom calLink="team/lightpanda/technical-support" />
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Callout } from 'nextra/components'

---
title: Go to production with Lightpanda cloud
description: Learn how to use a remote Lightpanda browser
---
import { Callout } from 'nextra/components'
import { Tabs } from 'nextra/components'
import { Calcom } from './../../components/lightpanda/Calcom'

# 4. Go to production

Expand Down Expand Up @@ -198,3 +198,9 @@ interception.
If you require on premise deployment, proprietary licensing, or enterprise
features such as multi-context tabs and sandboxing, reach out to us at
[[email protected]](mailto:[email protected]).

## Need help?

Stuck or have questions about your use case? Book a 30-minute technical call with our team.
<br />
<Calcom />