src/components/marketing/cta.tsx
How to Customize
There are two primary ways to customize theCTA component, depending on whether you want to change the content everywhere or just in one specific place.
- Change Default Content (Global)
- Override with Props (Specific Page)
If you want to change the main CTA content throughout your site, edit the default values directly in the component. This is the recommended approach for your primary, most-used CTA.The default text and link are set in the function’s parameters. Edit these values to set your new default call to action.Once you change these values, any instance of
src/components/marketing/cta.tsx
<CTA /> used without props will display your new default content.