--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base #### THEME CONFIG #### theme: main: class: "pt-0" ### PAGE CONFIG ### # Alternative page defaults - shared content lives here so competitor pages only need competitor-specific data alternative: competitor: name: "Competitor" description: "" hero: tagline: "The #1 {{ page.resolved.alternative.competitor.name }} alternative" headline: "{{ site.brand.name }} vs" headline_accent: "{{ page.resolved.alternative.competitor.name }}" description: "Looking for a {{ page.resolved.alternative.competitor.name }} alternative? See why thousands of users choose {{ site.brand.name }} for a faster, more powerful experience." primary_button: text: "Try free for 14 days" icon: "rocket" href: "/pricing" class: "btn-light" secondary_button: text: "See all features" icon: "list-check" href: "/pricing" class: "btn-outline-light" comparison: superheadline: icon: "scale-balanced" text: "Head to Head" headline: "See how we" headline_accent: "compare" subheadline: "A side-by-side look at {{ site.brand.name }} vs {{ page.resolved.alternative.competitor.name }}" features: [] why_switch: superheadline: icon: "arrow-right-arrow-left" text: "Why switch" headline: "Why teams are switching to" headline_accent: "{{ site.brand.name }}" subheadline: "Here's what makes us different" items: - title: "10x faster performance" description: "Our platform is built on modern infrastructure that delivers blazing-fast load times and real-time updates. No more waiting around for pages to load or data to sync." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-1.svg" - title: "Built for teams of all sizes" description: "Whether you're a solo founder or a growing enterprise, our flexible workspace adapts to your needs. Collaborate seamlessly with unlimited team members on any plan." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-2.svg" - title: "AI that actually works" description: "Our AI features aren't just a gimmick. They're deeply integrated into every workflow to help you automate repetitive tasks and make smarter decisions faster." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-3.svg" video: superheadline: icon: "circle-play" text: "Watch demo" headline: "See {{ site.brand.name }} in" headline_accent: "action" subheadline: "A quick walkthrough of what makes {{ site.brand.name }} the best {{ page.resolved.alternative.competitor.name }} alternative" youtube_id: null testimonials: superheadline: icon: "megaphone" text: "Testimonials" headline: "People {% uj_icon \"heart\", \"text-danger\" %} " headline_accent: "{{ site.brand.name }}" subheadline: "Hear from real users who made the switch" items: - quote: "We made the switch and the difference is night and day. Everything just works faster." author: "Sarah Johnson" role: "Product Manager" company: "TechStart Inc" initial: "S" - quote: "The AI features alone justified the switch. We're saving 10+ hours per week on repetitive tasks." author: "Michael Chen" role: "CTO" company: "DataFlow" initial: "M" - quote: "The support team responds within minutes. It's refreshing to work with a company that actually cares." author: "Emily Davis" role: "Operations Director" company: "Creative Studio" initial: "E" stats: - number: "50,000+" label: "Active users" sublabel: "From 120+ Countries" icon: "users" color: "primary" - number: "4.9" label: "Average rating" icon: "star" color: "warning" show_stars: true - number: "99.99%" label: "Uptime" sublabel: "Enterprise-Grade" icon: "shield-check" color: "success" - number: "24/7" label: "Support" sublabel: "Real humans" icon: "headset" color: "info" faqs: superheadline: icon: "messages-question" text: "FAQs" headline: "Switching" headline_accent: "questions" subheadline: "Everything you need to know about switching from {{ page.resolved.alternative.competitor.name }} to {{ site.brand.name }}" items: - question: "Can I import my data from {{ page.resolved.alternative.competitor.name }}?" answer: "Yes! We offer a one-click migration tool that imports all your projects, files, and settings. The entire process takes just a few minutes." - question: "Is there a free trial?" answer: "Absolutely. You get a full 14-day free trial with access to all premium features. No credit card required to start." - question: "How does pricing compare to {{ page.resolved.alternative.competitor.name }}?" answer: "Our plans start at the same price point but include significantly more features. Most teams find they save money by switching because they no longer need additional tools." - question: "What if I need help migrating?" answer: "Our support team is available 24/7 to help with your migration. We also offer dedicated onboarding sessions for teams of 10+ members." - question: "Can I cancel anytime?" answer: "Yes, you can cancel your subscription at any time with no questions asked. We also offer a 30-day money-back guarantee." section_cta: text: "Get started free" icon: "rocket" href: "/pricing" cta: superheadline: icon: "rocket" text: "Make the Switch" headline: "Ready to leave" headline_accent: "{{ page.resolved.alternative.competitor.name }} behind?" description: "Join thousands who chose {{ site.brand.name }}. Start your free trial today — no credit card required." primary_button: text: "Start free trial" icon: "rocket" href: "/pricing" secondary_button: text: "Talk to sales" icon: "comments" href: "/contact" --- {% assign alt = page.resolved.alternative %}
{% iftruthy alt.hero.tagline %}

