CTAs
---
block:
_bookshop_name: blocks/cta/simple
heading: Unleash *Creative* Potential
sub_text: >-
Elevate your brand with StudioSpark. From strategy to design, we craft
unforgettable digital experiences that connect.
color_scheme: null
buttons:
- label: Start your first Project
link: null
icon: sparkles
type: secondary
outline: true
---
{% bookshop "{{block._bookshop_name}}" bind: block %}
Examples
Simple Center
---
block:
_bookshop_name: blocks/cta/simple
heading: Grow Your Online Presence
sub_text: null
color_scheme: light
buttons:
- label: Book a Demo
link: /demo/
icon: calendar
type: contrast
outline: false
- label: Explore Features
link: null
icon: null
type: secondary
outline: true
---
{% bookshop "{{block._bookshop_name}}" bind: block %}
---
block:
_bookshop_name: blocks/cta/simple
heading: Grow Your Online Presence
sub_text: null
color_scheme: dark
buttons:
- label: Book a Demo
link: /demo/
icon: calendar
type: contrast
outline: false
- label: Explore Features
link: null
icon: null
type: secondary
outline: true
---
{% bookshop "{{block._bookshop_name}}" bind: block %}