nariasignaturestyle / index.html
EmRa228's picture
عکس بهتری برای بکگراند اصلی بگذار
729c54e 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>NARIA | لباس امضای تو</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/scrollreveal"></script>
<style>
body {
font-family: 'Vazir', sans-serif;
font-weight: normal;
}
.en-font {
font-family: 'Vazir', sans-serif;
font-weight: bold;
}
.hero-bg {
background-image: linear-gradient(rgba(250, 245, 235, 0.7), rgba(250, 245, 235, 0.7)), url('http://static.photos/fashion/1200x630/42');
background-size: cover;
background-position: center;
}
.final-cta-bg {
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('http://static.photos/textures/1200x630/2');
}
.bg-cream {
background-color: #FAF5EB;
}
.text-ivory {
color: #FAF5EB;
}
.bg-ivory {
background-color: #FAF5EB;
}
.text-beige {
color: #E6D6C5;
}
.bg-beige {
background-color: #E6D6C5;
}
.text-gold {
color: #D4AF37;
}
.border-gold {
border-color: #D4AF37;
}
.hover-gold:hover {
color: #D4AF37;
}
.fade-in {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease-out;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
</style>
</head>
<body class="bg-cream text-stone-800 overflow-x-hidden">
<!-- Hero Section -->
<section class="min-h-screen hero-bg flex items-center justify-center relative">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6 fade-in en-font">لباسی که امضای تو را دارد، نه برچسب دیگران.</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto fade-in" style="transition-delay: 0.2s;">برای بانوانی که از تکرار خسته‌اند — در NARIA می‌توانی لباسی با طراحی اختصاصی و نام خودت داشته باشی؛ نشانه‌ای از اصالت، ظرافت و هویت شخصی تو.</p>
<button class="bg-gold text-ivory px-8 py-3 text-lg hover:bg-opacity-90 transition duration-300 fade-in hover:shadow-lg" style="transition-delay: 0.4s;" onclick="showForm()">شروع تجربه NARIA من</button>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce">
<i data-feather="chevron-down" class="text-gold"></i>
</div>
</section>
<!-- Benefits Section -->
<section class="py-20 bg-ivory">
<div class="container mx-auto px-4">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12 fade-in en-font">چرا تجربه NARIA منحصربه‌فرد است؟</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center fade-in">
<img src="http://static.photos/studio/200x200/1" alt="طراحی اختصاصی" class="w-16 h-16 mx-auto object-cover rounded-full border-2 border-gold mb-4">
<h3 class="text-xl font-semibold mb-2">طراحی کاملاً اختصاصی</h3>
<p>بر اساس استایل و روحیه‌ی تو طراحی می‌شود</p>
</div>
<div class="text-center fade-in" style="transition-delay: 0.2s;">
<img src="http://static.photos/jewelry/200x200/2" alt="منحصر به فرد" class="w-16 h-16 mx-auto object-cover rounded-full border-2 border-gold mb-4">
<h3 class="text-xl font-semibold mb-2">تک‌بودن مطلق</h3>
<p>لباسی که در هیچ‌جای دنیا مشابه ندارد</p>
</div>
<div class="text-center fade-in" style="transition-delay: 0.4s;">
<img src="http://static.photos/fashion/200x200/3" alt="تمایز واقعی" class="w-16 h-16 mx-auto object-cover rounded-full border-2 border-gold mb-4">
<h3 class="text-xl font-semibold mb-2">تمایز واقعی</h3>
<p>حس اعتماد، ظرافت و تمایز در هر جمع</p>
</div>
</div>
</div>
</section>
<!-- Behind the Scenes -->
<section class="py-20 bg-beige">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="fade-in">
<h2 class="text-3xl md:text-4xl font-bold mb-6 en-font">چگونه زنان خاص، بدون گفتن کلمه‌ای، متفاوت دیده می‌شوند؟</h2>
<p class="text-lg">در هر دوخت، رد ظرافت، اصالت و نگاه زن ایرانی جاری است. کارگاه NARIA جایی است که هنر و هویت در هم می‌آمیزند.</p>
</div>
<div class="fade-in" style="transition-delay: 0.3s;">
<img src="http://static.photos/fashion/640x360/4" alt="کارگاه تولید" class="rounded-lg shadow-lg w-full transform hover:scale-105 transition duration-500">
</div>
</div>
</div>
</section>
<!-- Lead Magnet -->
<section class="py-20 bg-ivory">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6 fade-in en-font">نام خودت روی لباس خاص خودت</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto fade-in" style="transition-delay: 0.2s;">با رزرو مشاوره استایل رایگان NARIA، وارد تجربه‌ای شوید که در آن لباسی فقط برای شما طراحی می‌شود و نامتان بر آن می‌درخشد.</p>
<button class="bg-gold text-ivory px-8 py-3 text-lg hover:bg-opacity-90 transition duration-300 fade-in hover:shadow-lg" style="transition-delay: 0.4s;" onclick="showForm()">رزرو مشاوره رایگان استایل</button>
</div>
</section>
<!-- Final CTA -->
<section class="min-h-96 final-cta-bg flex items-center justify-center text-center text-ivory">
<div class="container mx-auto px-4">
<h2 class="text-3xl md:text-4xl font-bold mb-6 fade-in en-font">الان وقت آن است که لباسی بپوشی که فقط برای تو خلق شده.</h2>
<button class="bg-transparent border-2 border-ivory text-ivory px-8 py-3 text-lg hover:bg-ivory hover:text-stone-800 transition duration-300 fade-in" style="transition-delay: 0.2s;" onclick="showForm()">شروع طراحی اختصاصی من</button>
</div>
</section>
<!-- Footer -->
<footer class="bg-stone-900 text-ivory py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-3 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4 en-font">NARIA</h3>
<p>لباسی که امضای تو را دارد، نه برچسب دیگران.</p>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">تماس با ما</h3>
<p>info@naria.com</p>
<p>۰۲۱-۱۲۳۴۵۶۷۸</p>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">شبکه‌های اجتماعی</h3>
<div class="flex justify-center space-x-4">
<a href="#" class="hover:text-gold transition"><i data-feather="instagram"></i></a>
<a href="#" class="hover:text-gold transition"><i data-feather="twitter"></i></a>
<a href="#" class="hover:text-gold transition"><i data-feather="linkedin"></i></a>
</div>
</div>
</div>
<div class="border-t border-stone-700 mt-8 pt-8 text-center">
<p>© 2023 NARIA. تمامی حقوق محفوظ است.</p>
</div>
</div>
</footer>
<!-- Modal Form -->
<div id="formModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden z-50">
<div class="bg-ivory p-8 rounded-lg max-w-md w-full mx-4">
<h3 class="text-2xl font-bold mb-4 text-center en-font">شروع تجربه NARIA</h3>
<form class="space-y-4">
<div class="relative">
<input type="text" placeholder="نام کامل" class="w-full p-3 border border-beige rounded focus:outline-none focus:border-gold pl-10">
<i data-feather="user" class="absolute left-3 top-3.5 text-stone-500"></i>
</div>
<div class="relative">
<input type="email" placeholder="ایمیل" class="w-full p-3 border border-beige rounded focus:outline-none focus:border-gold pl-10">
<i data-feather="mail" class="absolute left-3 top-3.5 text-stone-500"></i>
</div>
<div class="relative">
<input type="tel" placeholder="شماره تماس" class="w-full p-3 border border-beige rounded focus:outline-none focus:border-gold pl-10">
<i data-feather="phone" class="absolute left-3 top-3.5 text-stone-500"></i>
</div>
<button type="submit" class="w-full bg-gold text-ivory p-3 rounded hover:bg-opacity-90 transition duration-300 hover:shadow-md flex items-center justify-center space-x-2">
<span>ثبت و ادامه</span>
<i data-feather="arrow-left"></i>
</button>
</form>
<button onclick="hideForm()" class="absolute top-4 left-4 text-stone-600 hover:text-stone-800">
<i data-feather="x"></i>
</button>
</div>
</div>
<script>
feather.replace();
// Scroll Reveal Animation
ScrollReveal().reveal('.fade-in', {
delay: 200,
distance: '30px',
duration: 800,
easing: 'cubic-bezier(0.5, 0, 0, 1)',
origin: 'bottom',
interval: 100
});
// Fade in on scroll
const fadeElements = document.querySelectorAll('.fade-in');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.1 });
fadeElements.forEach(el => observer.observe(el));
// Form Modal
function showForm() {
document.getElementById('formModal').classList.remove('hidden');
}
function hideForm() {
document.getElementById('formModal').classList.add('hidden');
}
// Close modal on outside click
document.getElementById('formModal').addEventListener('click', function(e) {
if (e.target === this) hideForm();
});
</script>
</body>
</html>