File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" container mx-auto px-4" >
3
3
<div class =" mb-8 text-center" >
4
4
<h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >
5
- Sponsors
5
+ スポンサー
6
6
</h2 >
7
7
<div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
8
8
</div >
9
9
<div class =" mb-10" >
10
10
<h3 class =" mb-6 text-center text-xl font-semibold md:text-2xl" >
11
- Corporate Sponsors
11
+ 企業スポンサー
12
12
</h3 >
13
13
<div class =" space-y-10" >
14
14
<div class =" space-y-6" >
15
- <h4 class =" text-center text-lg font-medium" >Platinum </h4 >
15
+ <h4 class =" text-center text-lg font-medium" >プラチナ </h4 >
16
16
<div
17
17
class =" grid grid-cols-1 justify-items-center gap-8 md:grid-cols-2"
18
18
>
41
41
</div >
42
42
</div >
43
43
<div class =" space-y-6" >
44
- <h4 class =" text-center text-lg font-medium" >Gold </h4 >
44
+ <h4 class =" text-center text-lg font-medium" >ゴールド </h4 >
45
45
<div
46
46
class =" grid grid-cols-2 justify-items-center gap-6 md:grid-cols-3"
47
47
>
70
70
</div >
71
71
</div >
72
72
<div class =" space-y-6" >
73
- <h4 class =" text-center text-lg font-medium" >Silver </h4 >
73
+ <h4 class =" text-center text-lg font-medium" >シルバー </h4 >
74
74
<div
75
75
class =" grid grid-cols-3 justify-items-center gap-4 md:grid-cols-4"
76
76
>
119
119
</div >
120
120
<div class =" mb-8" >
121
121
<h3 class =" mb-6 text-center text-xl font-semibold md:text-2xl" >
122
- Individual Sponsors
122
+ 個人スポンサー
123
123
</h3 >
124
124
<div class =" rounded-lg bg-emerald-50 p-4 md:p-6" >
125
125
<div class =" flex flex-wrap justify-center gap-4" >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import VenueMap from "@/components/VenueMap.astro";
5
5
<section id =" venue" class =" bg-white py-10 md:py-16" >
6
6
<div class =" container mx-auto px-4" >
7
7
<div class =" mb-8 text-center" >
8
- <h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >Venue </h2 >
8
+ <h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >会場 </h2 >
9
9
<div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
10
10
</div >
11
11
<div class =" grid items-center gap-6 md:grid-cols-2" >
You can’t perform that action at this time.
0 commit comments