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