add some php host api and add hire developer and ai agent page

This commit is contained in:
Suvodip
2025-03-26 19:58:45 +05:30
parent 63c973f1ca
commit d2f3576d10
15 changed files with 1286 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
---
import Layout from "../layouts/Layout.astro";
import Developer from "../components/HireDeveloper";
---
<Layout title="">
<div>
<Developer client:load />
</div>
</Layout>