Add CMS setup, update frontend pages and layouts, and modify json configs

This commit is contained in:
2025-08-30 13:43:22 +03:00
parent 81b875023b
commit 8997ad9f06
18 changed files with 786 additions and 58 deletions

View File

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