Sections
CTA Section
Call-to-action section with customizable heading and button
Live Preview
๐
Ready for the next layer?
Pick a track, study the references, and build something real while you learn.
Built for deliberate practice
Installation
// Copy the CtaSection component fromsrc/components/sections/CtaSection.tsx
Usage
import { CtaSection } from '@/components/sections/CtaSection'export default function MyPage() {return (<CtaSection />)}
Examples
Default CTA
Using default props
๐
Ready for the next layer?
Pick a track, study the references, and build something real while you learn.
Built for deliberate practice
Custom CTA
Customized heading and button
๐
Need help?
Our team is here to assist you
Built for deliberate practice
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
heading | string | "Ready for the next layer?" | Main heading text |
subheading | string | - | Secondary heading text |
ctaLabel | string | "Explore tracks" | Button text |
ctaHref | string | "/products" | Button link destination |
Features
- โGray background with white card
- โRocket emoji decoration
- โCustomizable heading and CTA
- โDisclaimer text
- โCentered layout