hypermarket-pro / index.php
Akarimvand's picture
Manual changes saved
7775722 verified
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>پورتال ایرانی مدرن</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
200: '#bfdbfe',
300: '#93c5fd',
400: '#60a5fa',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
800: '#1e40af',
900: '#1e3a8a',
},
secondary: {
50: '#f8fafc',
100: '#f1f5f9',
200: '#e2e8f0',
300: '#cbd5e1',
400: '#94a3b8',
500: '#64748b',
600: '#475569',
700: '#334155',
800: '#1e293b',
900: '#0f172a',
}
},
fontFamily: {
'persian': ['Vazirmatn', 'sans-serif'],
},
}
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 font-persian">
<!-- Header Component -->
<header-component></header-component>
<!-- Hero Section -->
<section class="relative bg-gradient-to-br from-primary-600 to-primary-800 text-white">
<div class="container mx-auto px-4 py-20 lg:py-32">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight">
به پورتال ایرانی مدرن خوش آمدید
</h1>
<p class="text-xl text-primary-100">
تجربه‌ای نوین از خدمات دیجیتال با طراحی خلاقانه و تکنولوژی پیشرفته برای آینده‌ای روشن‌تر
</p>
<div class="flex flex-wrap gap-4">
<button class="bg-white text-primary-600 px-8 py-3 rounded-full font-semibold hover:bg-primary-50 transition-all transform hover:scale-105 shadow-lg">
شروع کنید
</button>
<button class="border-2 border-white text-white px-8 py-3 rounded-full font-semibold hover:bg-white hover:text-primary-600 transition-all">
اطلاعات بیشتر
</button>
</div>
</div>
<div class="relative">
<img src="https://static.photos/technology/640x480/42" alt="تکنولوژی" class="rounded-2xl shadow-2xl">
<div class="absolute -bottom-
</body>
</html>