import HeroSection from '../components/sections/HeroSection';
import AboutSection from '../components/sections/AboutSection';
import ServicesSection from '../components/sections/ServicesSection';
import SkillsSection from '../components/sections/SkillsSection';
import CertificationsSection from '../components/sections/CertificationsSection';
import ProjectsSection from '../components/sections/ProjectsSection';
import ContactSection from '../components/sections/ContactSection';
import { PageSeo } from '../components/PageSeo';
import { useLanguage } from '../contexts/LanguageContext';
export default function HomePage() {
const { language } = useLanguage();
return (
<>
>
);
}