FunctionPixelCanvas({
gap = 5,
speed = 30,
colors = "#e0f2fe, #7dd3fc, #0ea5e9",
noFocus = false
})
components/easyui/pixel-card.tsx:33
FunctionPricingCard({ isYearly, title, monthlyPrice, yearlyPrice, description, features, actionLabel, popular, exclusive }: Prici
app/pricing/page.tsx:47
FunctionReviewCard({
img,
name,
username,
body,
link,
}: {
img: string;
name: string;
username: string;
body:
app/testimonials/page.tsx:46
FunctionSparklesText({
text,
colors = { first: "#A07CFE", second: "#FE8FB5" },
className,
sparklesCount = 10,
...props
}
components/magicui/sparkles-text.tsx:62
FunctionTiltMotion({
children,
tiltFactor = 15,
perspective = 1000,
scale = 1.05,
transitionDuration = 0.5,
})
components/easyui/tilt-motion.tsx:15
FunctionTransactionPopup({
transaction,
onClose,
className,
headerClassName,
closeButtonClassName,
contentClassName,
ico
components/easyui/transaction-list.tsx:47