import HeroTitle from "@/components/shared/HeroTitle"; import Layout from "@/components/shared/Layout"; import ImageWebhooks from "@/images/webhook-png.png"; import Image from "next/image"; import CTA from "../components/shared/CTA"; import FeatureHighlight from "@/components/shared/FeatureHighlight"; const WebhooksPage = () => ( } isImgLeft cta="Read docs" href="/docs" /> ); export default WebhooksPage;