Loading...

#Problem Image Stack

problem

Presents multiple challenges or pain points using a visually engaging stack of image-based cards with descriptions.

Problems

Real Challenges, Real Solutions

Every business faces unique challenges. We help identify and solve them.

Challenge 1

Market Competition

Standing out in a crowded market requires innovative solutions and strategic thinking.

Challenge 2

Digital Transformation

Adapting to rapid technological changes while maintaining operational efficiency.

    <section class="container mx-auto my-8 px-6 lg:my-16 lg:px-16">
      <div class="grid gap-8 lg:grid-cols-2">
        <div class="flex flex-col justify-center">
          <div
            class="mb-2 max-w-max rounded-md border-2 border-blue-600 px-2 font-bold text-blue-600"
          >
            Problems
          </div>
          <h2 class="mb-4 text-3xl font-bold lg:text-5xl">
            Real Challenges, Real Solutions
          </h2>
          <p class="text-lg lg:text-xl">
            Every business faces unique challenges. We help identify and solve
            them.
          </p>
        </div>
        <div class="grid gap-4">
          <div class="group relative overflow-hidden rounded-lg">
            <img
              src="https://placehold.co/600x200"
              alt="Challenge 1"
              class="w-full transition-transform duration-300 group-hover:scale-105"
            />
            <div
              class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent p-6 text-white"
            >
              <h3 class="mt-auto text-xl font-bold">Market Competition</h3>
              <p class="text-lg">
                Standing out in a crowded market requires innovative solutions
                and strategic thinking.
              </p>
            </div>
          </div>
          <div class="group relative overflow-hidden rounded-lg">
            <img
              src="https://placehold.co/600x200"
              alt="Challenge 2"
              class="w-full transition-transform duration-300 group-hover:scale-105"
            />
            <div
              class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent p-6 text-white"
            >
              <h3 class="mt-auto text-xl font-bold">Digital Transformation</h3>
              <p class="text-lg">
                Adapting to rapid technological changes while maintaining
                operational efficiency.
              </p>
            </div>
          </div>
        </div>
      </div>
    </section>
Problems

Real Challenges, Real Solutions

Every business faces unique challenges. We help identify and solve them.

Challenge 1

Market Competition

Standing out in a crowded market requires innovative solutions and strategic thinking.

Challenge 2

Digital Transformation

Adapting to rapid technological changes while maintaining operational efficiency.

    <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 layout="grid tw-lg:grid-cols:2" space="g:large">
        <div layout="flex col justify:center">
          <div
            space="m-b:small max-w:[max-content] p-x:small" visual="rounded:small border-w:regular border:blue-600 font:tw-bold text:blue-600"
          >
            Problems
          </div>
          <h2 space="m-b:medium" visual="text-size:grand font:tw-bold tw-lg:text-size:mount">
            Real Challenges, Real Solutions
          </h2>
          <p visual="text-size:large tw-lg:text-size:big">
            Every business faces unique challenges. We help identify and solve
            them.
          </p>
        </div>
        <div layout="grid" space="g:medium">
          <div layout="relative overflow:hidden" visual="rounded:medium" class="group">
            <img
              src="https://placehold.co/600x200"
              alt="Challenge 1"
              space="w:[100%]" visual="transition:transform duration:slow" class="group-hover:scale-105"
            />
            <div
              layout="absolute inset:none" space="p:medium-3x" visual="bg-image:gradient-to-t from:black/80 to:transparent text:white"
            >
              <h3 space="m-t:auto" visual="text-size:big font:tw-bold">Market Competition</h3>
              <p visual="text-size:large">
                Standing out in a crowded market requires innovative solutions
                and strategic thinking.
              </p>
            </div>
          </div>
          <div layout="relative overflow:hidden" visual="rounded:medium" class="group">
            <img
              src="https://placehold.co/600x200"
              alt="Challenge 2"
              space="w:[100%]" visual="transition:transform duration:slow" class="group-hover:scale-105"
            />
            <div
              layout="absolute inset:none" space="p:medium-3x" visual="bg-image:gradient-to-t from:black/80 to:transparent text:white"
            >
              <h3 space="m-t:auto" visual="text-size:big font:tw-bold">Digital Transformation</h3>
              <p visual="text-size:large">
                Adapting to rapid technological changes while maintaining
                operational efficiency.
              </p>
            </div>
          </div>
        </div>
      </div>
    </section>