Adjust Engage hero spacing
cgen-430a8db625a84310bdec088d10e2371c
This commit is contained in:
parent
845f28ef20
commit
fe64706e23
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ export default function Engage() {
|
|||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient">
|
||||
{/* Hero */}
|
||||
<section className="relative overflow-hidden py-20 lg:py-28">
|
||||
<section className="relative overflow-hidden py-16 sm:py-24 lg:py-28">
|
||||
<div className="absolute inset-0 opacity-15">
|
||||
{[...Array(35)].map((_, idx) => (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue