|
1 | 1 | ---
|
2 | 2 | import VimLogo from "./VimLogo.astro";
|
| 3 | +import { ExternalLink, Heart } from "@lucide/astro"; |
3 | 4 | ---
|
4 | 5 |
|
5 | 6 | <section
|
@@ -34,20 +35,50 @@ import VimLogo from "./VimLogo.astro";
|
34 | 35 | </p>
|
35 | 36 | </div>
|
36 | 37 | </div>
|
37 |
| - <div class="flex flex-col items-center justify-center gap-3 sm:flex-row"> |
| 38 | + <div |
| 39 | + class="mb-6 inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white" |
| 40 | + > |
| 41 | + <span class="text-sm font-bold md:text-base" |
| 42 | + >🎉 チケット販売開始! 🎉</span |
| 43 | + > |
| 44 | + </div> |
| 45 | + <div |
| 46 | + class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row" |
| 47 | + > |
38 | 48 | <button
|
39 | 49 | class="inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md border border-emerald-600 bg-background px-4 py-2 text-sm font-medium whitespace-nowrap text-emerald-700 ring-offset-background transition-colors hover:bg-emerald-50 hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
|
40 | 50 | ><a href="#cfp">プロポーザルを提出する</a></button
|
41 | 51 | >
|
42 | 52 | <button
|
43 |
| - disabled |
44 |
| - class="inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" |
45 |
| - >参加登録</button |
| 53 | + class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" |
| 54 | + ><a |
| 55 | + class="flex" |
| 56 | + href="https://peatix.com/event/4468402/view" |
| 57 | + target="_blank" |
| 58 | + rel="noopener" |
| 59 | + >チケットを購入する |
| 60 | + <ExternalLink class="ml-2 h-4 w-4" /> |
| 61 | + </a></button |
46 | 62 | ><button
|
47 | 63 | disabled
|
48 | 64 | class="inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md border border-emerald-600 bg-background px-4 py-2 text-sm font-medium whitespace-nowrap text-emerald-700 ring-offset-background transition-colors hover:bg-emerald-50 hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
|
49 | 65 | ><a href="#schedule">スケジュールを見る</a></button
|
50 | 66 | >
|
51 | 67 | </div>
|
| 68 | + <div class="flex justify-center"> |
| 69 | + <a |
| 70 | + href="https://peatix.com/event/4468783/view" |
| 71 | + target="_blank" |
| 72 | + rel="noopener" |
| 73 | + > |
| 74 | + <button |
| 75 | + class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-pink-500 bg-gradient-to-r px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-pink-600 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" |
| 76 | + > |
| 77 | + <Heart class="mr-2 h-5 w-5" /> |
| 78 | + 個人スポンサーになる |
| 79 | + <ExternalLink class="ml-2 h-4 w-4" /> |
| 80 | + </button> |
| 81 | + </a> |
| 82 | + </div> |
52 | 83 | </div>
|
53 | 84 | </section>
|
0 commit comments