|
1 | 1 | --- |
2 | 2 | import VimLogo from "./VimLogo.astro"; |
3 | | -import { ExternalLink, Heart, Zap } from "@lucide/astro"; |
| 3 | +import { ExternalLink } from "@lucide/astro"; |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | <section |
@@ -35,61 +35,23 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro"; |
35 | 35 | </p> |
36 | 36 | </div> |
37 | 37 | </div> |
38 | | - <div class="mb-6 flex flex-col items-center gap-3"> |
39 | | - <div |
40 | | - class="inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white" |
41 | | - > |
42 | | - <span class="text-sm font-bold md:text-base" |
43 | | - >🎉 チケット販売開始! 🎉</span |
44 | | - > |
45 | | - </div> |
46 | | - </div> |
47 | | - <div class="mb-6 flex flex-col items-center gap-3"> |
48 | | - <div |
49 | | - class="inline-flex items-center rounded-full bg-gradient-to-r from-orange-500 to-red-500 px-6 py-3 text-white" |
50 | | - > |
51 | | - <a |
52 | | - class="flex" |
53 | | - href="https://youtube.com/live/9MQpu0nxl5E" |
54 | | - target="_blank" |
55 | | - rel="noopener" |
56 | | - > |
57 | | - YouTube 配信はこちら<ExternalLink class="ml-2 h-4 w-4" /> |
58 | | - </a> |
59 | | - </div> |
60 | | - </div> |
61 | 38 | <div |
62 | 39 | class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row" |
63 | 40 | > |
64 | 41 | <button |
65 | | - 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" |
| 42 | + class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-red-500 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-red-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" |
66 | 43 | ><a |
67 | 44 | class="flex" |
68 | | - href="https://peatix.com/event/4468402/view" |
| 45 | + href="https://youtube.com/live/9MQpu0nxl5E" |
69 | 46 | target="_blank" |
70 | 47 | rel="noopener" |
71 | | - >チケットを購入する |
| 48 | + >YouTube 配信のアーカイブはこちら |
72 | 49 | <ExternalLink class="ml-2 h-4 w-4" /> |
73 | 50 | </a></button |
74 | 51 | ><button |
75 | 52 | 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" |
76 | 53 | ><a href="#schedule">スケジュールを見る</a></button |
77 | 54 | > |
78 | 55 | </div> |
79 | | - <div class="flex flex-col justify-center gap-2"> |
80 | | - <a |
81 | | - href="https://peatix.com/event/4468783/view" |
82 | | - target="_blank" |
83 | | - rel="noopener" |
84 | | - > |
85 | | - <button |
86 | | - 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" |
87 | | - > |
88 | | - <Heart class="mr-2 h-5 w-5" /> |
89 | | - 個人スポンサーになる |
90 | | - <ExternalLink class="ml-2 h-4 w-4" /> |
91 | | - </button> |
92 | | - </a> |
93 | | - </div> |
94 | 56 | </div> |
95 | 57 | </section> |
0 commit comments