A minimal, standout "Let's Work Together" component with a hover effect and smooth micro-interactions
import { LetsWorkTogether } from "@/components/ui/lets-work-section" export default function Page() { return ( <main className='w-full'> <LetsWorkTogether /> </main> ) }