import { useUser } from "../hooks/useUser"; import { Link } from "react-router-dom"; import Nav from "../components/ui/Nav"; import coverWorker from "../assets/img/illustrations/cover_worker.svg"; import screenWorker1 from "../assets/img/illustrations/screen_worker_1.svg"; import screenWorker2 from "../assets/img/illustrations/screen_worker_2.svg"; import AnimatedPage from "../components/AnimatedPage"; import Clouds from "../components/animations/Clouds"; export default function Home() { const { screensTranslations } = useUser(); if (!screensTranslations || !screensTranslations.home) return
loading
; const currentScreenTranslations = screensTranslations.home; const uiTranslations = screensTranslations.ui; return ( <>{currentScreenTranslations.app_description}