{{ alt.hero.tagline | uj_liquify }}

{% endiftruthy %}

{{ alt.hero.headline | uj_liquify }} {{ alt.hero.headline_accent | uj_liquify }}

{% iftruthy alt.hero.description %}

{{ alt.hero.description | uj_liquify }}

{% endiftruthy %} {% assign primary_btn_class = alt.hero.primary_button.class | default: "btn-light" %} {% assign secondary_btn_class = alt.hero.secondary_button.class | default: "btn-outline-light" %}
{% assign comparison_features = alt.comparison.features %} {% assign comparison_size = comparison_features | size %} {% if comparison_size > 0 %}
{% iftruthy alt.comparison.superheadline.text %} {% iftruthy alt.comparison.superheadline.icon %} {% uj_icon alt.comparison.superheadline.icon, "me-1" %} {% endiftruthy %} {{ alt.comparison.superheadline.text }} {% endiftruthy %}

{{ alt.comparison.headline | uj_liquify }} {% iftruthy alt.comparison.headline_accent %} {{ alt.comparison.headline_accent | uj_liquify }} {% endiftruthy %}

{% iftruthy alt.comparison.subheadline %}

{{ alt.comparison.subheadline | uj_liquify }}

{% endiftruthy %}
{% for feature in comparison_features %} {% endfor %}
Feature {{ site.brand.name }} {{ alt.competitor.name }}
{% iftruthy feature.icon %} {% uj_icon feature.icon, "fa-md me-2 text-muted" %} {% endiftruthy %} {{ feature.name }} {% if feature.ours.value == true %} {% uj_icon "circle-check", "text-success fs-4" %} {% elsif feature.ours.value == false %} {% uj_icon "circle-xmark", "text-muted fs-4 opacity-25" %} {% else %} {{ feature.ours.value }} {% endif %} {% if feature.theirs.value == true %} {% uj_icon "circle-check", "text-success fs-4" %} {% elsif feature.theirs.value == false %} {% uj_icon "circle-xmark", "text-muted fs-4 opacity-25" %} {% else %} {{ feature.theirs.value }} {% endif %}
{% iftruthy alt.section_cta.text %} {% endiftruthy %}
{% endif %} {% assign why_switch_items = alt.why_switch.items %} {% assign why_switch_size = why_switch_items | size %} {% if why_switch_size > 0 %}
{% iftruthy alt.why_switch.superheadline.text %} {% iftruthy alt.why_switch.superheadline.icon %} {% uj_icon alt.why_switch.superheadline.icon, "me-1" %} {% endiftruthy %} {{ alt.why_switch.superheadline.text }} {% endiftruthy %}

{{ alt.why_switch.headline | uj_liquify }} {% iftruthy alt.why_switch.headline_accent %} {{ alt.why_switch.headline_accent | uj_liquify }} {% endiftruthy %}

{% iftruthy alt.why_switch.subheadline %}

{{ alt.why_switch.subheadline | uj_liquify }}

