refactor: simplify header component and improve hero section layouts

This commit is contained in:
2025-10-23 16:36:37 +02:00
parent 987b46588b
commit 9b3c620706
5 changed files with 64 additions and 134 deletions

View File

@@ -19,7 +19,7 @@ export function HomeAurora() {
backgroundSize: "cover",
backgroundPosition: "center",
}}
className="relative mx-auto py-24 h-screen flex flex-col items-center justify-center gap-4 px-4 max-w-5xl"
className="relative mx-auto pb-24 pt-0 h-screen flex flex-col items-center justify-center gap-4 px-4 max-w-5xl"
>
<div className="text-center text-gray-800">
<H1>Decentralized Autonomous <span className="text-bold lg:text-8xl">Agentic Cloud.</span></H1>