---
### 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" %}
{{ 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 %}{{ page.resolved.hero.tagline }}
{{ page.resolved.hero.description }}
{% if is_side_layout %} {{ hero_cta_buttons }} {% else %} {{ hero_cta_buttons }} {% if demo.enabled %}{{ page.resolved.product_demo.subheadline }}
{{ page.resolved.showcase.subheadline }}
{{ item.description }}
{% endcapture %}{{ page.resolved.features.subheadline }}
{% endiftruthy %}{{ feature.description }}
{{ stat.label }}
{% iftruthy stat.sublabel %}{{ stat.sublabel }}
{% endiftruthy %}{{ page.resolved.cta.description }}
{% endiftruthy %}