"use client"; import { RenderComponentWithSnippet } from "@/app/components/render"; import { EmptyScreen } from "@calcom/ui/components/empty-screen"; export const HtmlContentExample: React.FC = () => ( Custom Headline with HTML } description={

This is a custom description with multiple paragraphs.

You can include any HTML content here.

} buttonText="Learn More" buttonOnClick={() => alert("Learn More clicked")} />
);