FunctionBackgroundGradientAnimation({
gradientBackgroundStart = "rgb(108, 0, 162)",
gradientBackgroundEnd = "rgb(0, 17, 82)",
firstColor =
components/ui/GradientBg.tsx:5
FunctionBentoGridItem({
className,
id,
title,
description,
// remove unecessary things here
img,
imgClassName,
ti
components/ui/BentoGrid.tsx:35
FunctionCanvasRevealEffect({
animationSpeed = 0.4,
opacities = [0.3, 0.3, 0.3, 0.5, 0.5, 0.5, 0.8, 0.8, 0.8, 1],
colors = [[0, 255
components/ui/CanvasRevealEffect.tsx:7
FunctionDotMatrix({
colors = [[0, 0, 0]],
opacities = [0.04, 0.04, 0.04, 0.04, 0.04, 0.08, 0.08, 0.08, 0.08, 0.14],
total
components/ui/CanvasRevealEffect.tsx:60
FunctionHoverBorderGradient({
children,
containerClassName,
className,
as: Tag = "button",
duration = 1,
clockwise = true,
components/ui/HoverBorder.tsx:9
FunctionInfiniteMovingCards({
items,
direction = "left",
speed = "fast",
pauseOnHover = true,
className,
}: {
items: {
qu
components/ui/InfiniteCards.tsx:6
FunctionMagicButton({
title,
icon,
position,
handleClick,
otherClasses,
}: {
title: string;
icon: React.ReactNode;
components/MagicButton.tsx:11