The CallToAction component renders a collection of action buttons that encourage user interaction. It displays multiple links as styled buttons in a horizontal layout, perfect for driving user engagement and conversions.
The component is used to present primary actions such as "Sign Up", "Learn More", "Contact Us", or other conversion-focused buttons on pages.
- Links: Collection of link objects containing:
- text: Button label text
- url: Target URL for the button
No Visual Builder style options are currently configured for the CallToAction component.
[Placeholder for CallToAction component screenshot showing button layout]
CallToAction.astro- Main component implementationcallToAction.graphql- GraphQL fragment for component data
- Supports multiple action buttons in a single component
- Uses DaisyUI button components for consistent styling
- Handles empty or missing links gracefully
- Simple and focused implementation for maximum conversion impact
- Responsive design works well on all device sizes