--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base #### THEME CONFIG #### theme: main: class: "pt-0" ### PAGE CONFIG ### # Hero Section hero: tagline: "Introducing {{ site.brand.name }}" headline: "The #1 platform
for business" headline_accent: "success" description: "AI automation for modern businesses made simple" demo: enabled: false type: "input" placement: "bottom" options: class: "mw-md" placeholder: "Enter your email" name: "email" input_type: "email" required: true redirect: "/dashboard" subtext: "No credit card required" button: text: "Start free trial" icon: "rocket" class: "btn-adaptive-inverse" primary_button: text: "Get started free" icon: "rocket" href: "/dashboard" class: "btn-light" secondary_button: text: "See pricing" icon: "book-open" href: "/pricing" class: "btn-outline-light" badge: title: "Industry leader" subtitle: "2024 award" icon: "trophy" # Trusted By Section trusted_by: headline: "Trusted by the best" logos: # - name: "airbnb" - name: "amazon" - name: "google" - name: "hubspot" - name: "paypal" # - name: "netflix" # - name: "spotify" - name: "slack" - name: "shopify" - name: "stripe" # - name: "uber" # Product Demo Section product_demo: superheadline: icon: "rocket" text: "Demo" headline: "See {{ site.brand.name }} in" headline_accent: "action" subheadline: "Explore powerful features that help you succeed" tabs: - id: "dashboard" label: "Dashboard" icon: "gauge-high" video: "https://cdn.itwcreativeworks.com/assets/sample/videos/demos/16x9/sample-demo-1.webm" features: - "Easy setup" - "Powerful tools" - "Fast performance" - "Real-time updates" - "Simple interface" - id: "analytics" label: "Analytics" icon: "chart-line" video: "https://cdn.itwcreativeworks.com/assets/sample/videos/demos/16x9/sample-demo-2.webm" features: - "Advanced analytics" - "Custom reports" - "Data insights" - "Export options" - "Team collaboration" - id: "security" label: "Security" icon: "shield-halved" video: "https://cdn.itwcreativeworks.com/assets/sample/videos/demos/16x9/sample-demo-3.webm" features: - "Enterprise security" - "Access control" - "Audit trails" - "Compliance tools" - "Data protection" # Showcase Section showcase: superheadline: icon: "cubes" text: "Showcase" headline: "What makes {{ site.brand.name }}" headline_accent: "different" subheadline: "Powerful features designed to accelerate your success" image_ratio: "4x3" # Options: 1x1, 4x3, 16x9, 21x9 image_object_position: "center" # Options: center, top, bottom, left, right items: - title: "Seamless integration" description: "Connect with your existing tools and platforms effortlessly. Our system automatically syncs data and streamlines your workflow for maximum efficiency." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-1.svg" - title: "Data-driven insights" description: "Make informed decisions with real-time analytics and actionable insights that help you understand what matters most to your business." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-2.svg" - title: "Smart automation" description: "Focus on what matters while our intelligent platform handles routine tasks automatically, working 24/7 to keep your business running smoothly." image: "https://cdn.itwcreativeworks.com/assets/sample/images/demos/1x1/sample-demo-3.svg" # Features Section features: superheadline: icon: "sparkles" text: "Features" headline: "Design made" headline_accent: "simple" subheadline: "Get unlimited design requests delivered fast with our streamlined process." cta_button: text: "Get started" icon: "rocket" href: "/dashboard" items: - title: "Subscribe" description: "Choose your plan and submit unlimited design requests." icon: "rotate" - title: "Receive" description: "Get your designs delivered in as fast as two business days." icon: "bolt" - title: "Revise" description: "Request unlimited revisions until it's perfect." icon: "thumbs-up" # Testimonials Section testimonials: superheadline: icon: "megaphone" text: "Testimonials" headline: "People {% uj_icon \"heart\", \"text-danger\" %} " headline_accent: "{{ site.brand.name }}" subheadline: "Hear from real people who have transformed their business with us" items: - quote: "This platform transformed my business. The support is incredible!" author: "Sarah Johnson" role: "CEO" company: "TechStart Inc" initial: "S" - quote: "Best investment I've made. Achieved more here than with any consultant." author: "Michael Chen" role: "Founder" company: "DataFlow" initial: "M" - quote: "The community support made all the difference in our growth journey." author: "Emily Davis" role: "Director" company: "Creative Studio" initial: "E" # Stats Section stats: - number: "50,000+" label: "Active users" sublabel: "From 120+ countries" icon: "users" color: "primary" - number: "200+" label: "Solutions" sublabel: "Industry-leading" icon: "book" color: "success" - number: "4.9" label: "Average rating" icon: "star" color: "warning" show_stars: true - number: "98%" label: "Success rate" sublabel: "Business growth" icon: "certificate" color: "info" # CTA Section cta: superheadline: icon: "rocket" text: "Launch" headline: "Ready to transform your" headline_accent: "business?" description: "Join thousands of successful companies who have already accelerated their growth with {{ site.brand.name }}" primary_button: text: "Start today" icon: "rocket" href: "/dashboard" secondary_button: text: "Talk to an expert" icon: "comments" href: "/contact" --- {% assign demo = page.resolved.hero.demo %} {% assign demo_placement = demo.placement | default: "bottom" %} {% assign is_side_layout = false %} {% if demo.enabled and demo_placement == "side" %} {% assign is_side_layout = true %} {% endif %} {% comment %} Capture demo content once to avoid duplication {% endcomment %} {% capture hero_demo_content %} {% if demo.type == "input" %}
{% assign demo_btn_class = demo.options.button.class | default: "btn-adaptive-inverse" %}
{% elsif demo.type == "form" %}
{% assign autofocus_set = false %} {% for field in demo.options.fields %} {% assign field_size = field.size | default: "half" %}
{% iftruthy field.label %} {% endiftruthy %} {% if field.type == "select" %} {% elsif field.type == "textarea" %} {% else %} {% endif %}
{% endfor %} {% assign form_btn_class = demo.options.button.class | default: "btn-adaptive-inverse" %}
{% elsif demo.type == "video" %}
{% uj_video demo.options.src, class="w-100 d-block object-fit-cover border-0", controls="{{ demo.options.controls }}", loop="{{ demo.options.loop }}", autoplay="{{ demo.options.autoplay }}", playsinline="true", muted="{{ demo.options.muted }}", preload="metadata" %}
{% elsif demo.type == "custom" %}
{{ demo.options.content }}
{% endif %} {% iftruthy demo.options.subtext %}

