create all proj components also build main screen ui also create sambil dashbord

This commit is contained in:
m7amedez5511
2026-06-04 21:24:01 +03:00
parent 54e57ff32a
commit 5554f5238c
27 changed files with 1274 additions and 73 deletions

8
app/home/page.tsx Normal file
View File

@@ -0,0 +1,8 @@
import { Topbar } from "../components/layout/Topbar";
export default function HomePage() {
return <section className="">Home
<Topbar/>
</section>;
}