File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
components/ResourcesAndContacts Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,27 @@ const ResourcesAndContacts = () => {
134
134
</ a >
135
135
</ div >
136
136
</ div >
137
+
138
+ < div className = "bg-[#080036] mt-20" >
139
+ < div className = "grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5" >
140
+ < a href = "#" target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
141
+ < p className = "text-xl font-bold m-2" >
142
+ DISCORD
143
+ </ p >
144
+ </ a >
145
+ < a href = "#" target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
146
+ < p className = "text-xl font-bold m-2" >
147
+ FACEBOOK
148
+ </ p >
149
+ </ a >
150
+ < a href = "#" target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
151
+ < p className = "text-xl font-bold m-2" >
152
+ FACEBOOK GROUP
153
+ </ p >
154
+ </ a >
155
+ </ div >
156
+
157
+ </ div >
137
158
</ section >
138
159
)
139
160
}
You can’t perform that action at this time.
0 commit comments