구성 요소 인포그래픽 인포그래픽 구성 요소

인포그래픽 구성 요소

미니멀리스트/플랫 디자인의 인포그래픽 구성 요소, 어스 톤 색 구성표, 비즈니스/기업 목적을 위한 적당한 복잡성, 다크 모드 지원으로 반응합니다.

미리 보기

HTML 코드

<div class="bg-gray-100 dark:bg-gray-900 py-12 px-4 sm:px-6 lg:px-8">
  <div class="max-w-7xl mx-auto">
    <h2 class="text-3xl font-extrabold text-gray-900 dark:text-white text-center mb-10">Our Company at a Glance</h2>
    
    <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
      <!-- Statistic 1 -->
      <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 text-center transform transition duration-500 hover:scale-105">
        <div class="text-4xl font-bold text-green-700 dark:text-green-400 mb-2">150+</div>
        <p class="text-gray-600 dark:text-gray-300">Projects Completed</p>
      </div>

      <!-- Statistic 2 -->
      <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 text-center transform transition duration-500 hover:scale-105">
        <div class="text-4xl font-bold text-amber-700 dark:text-amber-400 mb-2">10 Years</div>
        <p class="text-gray-600 dark:text-gray-300">In Business</p>
      </div>

      <!-- Statistic 3 -->
      <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 text-center transform transition duration-500 hover:scale-105">
        <div class="text-4xl font-bold text-stone-700 dark:text-stone-400 mb-2">99%</div>
        <p class="text-gray-600 dark:text-gray-300">Client Satisfaction</p>
      </div>
    </div>

    <div class="mt-12 grid grid-cols-1 md:grid-cols-2 gap-8">
      <!-- Feature 1 -->
      <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 flex flex-col items-center text-center transform transition duration-500 hover:scale-105">
        <img src="https://picsum.photos/seed/infographic1/100/100" alt="Innovation Icon" class="w-20 h-20 mb-4 rounded-full object-cover">
        <h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-2">Innovative Solutions</h3>
        <p class="text-gray-600 dark:text-gray-300">We constantly strive to provide cutting-edge solutions for your business needs.</p>
      </div>

      <!-- Feature 2 -->
      <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 flex flex-col items-center text-center transform transition duration-500 hover:scale-105">
        <img src="https://picsum.photos/seed/infographic2/100/100" alt="Support Icon" class="w-20 h-20 mb-4 rounded-full object-cover">
        <h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-2">Dedicated Support</h3>
        <p class="text-gray-600 dark:text-gray-300">Our team is committed to offering unparalleled support every step of the way.</p>
      </div>
    </div>

    <div class="mt-12 bg-white dark:bg-gray-800 rounded-lg shadow-md p-8 text-center">
      <h3 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Meet Our Lead Team Member</h3>
      <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Team Member Avatar" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover border-4 border-green-500 dark:border-green-400">
      <p class="text-xl font-semibold text-gray-900 dark:text-white">John Doe</p>
      <p class="text-gray-600 dark:text-gray-300">Chief Executive Officer</p>
      <p class="mt-4 text-gray-700 dark:text-gray-400 max-w-2xl mx-auto">"Our vision is to empower businesses with efficient and effective solutions that drive growth and success in the digital age."</p>
    </div>

  </div>
</div>

관련 구성 요소

인포그래픽 구성 요소

정부/공공 서비스를 위한 중간 정도의 복잡성 인포그래픽 구성 요소로, 달콤한 사탕 색상과 미묘한 마이크로 인터랙션 디자인을 특징으로 합니다.

열다

Brutalist_Infographics_Component_Earth_Tones

비즈니스/기업 웹사이트를 위한 브루탈리즘에서 영감을 받은 인포그래픽 구성 요소로, 원시 타이포그래피, 고대비 및 흙색을 특징으로 합니다. 반응이 빠르며 다크 모드를 지원합니다.

열다

인포그래픽 구성 요소

스큐어모피즘으로 디자인된 인포그래픽 컴포넌트로, Tailwind CSS를 사용하여 반응형 효과와 어두운 테마를 지원합니다.

열다