Loading...

#Problem Before/After

problem

Contrasts 'before' and 'after' scenarios to effectively demonstrate a solution's impact on a problem.

Transform

The Path to Improvement

See how our solutions transform common business challenges

Before

  • Manual data entry and paperwork
  • Scattered communication channels
  • Delayed decision making

After

  • Automated workflows and processes
  • Centralized communication hub
  • Real-time data and insights
    <section class="container mx-auto my-8 px-6 lg:my-16 lg:px-16">
      <div class="mb-8 text-center">
        <div class="mx-auto mb-2 w-min rounded-lg bg-blue-600 px-2 py-1">
          <p class="text-sm font-bold uppercase text-white">Transform</p>
        </div>
        <h2 class="mb-4 text-3xl font-bold lg:text-6xl">
          The Path to Improvement
        </h2>
        <p class="text-lg lg:text-xl">
          See how our solutions transform common business challenges
        </p>
      </div>
      <div class="grid gap-8 lg:grid-cols-2">
        <div class="rounded-lg bg-neutral-100 p-8">
          <h3 class="mb-4 text-2xl font-bold text-red-500">Before</h3>
          <ul class="space-y-4">
            <li class="flex items-center">
              <i class="fas fa-times-circle mr-3 text-red-500"></i>
              <span>Manual data entry and paperwork</span>
            </li>
            <li class="flex items-center">
              <i class="fas fa-times-circle mr-3 text-red-500"></i>
              <span>Scattered communication channels</span>
            </li>
            <li class="flex items-center">
              <i class="fas fa-times-circle mr-3 text-red-500"></i>
              <span>Delayed decision making</span>
            </li>
          </ul>
        </div>
        <div class="rounded-lg bg-neutral-100 p-8">
          <h3 class="mb-4 text-2xl font-bold text-green-500">After</h3>
          <ul class="space-y-4">
            <li class="flex items-center">
              <i class="fas fa-check-circle mr-3 text-green-500"></i>
              <span>Automated workflows and processes</span>
            </li>
            <li class="flex items-center">
              <i class="fas fa-check-circle mr-3 text-green-500"></i>
              <span>Centralized communication hub</span>
            </li>
            <li class="flex items-center">
              <i class="fas fa-check-circle mr-3 text-green-500"></i>
              <span>Real-time data and insights</span>
            </li>
          </ul>
        </div>
      </div>
    </section>

Transform

The Path to Improvement

See how our solutions transform common business challenges

Before

  • Manual data entry and paperwork
  • Scattered communication channels
  • Delayed decision making

After

  • Automated workflows and processes
  • Centralized communication hub
  • Real-time data and insights
    <section layout="container" space="m-x:auto m-y:large p-x:medium-3x tw-lg:m-y:big-3x tw-lg:p-x:big-3x">
      <div space="m-b:large" visual="text:center">
        <div space="m-x:auto m-b:small w:[min-content] p-x:small p-y:tiny" visual="rounded:medium bg:blue-600">
          <p visual="text-size:small font:tw-bold uppercase text:white">Transform</p>
        </div>
        <h2 space="m-b:medium" visual="text-size:grand font:tw-bold tw-lg:text-size:mega">
          The Path to Improvement
        </h2>
        <p visual="text-size:large tw-lg:text-size:big">
          See how our solutions transform common business challenges
        </p>
      </div>
      <div layout="grid tw-lg:grid-cols:2" space="g:large">
        <div space="p:large" visual="rounded:medium bg:neutral-100">
          <h3 space="m-b:medium" visual="text-size:huge font:tw-bold text:red-500">Before</h3>
          <ul class="space-y-4">
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:red-500" class="fas fa-times-circle"></i>
              <span>Manual data entry and paperwork</span>
            </li>
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:red-500" class="fas fa-times-circle"></i>
              <span>Scattered communication channels</span>
            </li>
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:red-500" class="fas fa-times-circle"></i>
              <span>Delayed decision making</span>
            </li>
          </ul>
        </div>
        <div space="p:large" visual="rounded:medium bg:neutral-100">
          <h3 space="m-b:medium" visual="text-size:huge font:tw-bold text:green-500">After</h3>
          <ul class="space-y-4">
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:green-500" class="fas fa-check-circle"></i>
              <span>Automated workflows and processes</span>
            </li>
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:green-500" class="fas fa-check-circle"></i>
              <span>Centralized communication hub</span>
            </li>
            <li layout="flex items:center">
              <i space="m-r:small-3x" visual="text:green-500" class="fas fa-check-circle"></i>
              <span>Real-time data and insights</span>
            </li>
          </ul>
        </div>
      </div>
    </section>