upload 29/12

This commit is contained in:
2025-12-29 17:43:31 +07:00
parent 1be2e55959
commit 19b55a3d93
138 changed files with 18742 additions and 0 deletions

10
src/app/page.tsx Normal file
View File

@@ -0,0 +1,10 @@
import Home from "@/components/home";
export default function HomePage() {
return (
<>
<Home />
</>
)
}