3D布局组件

一种简单、响应迅速且引人入胜的 3D 设计布局,适用于使用鲜艳色彩的商业/公司网站,并支持深色主题。

预览

HTML 代码

<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden md:flex md:flex-row">
    <div class="md:w-1/2 p-6">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Welcome to Our Company</h2>
        <p class="text-gray-600 dark:text-gray-400 mb-4">We provide innovative solutions to enhance your business.</p>
        <a href="#" class="bg-indigo-600 text-white rounded-lg px-4 py-2 hover:bg-indigo-700 transition duration-300 shadow-md transform hover:scale-105">Learn More</a>
    </div>
    <div class="md:w-1/2">
        <img src="https://picsum.photos/500/300" alt="Business Image" class="rounded-lg shadow-md w-full h-full object-cover" />
    </div>
</div>

<div class="flex justify-center mt-6">
    <div class="text-center bg-gray-100 dark:bg-gray-900 rounded-lg p-4 shadow-md">
        <h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Our Team</h3>
        <div class="flex items-center justify-center space-x-4 mt-4">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar 1" class="rounded-full w-16 h-16 shadow-lg" />
            <img src="https://randomuser.me/api/portraits/women/2.jpg" alt="Avatar 2" class="rounded-full w-16 h-16 shadow-lg" />
            <img src="https://randomuser.me/api/portraits/men/3.jpg" alt="Avatar 3" class="rounded-full w-16 h-16 shadow-lg" />
        </div>
        <p class="text-gray-600 dark:text-gray-400 mt-2">Meet our dedicated team of professionals.</p>
    </div>
</div>

相关组件

3D布局组件

一个响应式3D设计布局组件,具有引人入胜的视觉效果,通过阴影和层次增加深度。它包括暗模式支持,并具备随机图像和头像。

打开

Retro_Jewel_Tone_Entertainment_Layout

适用于娱乐平台的中等复杂度复古/复古风格布局组件,具有丰富的宝石色调和完全响应能力,并支持深色模式。

打开

电子商务布局组件

一个响应式电子商务布局组件,支持暗黑主题,基于Tailwind CSS构建,遵循材料设计原则。它包括导航栏、带有产品列表的主要内容区域和页脚。色调为柔和。

打开