Components
Loading preview...
A classic call to action block with 2 buttons - left aligned
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/shadcnblocks-com-cta10import { Cta10 } from "@/components/blocks/shadcnblocks-com-cta10"
const demoData = {
heading: "Ready to Get Started?",
description:
"Join thousands of satisfied customers using our platform to build amazing websites.",
buttons: {
primary: {
text: "Get Started",
url: "https://www.shadcnblocks.com",
},
secondary: {
text: "Learn More",
url: "https://www.shadcnblocks.com",
},
},
};
function Cta10Demo() {
return <Cta10 {...demoData} />;
}
export { Cta10Demo };