This commit is contained in:
2025-09-13 20:57:06 +02:00
parent 5cff4fe86d
commit 8a02e3ab05
3 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ export function ClickableGallery() {
return (
<>
<div className="relative isolate pt-24 pb-0 text-center w-full h-screen">
<div className="relative isolate pt-24 pb-0 text-center w-full">
<motion.div initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ duration: 1, delay: 1 }} className="mx-auto max-w-5xl">
<H2 className="text-center">One Agent, Endless Possibilities.</H2>
</motion.div>
@@ -75,7 +75,7 @@ export function ClickableGallery() {
</div>
</div>
<section
className="relative w-full h-[900px] flex items-center justify-center overflow-hidden bg-background -mt-32"
className="relative w-full flex items-center justify-center overflow-hidden bg-background -mt-32"
onMouseEnter={() => setHovering(true)}
onMouseLeave={() => setHovering(false)}
>
@@ -83,7 +83,7 @@ export function ClickableGallery() {
<div className="pointer-events-none absolute inset-y-0 left-0 w-32 bg-gradient-to-r from-background to-transparent" />
<div className="pointer-events-none absolute inset-y-0 right-0 w-32 bg-gradient-to-l from-background to-transparent" />
<div className="relative w-full max-w-[1800px] h-full" style={{ perspective: '1600px' }}>
<div className="relative w-full max-w-[1800px] h-[500px]" style={{ perspective: '1600px' }}>
<div
aria-hidden="true"
className="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"