diff --git a/qczl-website/.gitignore b/.gitignore similarity index 100% rename from qczl-website/.gitignore rename to .gitignore diff --git a/qczl-website/index.html b/index.html similarity index 100% rename from qczl-website/index.html rename to index.html diff --git a/qczl-website/package-lock.json b/package-lock.json similarity index 100% rename from qczl-website/package-lock.json rename to package-lock.json diff --git a/qczl-website/package.json b/package.json similarity index 100% rename from qczl-website/package.json rename to package.json diff --git a/qczl-website/public/favicon.svg b/public/favicon.svg similarity index 100% rename from qczl-website/public/favicon.svg rename to public/favicon.svg diff --git a/qczl-website/public/fonts/GeistMono-Variable.woff2 b/public/fonts/GeistMono-Variable.woff2 similarity index 100% rename from qczl-website/public/fonts/GeistMono-Variable.woff2 rename to public/fonts/GeistMono-Variable.woff2 diff --git a/qczl-website/public/icons.svg b/public/icons.svg similarity index 100% rename from qczl-website/public/icons.svg rename to public/icons.svg diff --git a/qczl-website/src/App.tsx b/src/App.tsx similarity index 100% rename from qczl-website/src/App.tsx rename to src/App.tsx diff --git a/qczl-website/src/assets/hero.png b/src/assets/hero.png similarity index 100% rename from qczl-website/src/assets/hero.png rename to src/assets/hero.png diff --git a/qczl-website/src/assets/typescript.svg b/src/assets/typescript.svg similarity index 100% rename from qczl-website/src/assets/typescript.svg rename to src/assets/typescript.svg diff --git a/qczl-website/src/assets/vite.svg b/src/assets/vite.svg similarity index 100% rename from qczl-website/src/assets/vite.svg rename to src/assets/vite.svg diff --git a/qczl-website/src/components/sections/about.tsx b/src/components/sections/about.tsx similarity index 100% rename from qczl-website/src/components/sections/about.tsx rename to src/components/sections/about.tsx diff --git a/qczl-website/src/components/sections/cases.tsx b/src/components/sections/cases.tsx similarity index 100% rename from qczl-website/src/components/sections/cases.tsx rename to src/components/sections/cases.tsx diff --git a/qczl-website/src/components/sections/contact.tsx b/src/components/sections/contact.tsx similarity index 100% rename from qczl-website/src/components/sections/contact.tsx rename to src/components/sections/contact.tsx diff --git a/qczl-website/src/components/sections/footer.tsx b/src/components/sections/footer.tsx similarity index 100% rename from qczl-website/src/components/sections/footer.tsx rename to src/components/sections/footer.tsx diff --git a/qczl-website/src/components/sections/hero.tsx b/src/components/sections/hero.tsx similarity index 100% rename from qczl-website/src/components/sections/hero.tsx rename to src/components/sections/hero.tsx diff --git a/qczl-website/src/components/sections/navbar.tsx b/src/components/sections/navbar.tsx similarity index 100% rename from qczl-website/src/components/sections/navbar.tsx rename to src/components/sections/navbar.tsx diff --git a/qczl-website/src/components/sections/services.tsx b/src/components/sections/services.tsx similarity index 100% rename from qczl-website/src/components/sections/services.tsx rename to src/components/sections/services.tsx diff --git a/qczl-website/src/components/sections/team.tsx b/src/components/sections/team.tsx similarity index 100% rename from qczl-website/src/components/sections/team.tsx rename to src/components/sections/team.tsx diff --git a/qczl-website/src/components/ui/button.tsx b/src/components/ui/button.tsx similarity index 100% rename from qczl-website/src/components/ui/button.tsx rename to src/components/ui/button.tsx diff --git a/qczl-website/src/components/ui/card.tsx b/src/components/ui/card.tsx similarity index 100% rename from qczl-website/src/components/ui/card.tsx rename to src/components/ui/card.tsx diff --git a/qczl-website/src/components/ui/input.tsx b/src/components/ui/input.tsx similarity index 100% rename from qczl-website/src/components/ui/input.tsx rename to src/components/ui/input.tsx diff --git a/qczl-website/src/components/ui/textarea.tsx b/src/components/ui/textarea.tsx similarity index 100% rename from qczl-website/src/components/ui/textarea.tsx rename to src/components/ui/textarea.tsx diff --git a/qczl-website/src/index.css b/src/index.css similarity index 100% rename from qczl-website/src/index.css rename to src/index.css diff --git a/qczl-website/src/lib/utils.ts b/src/lib/utils.ts similarity index 100% rename from qczl-website/src/lib/utils.ts rename to src/lib/utils.ts diff --git a/qczl-website/src/main.tsx b/src/main.tsx similarity index 100% rename from qczl-website/src/main.tsx rename to src/main.tsx diff --git a/qczl-website/src/style.css b/src/style.css similarity index 100% rename from qczl-website/src/style.css rename to src/style.css diff --git a/qczl-website/src/vite-env.d.ts b/src/vite-env.d.ts similarity index 100% rename from qczl-website/src/vite-env.d.ts rename to src/vite-env.d.ts diff --git a/qczl-website/tsconfig.json b/tsconfig.json similarity index 100% rename from qczl-website/tsconfig.json rename to tsconfig.json diff --git a/qczl-website/vite.config.ts b/vite.config.ts similarity index 100% rename from qczl-website/vite.config.ts rename to vite.config.ts