{t.title}
{t.subtitle}
{t.footer}
import { motion } from "framer-motion"; import ProjectCard from "@/components/ProjectCard"; import LangSwitch from "@/components/LangSwitch"; import { LangProvider, useT } from "@/hooks/useLang"; const PageContent = () => { const t = useT(); return (
{t.subtitle}
{t.footer}