{% extends "./layouts/base-landing.html" %} {% block body %}
{% dnd_area "dnd_area" label="Main section", class="body-container body-container--landing-page" %} {# ------------------------------------------------------------------ #} {# 1. INTRO — Short headline and context #} {# ------------------------------------------------------------------ #} {% dnd_section padding={ "default": {"top": 72, "bottom": 40} } %} {% dnd_column offset=0, width=12 %} {% dnd_row %} {% dnd_module "intro_text" path="@hubspot/rich_text", label="Intro Text" %} {% module_attribute "html" %}

Independent CRM Expertise

Find the Right CRM —
Without the Guesswork

worksby.design gives you hands-on access to live CRM demos, side-by-side comparisons, and expert guidance — so you choose the right system the first time.

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# ------------------------------------------------------------------ #} {# 2. VALUE PROPS + FORM — Side by side #} {# ------------------------------------------------------------------ #} {% dnd_section padding={ "default": {"top": 48, "bottom": 72} } %} {# Left: Value propositions #} {% dnd_column offset=0, width=7 %} {% dnd_row %} {% dnd_module "value_props" path="@hubspot/rich_text", label="Value Propositions" %} {% module_attribute "html" %}

What to expect from your free demo

✦ Trusted by 200+ companies across Europe  ·  Free, no obligation

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {# Right: Form card — styled via base-landing.html's :has(form) selector (css_class isn't a supported dnd_column param — see audit N1c). #} {% dnd_column offset=7, width=5 %} {% dnd_row %} {% dnd_module "form_heading" path="@hubspot/rich_text", label="Form Heading" %} {% module_attribute "html" %}

Request your free demo

Usually scheduled within 2 business days.

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "demo_form" path="@hubspot/form", label="Demo Request Form" %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module "form_privacy" path="@hubspot/rich_text", label="Privacy Note" %} {% module_attribute "html" %}

🔒  We respect your privacy. No spam, ever. Privacy policy

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# ------------------------------------------------------------------ #} {# 3. TRUST STRIP — Social proof #} {# ------------------------------------------------------------------ #} {% dnd_section padding={ "default": {"top": 48, "bottom": 48} } %} {% dnd_column offset=0, width=12 %} {% dnd_row %} {% dnd_module "trust_strip" path="@hubspot/rich_text", label="Trust Strip" %} {% module_attribute "html" %}

What our users say

"We had been stuck in a CRM selection process for four months. After one session with worksby.design we had our answer. Wish we had done this first."

— Sarah L., Operations Director

{% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# ------------------------------------------------------------------ #} {# 4. FAQ — Accordion #} {# ------------------------------------------------------------------ #} {% dnd_section padding={ "default": {"top": 64, "bottom": 80} } %} {% dnd_column offset=0, width=12 %} {% dnd_row %} {% dnd_module "faq" path="../modules/accordion.module", label="FAQ" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %}
{% endblock body %}