Tokiarivelo's picture
A high-quality 3D isometric illustration of a website builder interface floating over a soft blue background. The design features a clean white browser window with rounded corners. Around it, various 3D UI elements are floating, including an image gallery icon, a colorful color wheel, typography settings with 'Aa' text, a video player icon, and a small code snippet window. Use a modern claymorphism style with soft shadows, smooth matte textures, and a pastel color palette (blues, pinks, and yellows). The lighting is bright and soft, creating a clean, professional, and creative tech aesthetic. High resolution, 8k render, Unreal Engine 5 style.
1d6106f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelCraft Studio | Modern Website Builder</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
</style>
</head>
<body class="font-poppins bg-gradient-to-br from-blue-50 to-pink-50 min-h-screen">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-12">
<!-- Hero Section -->
<section class="flex flex-col lg:flex-row items-center justify-between gap-12 mb-24">
<div class="lg:w-1/2 space-y-6">
<h1 class="text-5xl font-bold text-gray-800 leading-tight">
Build Stunning Websites <span class="text-blue-500">Without Code</span>
</h1>
<p class="text-lg text-gray-600">
PixelCraft Studio brings your ideas to life with our intuitive drag-and-drop interface and beautiful 3D design elements.
</p>
<div class="flex gap-4">
<button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-xl shadow-lg transition-all transform hover:scale-105">
Start Building Free
</button>
<button class="border-2 border-gray-300 hover:border-blue-500 text-gray-700 px-6 py-3 rounded-xl transition-all">
Watch Demo
</button>
</div>
</div>
<div class="lg:w-1/2 relative">
<div class="relative w-full aspect-square">
<!-- 3D Isometric Illustration Placeholder -->
<div class="absolute inset-0 bg-white rounded-3xl shadow-2xl p-6 transform rotate-3">
<div class="h-full w-full bg-gradient-to-br from-blue-100 to-pink-100 rounded-2xl flex items-center justify-center">
<div class="text-center">
<i data-feather="layout" class="w-16 h-16 text-blue-500 mx-auto"></i>
<p class="mt-4 text-gray-500">Your Website Preview</p>
</div>
</div>
</div>
<!-- Floating UI Elements -->
<div class="absolute -top-8 -left-8 w-20 h-20 bg-pink-100 rounded-2xl shadow-lg flex items-center justify-center transform rotate-6">
<i data-feather="image" class="w-8 h-8 text-pink-500"></i>
</div>
<div class="absolute -bottom-8 -right-8 w-20 h-20 bg-yellow-100 rounded-2xl shadow-lg flex items-center justify-center transform -rotate-6">
<i data-feather="type" class="w-8 h-8 text-yellow-500"></i>
</div>
<div class="absolute top-1/4 -right-12 w-16 h-16 bg-blue-100 rounded-2xl shadow-lg flex items-center justify-center transform rotate-12">
<i data-feather="code" class="w-6 h-6 text-blue-500"></i>
</div>
<div class="absolute bottom-1/4 -left-12 w-16 h-16 bg-purple-100 rounded-2xl shadow-lg flex items-center justify-center transform -rotate-12">
<i data-feather="sliders" class="w-6 h-6 text-purple-500"></i>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="mb-24">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Powerful Features</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all">
<div class="w-16 h-16 bg-blue-100 rounded-xl flex items-center justify-center mb-6">
<i data-feather="edit-3" class="w-8 h-8 text-blue-500"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Drag & Drop</h3>
<p class="text-gray-600">Intuitive interface that lets you build without coding knowledge.</p>
</div>
<div class="bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all">
<div class="w-16 h-16 bg-pink-100 rounded-xl flex items-center justify-center mb-6">
<i data-feather="palette" class="w-8 h-8 text-pink-500"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Color Customization</h3>
<p class="text-gray-600">Full control over your color scheme with our advanced color wheel.</p>
</div>
<div class="bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all">
<div class="w-16 h-16 bg-yellow-100 rounded-xl flex items-center justify-center mb-6">
<i data-feather="type" class="w-8 h-8 text-yellow-500"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Typography</h3>
<p class="text-gray-600">Beautiful fonts and text styling options for perfect readability.</p>
</div>
<div class="bg-white p-8 rounded-2xl shadow-lg hover:shadow-xl transition-all">
<div class="w-16 h-16 bg-purple-100 rounded-xl flex items-center justify-center mb-6">
<i data-feather="smartphone" class="w-8 h-8 text-purple-500"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Responsive Design</h3>
<p class="text-gray-600">Your site looks perfect on all devices automatically.</p>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-gradient-to-r from-blue-500 to-purple-500 rounded-3xl p-12 text-center text-white mb-24">
<h2 class="text-3xl font-bold mb-6">Ready to Create Something Amazing?</h2>
<p class="text-xl mb-8 opacity-90">Join thousands of creators building with PixelCraft Studio.</p>
<button class="bg-white text-blue-500 hover:bg-gray-100 px-8 py-4 rounded-xl shadow-lg text-lg font-semibold transition-all transform hover:scale-105">
Get Started - It's Free
</button>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>