Adjust hero padding and vertical alignment

cgen-87dab7408f4f499fa3ef9439ceeed278
This commit is contained in:
Builder.io 2025-10-19 21:06:45 +00:00
parent 6104c6c759
commit 4ffec03707

View file

@ -277,7 +277,7 @@ export default function Index() {
)}
{/* Hero Section - Geometric Design */}
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
<section className="relative min-h-screen flex items-start justify-center overflow-hidden pt-24 sm:pt-36">
{/* Geometric Background Pattern */}
<div className="absolute inset-0">
<div className="absolute inset-0 bg-gradient-to-br from-aethex-900/50 via-background to-aethex-800/50" />