{% endiftruthy %}
{% for item in why_switch_items %} {% assign is_even = forloop.index | modulo: 2 %} {% if is_even == 0 %} {% assign image_col_class = "col-lg-6 order-lg-2" %} {% assign text_col_class = "col-lg-6 order-lg-1 pe-lg-5" %} {% else %} {% assign image_col_class = "col-lg-6" %} {% assign text_col_class = "col-lg-6 ps-lg-5" %} {% endif %}
{% iftruthy item.image %}
{% uj_image item.image, class="w-100 h-100 object-fit-cover rounded", alt=item.title %}
{% endiftruthy %}
{% iftruthy item.icon %}
{% uj_icon item.icon, "display-5 text-primary" %}
{% endiftruthy %}

{{ item.title | uj_liquify }}

{{ item.description | uj_liquify }}

{% endfor %} {% iftruthy alt.section_cta.text %} {% endiftruthy %}
{% endif %} {% iftruthy alt.video.youtube_id %}
{% iftruthy alt.video.superheadline.text %} {% iftruthy alt.video.superheadline.icon %} {% uj_icon alt.video.superheadline.icon, "me-1" %} {% endiftruthy %} {{ alt.video.superheadline.text }} {% endiftruthy %}

{{ alt.video.headline | uj_liquify }} {% iftruthy alt.video.headline_accent %} {{ alt.video.headline_accent | uj_liquify }} {% endiftruthy %}

{% iftruthy alt.video.subheadline %}

{{ alt.video.subheadline | uj_liquify }}

{% endiftruthy %}
{% iftruthy alt.section_cta.text %} {% endiftruthy %}
{% endiftruthy %} {% assign testimonials_size = alt.testimonials.items | size %} {% if testimonials_size > 0 %} {% include themes/classy/frontend/components/testimonial-scroll.html testimonials=alt.testimonials %} {% endif %} {% assign stats_size = alt.stats | size %} {% if stats_size > 0 %}
{% for stat in alt.stats %}
{% uj_icon stat.icon, "text-{{ stat.color }} display-4" %}

{{ stat.number }}

{% iftruthy stat.show_stars %}
{% for i in (1..5) %} {% uj_icon "star", "text-{{ stat.color }}" %} {% endfor %}
{% endiftruthy %}

{{ stat.label }}

{% iftruthy stat.sublabel %}

{{ stat.sublabel }}

{% endiftruthy %}
{% endfor %}
{% iftruthy alt.section_cta.text %} {% endiftruthy %}
{% endif %} {% assign faqs_size = alt.faqs.items | size %} {% if faqs_size > 0 %}
{% iftruthy alt.faqs.superheadline.text %} {% iftruthy alt.faqs.superheadline.icon %} {% uj_icon alt.faqs.superheadline.icon, "me-1" %} {% endiftruthy %} {{ alt.faqs.superheadline.text }} {% endiftruthy %}

{{ alt.faqs.headline | uj_liquify }} {% iftruthy alt.faqs.headline_accent %} {{ alt.faqs.headline_accent | uj_liquify }} {% endiftruthy %}

{% iftruthy alt.faqs.subheadline %}

{{ alt.faqs.subheadline | uj_liquify }}

{% endiftruthy %}
{% for faq in alt.faqs.items %}

{{ faq.answer | uj_liquify }}
{% endfor %}
{% endif %} {% iftruthy alt.cta.headline %}
{% uj_icon "rocket", "text-white" %}
{% uj_icon "sparkles", "text-white" %}
{% iftruthy alt.cta.superheadline.text %} {% iftruthy alt.cta.superheadline.icon %} {% uj_icon alt.cta.superheadline.icon, "me-1" %} {% endiftruthy %} {{ alt.cta.superheadline.text }} {% endiftruthy %}

{{ alt.cta.headline | uj_liquify }} {% iftruthy alt.cta.headline_accent %} {{ alt.cta.headline_accent | uj_liquify }} {% endiftruthy %}

{% iftruthy alt.cta.description %}

{{ alt.cta.description | uj_liquify }}

{% endiftruthy %}
{% endiftruthy %} {{ content | uj_content_format }}