"use client" import { LanguageProvider } from "@/components/language-context" import Navigation from "@/components/navigation" import Hero from "@/components/hero" import Applications from "@/components/applications" import ProjectGallery from "@/components/project-gallery" import ScopeOfWork from "@/components/scope-of-work" import Contact from "@/components/contact" import SteampunkBackground from "@/components/steampunk-background" export default function Home() { return (
) }