--- import { getLangFromUrl } from "@/i18n/utils"; import Layout from "@/layouts/Layout.astro"; import GlassHeader from "@/components/GlassHeader"; import HeroSection from "@/components/HeroSection"; import ExperienceSection from "@/components/ExperienceSection"; import SkillsSection from "@/components/SkillsSection"; import ProjectsSection from "@/components/ProjectsSection"; import Footer from "@/components/Footer"; const lang = getLangFromUrl(Astro.url); ---