FunctionHoverBorderGradient({
children,
containerClassName,
className,
as,
duration = 1,
clockwise = true,
...props
}: Hove
components/ui/hover-border-gradient.tsx:18
FunctionMarquee({
className,
reverse = false,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
...
components/magicui/marquee.tsx:35
FunctionReviewCard({
img,
name,
username,
body,
href,
}: {
img: string;
name: string;
username: string;
body:
components/Hero/Testimonials.tsx:24
FunctionScreenshot({
srcLight,
srcDark,
alt,
width,
height,
className,
}: ScreenshotProps)
components/ui/screenshot.tsx:16
FunctionSingleTweetTestimonial({
name,
handle,
tweetUrl,
avatarUrl,
text,
className,
}: SingleTweetTestimonialProps)
components/Hero/SingleTweetTestimonial.tsx:25