diff --git a/package.json b/package.json index e357f8d..cbf35c3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/lightpanda/Calcom.tsx b/src/components/lightpanda/Calcom.tsx new file mode 100644 index 0000000..1ec3e82 --- /dev/null +++ b/src/components/lightpanda/Calcom.tsx @@ -0,0 +1,4 @@ +'use client' +import EmbedCalcom from '@calcom/embed-react' + +export const Calcom = async () => diff --git a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx index 7d15af3..ca742f4 100644 --- a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx +++ b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx @@ -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 @@ -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 [hello@lightpanda.io](mailto:hello@lightpanda.io). + +## Need help? + +Stuck or have questions about your use case? Book a 30-minute technical call with our team. +
+ \ No newline at end of file