Components
Loading preview...
A minimal, standout "Let's Work Together" component with a hover effect and smooth micro-interactions
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/lets-work-sectionimport { LetsWorkTogether } from "@/components/ui/lets-work-section"
export default function Page() {
return (
<main className='w-full'>
<LetsWorkTogether />
</main>
)
}