{# Demo CTA Banner Displays contextual call-to-action banners throughout the demo. Positioned at bottom of page content or inline. Required context: - concept: Store concept (pc, ou, se) - conceptInfo: Concept display information Optional context: - ctaType: Type of CTA (tour_complete, feature_highlight, session_ending) - ctaPosition: Position (bottom, inline, sidebar) @see docs/specs/021-demo-dashboard/product-requirements.md (Feature 8) #} {% set ctaType = ctaType|default('default') %} {% set ctaPosition = ctaPosition|default('bottom') %} {% if ctaType == 'tour_complete' %} {# Tour completion CTA - emphasis on conversion #}
You've explored all the features!

Ready to see how BuyerKiosk can transform your {{ conceptInfo.name }} store?

{% elseif ctaType == 'session_ending' %} {# Session ending soon CTA #}
Your demo session is ending soon

Want to continue exploring? Contact us to set up a full demo or start a free trial.

{% elseif ctaType == 'feature_highlight' %} {# Feature-specific CTA #}
Want this feature for your store?

See how {{ featureName|default('this feature') }} can boost your operations.

Learn More
{% else %} {# Default sticky bottom CTA #}
BuyerKiosk
Like what you see?

Get BuyerKiosk for your {{ conceptInfo.name }} franchise

{% endif %}