{{ demo.options.subtext }}

{% endiftruthy %} {% endcapture %} {% comment %} Capture CTA buttons {% endcomment %} {% capture hero_cta_buttons %} {% assign primary_btn_class = page.resolved.hero.primary_button.class | default: "btn-adaptive" %} {% assign secondary_btn_class = page.resolved.hero.secondary_button.class | default: "btn-outline-adaptive" %} {% assign show_primary = page.resolved.hero.primary_button.enabled %} {% assign show_secondary = page.resolved.hero.secondary_button.enabled %} {% if show_primary == nil %}{% assign show_primary = true %}{% endif %} {% if show_secondary == nil %}{% assign show_secondary = true %}{% endif %} {% if show_primary or show_secondary %}
{% if show_primary %} {% uj_icon page.resolved.hero.primary_button.icon, "me-2" %} {{ page.resolved.hero.primary_button.text }} {% endif %} {% if show_secondary %} {% uj_icon page.resolved.hero.secondary_button.icon, "me-2" %} {{ page.resolved.hero.secondary_button.text }} {% endif %}
{% endif %} {% endcapture %}

{{ page.resolved.hero.tagline }}

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{{ page.resolved.hero.description }}

{% if is_side_layout %} {{ hero_cta_buttons }} {% else %} {{ hero_cta_buttons }} {% if demo.enabled %}
{{ hero_demo_content }}
{% endif %} {% endif %}
{% if is_side_layout %}
{{ hero_demo_content }}
{% endif %}

{{ page.resolved.trusted_by.headline }}

{% for logo in page.resolved.trusted_by.logos %} {% endfor %}
{% iftruthy page.resolved.product_demo.superheadline.text %} {% iftruthy page.resolved.product_demo.superheadline.icon %} {% uj_icon page.resolved.product_demo.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.product_demo.superheadline.text }} {% endiftruthy %}

{{ page.resolved.product_demo.headline }} {{ page.resolved.product_demo.headline_accent }}

{{ page.resolved.product_demo.subheadline }}

{% for tab in page.resolved.product_demo.tabs %}
{% for feature in tab.features %}
{% uj_icon "check", "text-success me-2" %} {{ feature }}
{% endfor %}
{% uj_video tab.video, class="w-100 d-block object-fit-cover rounded border-0", style="", controls="false", loop="true", autoplay="true", playsinline="true", muted="true", preload="metadata" %}
{% endfor %}
{% iftruthy page.resolved.showcase.superheadline.text %} {% iftruthy page.resolved.showcase.superheadline.icon %} {% uj_icon page.resolved.showcase.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.showcase.superheadline.text }} {% endiftruthy %}

{{ page.resolved.showcase.headline }} {{ page.resolved.showcase.headline_accent }}

{{ page.resolved.showcase.subheadline }}

{% for item in page.resolved.showcase.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 %} {% capture image_content %} {% assign ratio = page.resolved.showcase.image_ratio | default: "4x3" %} {% assign object_position = page.resolved.showcase.image_object_position | default: "center" %}
{% uj_image item.image, class="w-100 h-100 object-fit-cover rounded", style="object-position: {{ object_position }};", alt=item.title %}
{% endcapture %} {% capture text_content %}

{{ item.title }}

{{ item.description }}

{% endcapture %}
{{ image_content }}
{{ text_content }}
{% endfor %}
{% iftruthy page.resolved.features.superheadline.text %} {% iftruthy page.resolved.features.superheadline.icon %} {% uj_icon page.resolved.features.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.features.superheadline.text }} {% endiftruthy %}

{{ page.resolved.features.headline }} {% iftruthy page.resolved.features.headline_accent %} {{ page.resolved.features.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.features.subheadline %}

{{ page.resolved.features.subheadline }}

{% endiftruthy %}
{% for feature in page.resolved.features.items %}
{% uj_icon feature.icon, "display-4" %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% iftruthy page.resolved.features.cta_button %} {% endiftruthy %}
{% include themes/classy/frontend/components/testimonial-scroll.html testimonials=page.resolved.testimonials %}
{% for stat in page.resolved.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 %}
{% uj_icon "rocket", "text-white" %}
{% uj_icon "sparkles", "text-white" %}
{% iftruthy page.resolved.cta.superheadline.text %} {% iftruthy page.resolved.cta.superheadline.icon %} {% uj_icon page.resolved.cta.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.cta.superheadline.text }} {% endiftruthy %}

{{ page.resolved.cta.headline }} {% iftruthy page.resolved.cta.headline_accent %} {{ page.resolved.cta.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.cta.description %}

{{ page.resolved.cta.description }}

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