| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>ํ๋ฆฌ๋ฏธ์ | Sweet D-Day</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></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=Nanum+Pen+Script&family=Poor+Story&display=swap'); |
| .love-font { |
| font-family: 'Nanum Pen Script', cursive; |
| } |
| .count-font { |
| font-family: 'Poor Story', cursive; |
| } |
| .gradient-text { |
| background: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| .premium-gradient { |
| background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); |
| } |
| </style> |
| </head> |
| <body class="premium-gradient"> |
| <div class="min-h-screen flex flex-col"> |
| |
| <header class="bg-white bg-opacity-80 backdrop-blur-sm shadow-sm py-4 px-6"> |
| <div class="container mx-auto flex justify-between items-center"> |
| <a href="index.html" class="text-3xl love-font text-pink-600 flex items-center"> |
| <i data-feather="heart" class="mr-2 text-red-500"></i> |
| Sweet D-Day |
| </a> |
| <a href="index.html" class="px-4 py-2 bg-pink-500 text-white rounded-full hover:bg-pink-600 transition flex items-center"> |
| <i data-feather="arrow-left" class="mr-2"></i> |
| ๋์๊ฐ๊ธฐ |
| </a> |
| </div> |
| </header> |
|
|
| |
| <main class="flex-1 py-12 px-6"> |
| <div class="container mx-auto max-w-4xl"> |
| <div class="text-center mb-12" data-aos="fade-up"> |
| <h2 class="text-4xl love-font gradient-text mb-4"> |
| <i data-feather="award" class="mr-2"></i> |
| ํ๋ฆฌ๋ฏธ์ ๋ฉค๋ฒ์ญ |
| </h2> |
| <p class="text-xl count-font text-gray-700"> |
| ํน๋ณํ ๊ธฐ๋ฅ๊ณผ ๋์์ธ์ผ๋ก ๋์ฑ ๋ก๋งจํฑํ ๋๋ฐ์ด๋ฅผ ๊ฒฝํํด๋ณด์ธ์ |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12"> |
| |
| <div class="bg-white bg-opacity-90 rounded-2xl p-8 shadow-md" data-aos="fade-up"> |
| <div class="text-center mb-6"> |
| <h3 class="text-2xl love-font text-gray-700 mb-2">๋ฌด๋ฃ ๋ฒ์ </h3> |
| <p class="count-font text-gray-500">๊ธฐ๋ณธ ๊ธฐ๋ฅ ์ ๊ณต</p> |
| </div> |
| <div class="text-center mb-6"> |
| <span class="text-4xl font-bold count-font text-gray-800">โฉ0</span> |
| <span class="count-font text-gray-500">/ ์์ํ ๋ฌด๋ฃ</span> |
| </div> |
| <ul class="space-y-3 mb-8 count-font text-gray-600"> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ๊ธฐ๋ณธ ๋์์ธ 6์ข
|
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ๋๋ฐ์ด 5๊ฐ๊น์ง ๋ฑ๋ก |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="x" class="w-5 h-5 text-red-500 mr-2"></i> |
| ํ๋ฆฌ๋ฏธ์ ๋์์ธ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="x" class="w-5 h-5 text-red-500 mr-2"></i> |
| ์ฌ์ง ๋ฑ๋ก ๊ธฐ๋ฅ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="x" class="w-5 h-5 text-red-500 mr-2"></i> |
| ์ปคํ ์ฐ๋ ๊ธฐ๋ฅ |
| </li> |
| </ul> |
| <button class="w-full py-3 bg-gray-200 text-gray-700 rounded-lg count-font"> |
| ํ์ฌ ์ฌ์ฉ ์ค |
| </button> |
| </div> |
| |
| |
| <div class="bg-gradient-to-br from-pink-400 to-purple-500 rounded-2xl p-8 shadow-lg transform scale-105 relative" data-aos="fade-up" data-aos-delay="100"> |
| <div class="absolute top-0 right-0 bg-yellow-400 text-yellow-900 px-3 py-1 rounded-bl-lg rounded-tr-2xl text-sm count-font"> |
| ์ธ๊ธฐ ํ๋ |
| </div> |
| <div class="text-center mb-6"> |
| <h3 class="text-2xl love-font text-white mb-2">ํ๋ฆฌ๋ฏธ์</h3> |
| <p class="count-font text-white text-opacity-80">๋ชจ๋ ๊ธฐ๋ฅ ์ ๊ณต</p> |
| </div> |
| <div class="text-center mb-6"> |
| <span class="text-4xl font-bold count-font text-white">โฉ3,900</span> |
| <span class="count-font text-white text-opacity-80">/ ์</span> |
| </div> |
| <ul class="space-y-3 mb-8 count-font text-white text-opacity-90"> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ๋ชจ๋ ๊ธฐ๋ณธ ๋์์ธ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ๋ฌด์ ํ ๋๋ฐ์ด ๋ฑ๋ก |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ํ๋ฆฌ๋ฏธ์ ๋์์ธ 10+ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ์ฌ์ง ๋ฑ๋ก ๋ฐ ๊ณต์ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ์ปคํ ์ฐ๋ ๋ฐ ์๋ฆผ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-white mr-2"></i> |
| ํน๋ณํ ๊ธฐ๋
์ผ ์นด๋ |
| </li> |
| </ul> |
| <button class="w-full py-3 bg-white text-pink-600 rounded-lg count-font font-bold hover:bg-opacity-90 transition"> |
| ๊ตฌ๋
ํ๊ธฐ |
| </button> |
| </div> |
| |
| |
| <div class="bg-white bg-opacity-90 rounded-2xl p-8 shadow-md" data-aos="fade-up" data-aos-delay="200"> |
| <div class="text-center mb-6"> |
| <h3 class="text-2xl love-font text-gray-700 mb-2">์ฐ๊ฐ ํ๋ฆฌ๋ฏธ์</h3> |
| <p class="count-font text-gray-500">20% ํ ์ธ</p> |
| </div> |
| <div class="text-center mb-6"> |
| <span class="text-4xl font-bold count-font text-gray-800">โฉ37,900</span> |
| <span class="count-font text-gray-500">/ ์ฐ (์ โฉ3,158)</span> |
| </div> |
| <ul class="space-y-3 mb-8 count-font text-gray-600"> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ๋ชจ๋ ํ๋ฆฌ๋ฏธ์ ๊ธฐ๋ฅ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| 1๋
๊ฐ ๋ฌด์ ํ ์ด์ฉ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ํน๋ณ ๊ธฐ๋
์ผ ์๋ฆผ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ์ปคํ ์ถ์ต ์จ๋ฒ |
| </li> |
| <li class="flex items-center"> |
| <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i> |
| ์ฐ๊ฐ ๋ฆฌํฌํธ ์ ๊ณต |
| </li> |
| </ul> |
| <button class="w-full py-3 bg-pink-500 text-white rounded-lg count-font hover:bg-pink-600 transition"> |
| ์ฐ๊ฐ ๊ตฌ๋
|
| </button> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white bg-opacity-90 rounded-2xl p-8 shadow-lg mb-12" data-aos="fade-up"> |
| <h3 class="text-2xl love-font text-center mb-8 gradient-text"> |
| <i data-feather="zap" class="mr-2"></i> |
| ํ๋ฆฌ๋ฏธ์ ๊ธฐ๋ฅ |
| </h3> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| <div class="flex items-start"> |
| <div class="bg-pink-100 p-3 rounded-full mr-4"> |
| <i data-feather="image" class="w-6 h-6 text-pink-500"></i> |
| </div> |
| <div> |
| <h4 class="text-xl love-font text-pink-600 mb-2">์ฌ์ง ๋ฑ๋ก</h4> |
| <p class="count-font text-gray-600">ํน๋ณํ ์๊ฐ์ ์ฌ์ง์ผ๋ก ๊ธฐ๋กํ๊ณ ์ถ์ต์ ๊ณต์ ํ์ธ์</p> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="bg-purple-100 p-3 rounded-full mr-4"> |
| <i data-feather="users" class="w-6 h-6 text-purple-500"></i> |
| </div> |
| <div> |
| <h4 class="text-xl love-font text-purple-600 mb-2">์ปคํ ์ฐ๋</h4> |
| <p class="count-font text-gray-600">์ฐ์ธ๊ณผ ๊ณ์ ์ ์ฐ๋ํด ํจ๊ป ๋๋ฐ์ด๋ฅผ ๊ด๋ฆฌํ์ธ์</p> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="bg-red-100 p-3 rounded-full mr-4"> |
| <i data-feather="gift" class="w-6 h-6 text-red-500"></i> |
| </div> |
| <div> |
| <h4 class="text-xl love-font text-red-600 mb-2">ํน๋ณ ์นด๋</h4> |
| <p class="count-font text-gray-600">๊ธฐ๋
์ผ์ ๋ง์ถค ๋์งํธ ์นด๋๋ฅผ ๋ฐ์๋ณด์ธ์</p> |
| </div> |
| </div> |
| <div class="flex items-start"> |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> |
| <i data-feather="bell" class="w-6 h-6 text-blue-500"></i> |
| </div> |
| <div> |
| <h4 class="text-xl love-font text-blue-600 mb-2">์๋ฆผ ์ค์ </h4> |
| <p class="count-font text-gray-600">๋๋ฐ์ด๋ฅผ ๋์น์ง ์๋๋ก ๋ฏธ๋ฆฌ ์๋ฆผ์ ๋ฐ์ผ์ธ์</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="text-center" data-aos="fade-up"> |
| <h3 class="text-2xl love-font mb-8 gradient-text"> |
| <i data-feather="heart" class="mr-2"></i> |
| ์ฌ์ฉ์ ํ๊ธฐ |
| </h3> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> |
| <div class="bg-white bg-opacity-90 p-6 rounded-xl shadow-md"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/1" class="w-12 h-12 rounded-full mr-4" alt="User"> |
| <div> |
| <h4 class="love-font text-pink-600">์งํ โก ๋ฏผ์ค</h4> |
| <p class="text-xs count-font text-gray-500">1๋
์ฐจ ์ปคํ</p> |
| </div> |
| </div> |
| <p class="count-font text-gray-600 text-left"> |
| "ํ๋ฆฌ๋ฏธ์ ๋์์ธ์ด ๋๋ฌด ์๋ป์ ๋งค์ผ ๋ค์ด๊ฐ๊ฒ ๋ผ์! 100์ผ๋ถํฐ 1์ฃผ๋
๊น์ง ๋ชจ๋ ์๊ฐ์ ๊ธฐ๋กํ๊ณ ์์ด์." |
| </p> |
| </div> |
| <div class="bg-white bg-opacity-90 p-6 rounded-xl shadow-md"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/2" class="w-12 h-12 rounded-full mr-4" alt="User"> |
| <div> |
| <h4 class="love-font text-purple-600">์๋น โก ํ์ฐ</h4> |
| <p class="text-xs count-font text-gray-500">3๋
์ฐจ ์ปคํ</p> |
| </div> |
| </div> |
| <p class="count-font text-gray-600 text-left"> |
| "์ปคํ ์ฐ๋ ๊ธฐ๋ฅ์ด ์ต๊ณ ์์! ์๋ก์ ๊ธฐ๋
์ผ์ ๋์น์ง ์๊ณ ์ฑ๊ธธ ์ ์์ด์ ์ ๋ง ์ข์์." |
| </p> |
| </div> |
| <div class="bg-white bg-opacity-90 p-6 rounded-xl shadow-md"> |
| <div class="flex items-center mb-4"> |
| <img src="http://static.photos/people/200x200/3" class="w-12 h-12 rounded-full mr-4" alt="User"> |
| <div> |
| <h4 class="love-font text-red-600">์์ โก ์คํธ</h4> |
| <p class="text-xs count-font text-gray-500">6๊ฐ์ ์ฐจ ์ปคํ</p> |
| </div> |
| </div> |
| <p class="count-font text-gray-600 text-left"> |
| "ํน๋ณ ์นด๋ ๊ธฐ๋ฅ์ผ๋ก ๊ธฐ๋
์ผ๋ง๋ค ์ํ๋ผ์ด์ฆ๋ฅผ ์ค๋นํ ์ ์์ด์. ์ฐ์ธ๋ ๋๋ฌด ์ข์ํด์!" |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </main> |
|
|
| |
| <footer class="bg-white bg-opacity-80 py-6 px-6"> |
| <div class="container mx-auto text-center"> |
| <p class="text-gray-600 count-font"> |
| <i data-feather="heart" class="inline w-4 h-4 text-red-500"></i> |
| Sweet D-Day - ์ปคํ์ ์ํ ํน๋ณํ ๋๋ฐ์ด ๊ด๋ฆฌ ์๋น์ค |
| </p> |
| </div> |
| </footer> |
| </div> |
|
|
| <script> |
| AOS.init(); |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|