last update

This commit is contained in:
Ehsan
2025-05-11 12:13:23 +03:30
parent f2e880c721
commit e4771c4e2f
13 changed files with 79 additions and 84 deletions
+1
View File
@@ -2,6 +2,7 @@ import HomePage from "@/components/home";
import Layout from "@/components/layout";
export default function Home() {
return (
<Layout title="خانه" name="">
<HomePage />