Add Labs logo to hero section
cgen-bd24b2ed1ac74186a86094b8cf1c7569
This commit is contained in:
parent
3e494a0398
commit
9499eb218a
4 changed files with 28 additions and 0 deletions
|
|
@ -120,6 +120,13 @@ export default function Corp() {
|
|||
{/* Hero Section */}
|
||||
<section className="py-16 lg:py-24">
|
||||
<div className="container mx-auto max-w-6xl px-4">
|
||||
<div className="mb-8 flex justify-center">
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fae654ecc18b241bdab273893e8231970?format=webp&width=800"
|
||||
alt="Corp Logo"
|
||||
className="h-24 w-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<Badge className="border-blue-400/40 bg-blue-500/10 text-blue-300 shadow-[0_0_20px_rgba(59,130,246,0.2)] mb-6">
|
||||
<Briefcase className="h-4 w-4 mr-2" />
|
||||
AeThex Corp
|
||||
|
|
|
|||
|
|
@ -130,6 +130,13 @@ export default function Foundation() {
|
|||
{/* Hero Section */}
|
||||
<section className="py-16 lg:py-24">
|
||||
<div className="container mx-auto max-w-6xl px-4">
|
||||
<div className="mb-8 flex justify-center">
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc02cb1bf5056479bbb3ea4bd91f0d472?format=webp&width=800"
|
||||
alt="Foundation Logo"
|
||||
className="h-24 w-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<Badge className="border-red-400/40 bg-red-500/10 text-red-300 shadow-[0_0_20px_rgba(239,68,68,0.2)] mb-6">
|
||||
<Heart className="h-4 w-4 mr-2" />
|
||||
AeThex Foundation
|
||||
|
|
|
|||
|
|
@ -80,6 +80,13 @@ export default function GameForge() {
|
|||
{/* Hero Section */}
|
||||
<section className="py-16 lg:py-24">
|
||||
<div className="container mx-auto max-w-6xl px-4">
|
||||
<div className="mb-8 flex justify-center">
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800"
|
||||
alt="GameForge Logo"
|
||||
className="h-24 w-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<Badge className="border-green-400/40 bg-green-500/10 text-green-300 shadow-[0_0_20px_rgba(34,197,94,0.2)] mb-6">
|
||||
<Gamepad2 className="h-4 w-4 mr-2" />
|
||||
GameForge Production
|
||||
|
|
|
|||
|
|
@ -82,6 +82,13 @@ export default function Labs() {
|
|||
{/* Hero Section */}
|
||||
<section className="py-16 lg:py-24">
|
||||
<div className="container mx-auto max-w-6xl px-4">
|
||||
<div className="mb-8 flex justify-center">
|
||||
<img
|
||||
src="https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F85fe7910cff6483db1ea99c154684844?format=webp&width=800"
|
||||
alt="Labs Logo"
|
||||
className="h-24 w-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<Badge className="border-yellow-400/40 bg-yellow-500/10 text-yellow-300 shadow-[0_0_20px_rgba(251,191,36,0.2)] mb-6">
|
||||
<Microscope className="h-4 w-4 mr-2" />
|
||||
AeThex Labs
|
||||
|
|
|
|||
Loading…
Reference in a new issue