completionId: cgen-c5cf5c418a464c54a44e34694d157e75
cgen-c5cf5c418a464c54a44e34694d157e75
This commit is contained in:
parent
3a7684abbb
commit
343a4830f1
4 changed files with 20 additions and 4 deletions
|
|
@ -23,7 +23,11 @@ export default function Corp() {
|
|||
variant="outline"
|
||||
className="border-blue-400/40 bg-blue-500/10 text-blue-300 shadow-[0_0_20px_rgba(59,130,246,0.2)]"
|
||||
>
|
||||
<span className="mr-2 inline-flex h-2 w-2 animate-pulse rounded-full bg-blue-300" />
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800"
|
||||
alt="Corp"
|
||||
className="h-5 w-5 mr-2"
|
||||
/>
|
||||
Aethex Corp
|
||||
</Badge>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,11 @@ export default function Foundation() {
|
|||
variant="outline"
|
||||
className="border-red-400/40 bg-red-500/10 text-red-300 shadow-[0_0_20px_rgba(239,68,68,0.2)]"
|
||||
>
|
||||
<span className="mr-2 inline-flex h-2 w-2 animate-pulse rounded-full bg-red-300" />
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800"
|
||||
alt="Foundation"
|
||||
className="h-5 w-5 mr-2"
|
||||
/>
|
||||
Aethex Foundation
|
||||
</Badge>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,11 @@ export default function GameForge() {
|
|||
variant="outline"
|
||||
className="border-green-400/40 bg-green-500/10 text-green-300 shadow-[0_0_20px_rgba(34,197,94,0.2)]"
|
||||
>
|
||||
<span className="mr-2 inline-flex h-2 w-2 animate-pulse rounded-full bg-green-300" />
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800"
|
||||
alt="GameForge"
|
||||
className="h-5 w-5 mr-2"
|
||||
/>
|
||||
GameForge
|
||||
</Badge>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,11 @@ export default function Labs() {
|
|||
variant="outline"
|
||||
className="border-yellow-400/40 bg-yellow-500/10 text-yellow-300 shadow-[0_0_20px_rgba(251,191,36,0.2)]"
|
||||
>
|
||||
<span className="mr-2 inline-flex h-2 w-2 animate-pulse rounded-full bg-yellow-300" />
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F85fe7910cff6483db1ea99c154684844?format=webp&width=800"
|
||||
alt="Labs"
|
||||
className="h-5 w-5 mr-2"
|
||||
/>
|
||||
Aethex Labs
|
||||
</Badge>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue