Components
Loading preview...
Here is scroll animation in hero section
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/hero-scroll-animation// demo.tsx
import React from 'react';
import Component from '@/components/ui/hero-scroll-animation';
function ComponentDemo() {
return (
<Component />
);
}
export { ComponentDemo as DemoOne };