FastCallToActionStandard
Preview
Setup
Add this component under the home->layout level.
- name: the component name
- config
- title: the main title
- description : describe the main functions
- buttons: support multiple buttons
- name: button name
- link: page to jump to
- description: the message below the button
app.config.ts
export default defineAppConfig({ app: { home: { layout: [ { name: 'FastCallToActionStandard', config: { title: "Lightning Fast SaaS Dev Made", description: "Get your product out faster and easier in just 10 minutes", button: {"name": "Get Started", "description": "Pay after login", link: "/pricing"}, } } ] } }})