--- ### 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" primary_button: text: "Get started free" icon: "rocket" href: "/dashboard" secondary_button: text: "See pricing" icon: "book-open" href: "/pricing" # Trusted By Section trusted_by: headline: "Trusted by the best" logos: - name: "amazon" - name: "google" - name: "hubspot" - name: "paypal" - name: "slack" - name: "shopify" - name: "stripe" # 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" 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." - 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." - 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." # Features Section features: superheadline: icon: "sparkles" text: "How it works" 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" color: "blue" - number: "200+" label: "Solutions" sublabel: "Industry-leading" color: "pink" - number: "4.9" label: "Average rating" color: "yellow" - number: "98%" label: "Success rate" sublabel: "Business growth" color: "green" # 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" --- {% comment %} NEOBRUTALISM HOMEPAGE Reuses the same page.resolved.* data contract as the classy homepage, but with a deliberately different STRUCTURE: an asymmetric split hero, an ink-framed logo marquee, alternating offset showcase blocks, big numbered step blocks, oversized color-block stats, and a full-bleed CTA. Color blocks rotate through the nb accent palette. See docs/themes.md "Per-page HTML layout overrides". {% endcomment %}

{{ page.resolved.hero.tagline }}

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

{{ page.resolved.hero.description }}

{{ page.resolved.trusted_by.headline }}
{% for logo in page.resolved.trusted_by.logos %} {% endfor %} {% comment %} duplicate for seamless loop {% endcomment %} {% for logo in page.resolved.trusted_by.logos %} {% endfor %}
{% iftruthy page.resolved.showcase.superheadline.text %} {% uj_icon page.resolved.showcase.superheadline.icon, "me-1" %}{{ page.resolved.showcase.superheadline.text }} {% endiftruthy %}

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

{% assign showcase_bgs = "text-bg-primary,text-bg-secondary,text-bg-success,text-bg-info,text-bg-warning" | split: "," %}
{% for item in page.resolved.showcase.items %} {% assign bg = showcase_bgs[forloop.index0] | default: "text-bg-primary" %} {% comment %} Liquid can't use a filter inside `if`, so compute the parity first {% endcomment %} {% assign row_parity = forloop.index0 | modulo: 2 %}
{{ forloop.index | prepend: '0' | slice: -2, 2 }}

{{ item.title }}

{{ item.description }}

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

{{ page.resolved.features.headline }} {{ page.resolved.features.headline_accent }}

{% for feature in page.resolved.features.items %}
{{ forloop.index }} {% uj_icon feature.icon %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% iftruthy page.resolved.features.cta_button %} {% endiftruthy %}
{% assign stat_bgs = "blue:text-bg-primary,pink:text-bg-secondary,green:text-bg-success,yellow:text-bg-warning,info:text-bg-info" | split: "," %}
{% for stat in page.resolved.stats %} {% assign stat_bg = "text-bg-primary" %} {% case stat.color %} {% when "pink" %}{% assign stat_bg = "text-bg-secondary" %} {% when "green" %}{% assign stat_bg = "text-bg-success" %} {% when "yellow" %}{% assign stat_bg = "text-bg-warning" %} {% when "info" %}{% assign stat_bg = "text-bg-info" %} {% else %}{% assign stat_bg = "text-bg-primary" %} {% endcase %}
{{ stat.number }} {{ stat.label }} {% iftruthy stat.sublabel %}{{ stat.sublabel }}{% endiftruthy %}
{% endfor %}
{% include themes/neobrutalism/frontend/components/testimonial-scroll.html testimonials=page.resolved.testimonials %}
{% iftruthy page.resolved.cta.superheadline.text %} {% uj_icon page.resolved.cta.superheadline.icon, "me-1" %}{{ page.resolved.cta.superheadline.text }} {% endiftruthy %}

{{ page.resolved.cta.headline }} {{ page.resolved.cta.headline_accent }}

{{ page.resolved.cta.description }}

{{ content | uj_content_format }}