premium-matchmakers / index.html
nkjoy's picture
νšŒμ‚¬ μ†Œκ°œ νŽ˜μ΄μ§€ λ§Œλ“€μ–΄
295f9b5 verified
<!DOCTYPE html>
<html lang="ko">
<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>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body class="font-sans">
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 z-0" id="vanta-bg"></div>
<div class="container mx-auto px-4 relative z-10 text-center text-white">
<h1 class="text-5xl md:text-7xl font-bold mb-6">남남뢁녀</h1>
<p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">프리미엄 맀칭으둜 λ‹Ήμ‹ μ˜ 인연을 μ±…μž„μ§€λŠ” κ²°ν˜Όμ •λ³΄νšŒμ‚¬</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#services" class="bg-pink-500 hover:bg-pink-600 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105">μ„œλΉ„μŠ€ μ•Œμ•„λ³΄κΈ°</a>
<a href="#contact" class="bg-white hover:bg-gray-100 text-pink-500 font-bold py-3 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105">상담 μ‹ μ²­ν•˜κΈ°</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">λ‚¨λ‚¨λΆλ…€λž€?</h2>
<div class="w-20 h-1 bg-pink-500 mx-auto"></div>
</div>
<div class="flex flex-col md:flex-row items-center gap-12">
<div class="md:w-1/2">
<img src="http://static.photos/people/640x360/123" alt="남남뢁녀 μ†Œκ°œ" class="rounded-xl shadow-xl">
</div>
<div class="md:w-1/2">
<h3 class="text-3xl font-bold text-gray-800 mb-6">프리미엄 λ§€μΉ­ μ„œλΉ„μŠ€</h3>
<p class="text-gray-600 mb-6 text-lg leading-relaxed">
λ‚¨λ‚¨λΆλ…€λŠ” μ „λ¬Έ 상담사가 직접 λ§Œλ‚˜λ΅™κ³  κ³ κ°λ‹˜μ˜ 쑰건과 μ„±ν–₯을 λΆ„μ„ν•˜μ—¬
κ°€μž₯ μ ν•©ν•œ μƒλŒ€λ₯Ό μ •λ°€ν•˜κ²Œ λ§€μΉ­ν•΄λ“œλ¦¬λŠ” 프리미엄 κ²°ν˜Όμ •λ³΄ μ„œλΉ„μŠ€μž…λ‹ˆλ‹€.
</p>
<p class="text-gray-600 mb-6 text-lg leading-relaxed">
λ‹¨μˆœν•œ λ§Œλ‚¨μ΄ μ•„λ‹Œ, μ§„μ •ν•œ 인연을 μ°Ύμ•„λ“œλ¦¬κΈ° μœ„ν•΄
μ² μ €ν•œ 사전 검증과 λ§žμΆ€ν˜• μ»¨μ„€νŒ…μ„ μ œκ³΅ν•©λ‹ˆλ‹€.
</p>
<div class="flex items-center gap-4 mt-8">
<div class="flex items-center">
<i data-feather="check-circle" class="text-pink-500 mr-2"></i>
<span class="text-gray-700">μ „λ¬Έ 상담사 1:1 λ§€μΉ­</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="text-pink-500 mr-2"></i>
<span class="text-gray-700">μ² μ €ν•œ 사전 검증</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">μ„œλΉ„μŠ€ μ†Œκ°œ</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">프리미엄 맀칭을 μœ„ν•œ λ‹€μ–‘ν•œ μ„œλΉ„μŠ€λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€</p>
<div class="w-20 h-1 bg-pink-500 mx-auto mt-4"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-pink-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="heart" class="text-pink-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">μ •λ°€ λ§€μΉ­</h3>
<p class="text-gray-600 mb-4">
μ „λ¬Έ 상담사가 κ³ κ°λ‹˜μ˜ 쑰건과 μ„±ν–₯을 λΆ„μ„ν•˜μ—¬ 졜적의 μƒλŒ€λ₯Ό μ •λ°€ν•˜κ²Œ λ§€μΉ­ν•΄λ“œλ¦½λ‹ˆλ‹€.
</p>
<ul class="text-gray-600 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>1:1 μ „λ‹΄ 상담사 λ°°μ •</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>심측 상담 및 뢄석</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>λ§žμΆ€ν˜• μΆ”μ²œ</span>
</li>
</ul>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-pink-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-pink-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">μ² μ €ν•œ 검증</h3>
<p class="text-gray-600 mb-4">
λͺ¨λ“  νšŒμ›μ— λŒ€ν•œ 신원확인과 μžκ²©κ²€μ¦μ„ 톡해 μ•ˆμ „ν•˜κ³  μ‹ λ’°ν•  수 μžˆλŠ” λ§Œλ‚¨μ„ 보μž₯ν•©λ‹ˆλ‹€.
</p>
<ul class="text-gray-600 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>신뢄증 및 재직증λͺ…μ„œ 확인</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>SNS 및 μ†Œμ…œν”„λ‘œν•„ 검증</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>면접식 상세 상담</span>
</li>
</ul>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-pink-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="users" class="text-pink-500 w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">λ§žμΆ€ν˜• μ»¨μ„€νŒ…</h3>
<p class="text-gray-600 mb-4">
κ°œμΈλ³„ νŠΉμ„±κ³Ό λͺ©ν‘œμ— 맞좘 μ „λž΅μ μΈ μ»¨μ„€νŒ…μœΌλ‘œ 성곡적인 λ§Œλ‚¨μ„ μ΄λ•λ‹ˆλ‹€.
</p>
<ul class="text-gray-600 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>이미지 및 μŠ€νƒ€μΌ μ»¨μ„€νŒ…</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>λŒ€ν™”λ²• 및 λ§Œλ‚¨ μ „λž΅</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-pink-500 mr-2 mt-1 w-4 h-4"></i>
<span>관계 λ°œμ „ μ „λž΅</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">성곡 μŠ€ν† λ¦¬</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">남남뢁녀λ₯Ό 톡해 인연을 찾은 κ³ κ°λ‹˜λ“€μ˜ 이야기</p>
<div class="w-20 h-1 bg-pink-500 mx-auto mt-4"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<div class="w-12 h-12 bg-pink-500 rounded-full flex items-center justify-center text-white font-bold mr-4">κΉ€</div>
<div>
<h4 class="font-bold text-gray-800">κΉ€OOλ‹˜ (30λŒ€)</h4>
<p class="text-gray-600">νšŒκ³„μ‚¬</p>
</div>
</div>
<p class="text-gray-600 italic">
"μ²˜μŒμ—” λ§μ„€μ˜€μ§€λ§Œ μ „λ¬Έ μƒλ‹΄μ‚¬μ˜ κΌΌκΌΌν•œ 뢄석과 μ² μ €ν•œ 관리 덕뢄에
λ§ˆμŒμ— λ“œλŠ” 뢄을 λ§Œλ‚  수 μžˆμ—ˆμŠ΅λ‹ˆλ‹€. μ§€κΈˆμ€ 결혼 μ€€λΉ„ μ€‘μ΄μ—μš”!"
</p>
<div class="flex mt-4 text-yellow-400">
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
</div>
</div>
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<div class="w-12 h-12 bg-pink-500 rounded-full flex items-center justify-center text-white font-bold mr-4">이</div>
<div>
<h4 class="font-bold text-gray-800">이OOλ‹˜ (30λŒ€)</h4>
<p class="text-gray-600">λ§ˆμΌ€νŒ… 기획자</p>
</div>
</div>
<p class="text-gray-600 italic">
"λ‹€λ₯Έ λ§€μΉ­μ—…μ²΄μ—μ„œ μ—¬λŸ¬ 번 μ‹€λ§ν•œ ν›„ 남남뢁녀λ₯Ό μ•Œκ²Œ λ˜μ—ˆμ–΄μš”.
정말 λ‹€λ₯Έ μ°¨μ›μ˜ μ„œλΉ„μŠ€μ˜€κ³ , 덕뢄에 쒋은 인연을 λ§Œλ‚˜ κ²°ν˜Όν•  수 μžˆμ—ˆμ–΄μš”."
</p>
<div class="flex mt-4 text-yellow-400">
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
</div>
</div>
<div class="bg-gray-50 p-8 rounded-xl">
<div class="flex items-center mb-6">
<div class="w-12 h-12 bg-pink-500 rounded-full flex items-center justify-center text-white font-bold mr-4">λ°•</div>
<div>
<h4 class="font-bold text-gray-800">λ°•OOλ‹˜ (40λŒ€)</h4>
<p class="text-gray-600">IT νšŒμ‚¬ λŒ€ν‘œ</p>
</div>
</div>
<p class="text-gray-600 italic">
"λ°”μœ 직μž₯ μƒν™œλ‘œ 인연을 μ°ΎκΈ° μ–΄λ €μ› λŠ”λ°,
λ‚¨λ‚¨λΆλ…€μ˜ 프리미엄 μ„œλΉ„μŠ€ 덕뢄에 μ΄μƒν˜•κ³Ό λ§Œλ‚  수 μžˆμ—ˆμŠ΅λ‹ˆλ‹€.
정말 κ°μ‚¬ν•©λ‹ˆλ‹€!"
</p>
<div class="flex mt-4 text-yellow-400">
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
<i data-feather="star"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-pink-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">상담 μ‹ μ²­</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">μ „λ¬Έ 상담사λ₯Ό 톡해 무료 상담을 λ°›μ•„λ³΄μ„Έμš”</p>
<div class="w-20 h-1 bg-pink-500 mx-auto mt-4"></div>
</div>
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-xl p-8">
<form id="consultation-form" class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label class="block text-gray-700 font-medium mb-2" for="name">이름</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-pink-500" required>
</div>
<div>
<label class="block text-gray-700 font-medium mb-2" for="age">λ‚˜μ΄</label>
<input type="number" id="age" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-pink-500" required>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label class="block text-gray-700 font-medium mb-2" for="phone">μ—°λ½μ²˜</label>
<input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-pink-500" required>
</div>
<div>
<label class="block text-gray-700 font-medium mb-2" for="email">이메일</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-pink-500" required>
</div>
</div>
<div>
<label class="block text-gray-700 font-medium mb-2" for="message">상담 λ‚΄μš©</label>
<textarea id="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-pink-500" placeholder="κΆκΈˆν•œ μ μ΄λ‚˜ μ›ν•˜μ‹œλŠ” 상담 λ‚΄μš©μ„ μž…λ ₯ν•΄μ£Όμ„Έμš”"></textarea>
</div>
<div class="text-center">
<button type="submit" class="bg-pink-500 hover:bg-pink-600 text-white font-bold py-4 px-12 rounded-full text-lg transition duration-300 transform hover:scale-105">
무료 상담 μ‹ μ²­ν•˜κΈ°
</button>
</div>
</form>
</div>
</div>
</section>
<custom-footer></custom-footer>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://deepsite.hf.co/deepsite-badge.js"></script>
</body>
</html>