--:--
export default function Home() { return ( <main dir="rtl"> <Nav /> <Hero title={t.hero} /> <Work items={projects} /> <Contact /> </main> ); }