레트로비즈니스레이아웃
비즈니스 웹사이트를 위한 레트로/빈티지 테마의 레이아웃 구성 요소로, 그레이스케일 색 구성표와 심플한 디자인을 특징으로 합니다. 반응이 빠르며 다크 모드 지원이 포함됩니다.
HTML 코드
<div class="min-h-screen bg-gray-100 dark:bg-gray-900 flex flex-col items-center justify-center font-mono text-gray-800 dark:text-gray-200 p-4">
<!-- Header -->
<header class="w-full max-w-4xl bg-white dark:bg-gray-800 shadow-md rounded-lg p-6 mb-8 flex justify-between items-center transform transition duration-300 hover:scale-105">
<h1 class="text-3xl font-bold uppercase tracking-wider">Acme Corp</h1>
<nav>
<ul class="flex space-x-6">
<li><a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300">About</a></li>
<li><a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300">Services</a></li>
<li><a href="#" class="text-gray-600 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main class="w-full max-w-4xl bg-white dark:bg-gray-800 shadow-md rounded-lg p-8 transform transition duration-300 hover:scale-105">
<section class="text-center mb-10">
<h2 class="text-4xl font-bold mb-4 uppercase">Welcome to the Future Past</h2>
<p class="text-lg leading-relaxed">Crafting innovative solutions with a nod to the timeless aesthetics of yesteryear. We bring your business visions to life with robust technology and classic design principles.</p>
</section>
<section class="grid md:grid-cols-2 gap-8">
<div class="bg-gray-50 dark:bg-gray-700 p-6 rounded-lg shadow-inner transform transition duration-300 hover:translate-y-[-5px]">
<h3 class="text-2xl font-semibold mb-3">Our Mission</h3>
<p class="text-gray-700 dark:text-gray-300">To fuse nostalgic design sensibilities with modern technological advancements, delivering unparalleled digital experiences that stand the test of time.</p>
</div>
<div class="bg-gray-50 dark:bg-gray-700 p-6 rounded-lg shadow-inner transform transition duration-300 hover:translate-y-[-5px]">
<h3 class="text-2xl font-semibold mb-3">What We Offer</h3>
<ul class="list-disc list-inside text-gray-700 dark:text-gray-300">
<li>Web Development (Retro & Modern)</li>
<li>Digital Marketing Strategies</li>
<li>Brand Identity & Design</li>
<li>IT Consulting & Solutions</li>
</ul>
</div>
</section>
</main>
<!-- Footer -->
<footer class="w-full max-w-4xl bg-white dark:bg-gray-800 shadow-md rounded-lg p-6 mt-8 text-center text-gray-600 dark:text-gray-300 transform transition duration-300 hover:scale-105">
<p>© 2023 Acme Corp. All rights reserved. Embracing the past, building the future.</p>
</footer>
</div>
관련 구성 요소
Layout Components 컴포넌트
실제 세계를 모방한 스큐어모픽 스타일로 디자인된 레이아웃 구성 요소로, Tailwind CSS를 사용하여 반응형 요소와 어두운 테마를 지원합니다.
E-commerce 레이아웃 구성 요소
회색조 머티리얼 디자인 미학을 갖춘 단순하고 반응이 빠른 전자상거래 레이아웃 구성 요소로, 제품 그리드, 머리글 및 바닥글이 특징이며 모두 다크 모드를 지원합니다. 제품 이미지에 picsum.photos를 사용합니다.