This commit is contained in:
2025-09-17 18:32:20 +02:00
parent 9277bc7105
commit 02557fcb82
10 changed files with 201 additions and 60 deletions

View File

@@ -54,7 +54,7 @@ export function ClickableGallery() {
return (
<div ref={ref}>
<div className="relative isolate pt-0 pb-0 bg-black text-center w-full">
<div className="relative isolate pt-24 pb-0 bg-black text-center w-full">
<motion.div initial={{ opacity: 0, y: 20 }} animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 20 }} transition={{ duration: 0.8, delay: 0.1 }} className="mx-auto max-w-5xl">
<H2 className="text-center mt-12">One Agent, Endless Possibilities.</H2>
</motion.div>