diff --git a/src/components/gradient-provider.tsx b/src/components/gradient-provider.tsx index d0e5f10..904dcaf 100644 --- a/src/components/gradient-provider.tsx +++ b/src/components/gradient-provider.tsx @@ -63,9 +63,11 @@ export function BackgroundGradentProvider({ // blur and fade in initial={{ opacity: 0, filter: "blur(10px)" }} animate={{ opacity: 1, filter: "blur(0px)" }} + transition={{ delay: 0.6 }} className="w-full h-full" >