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

@ -1,9 +1,9 @@
"use client";
import SEO from '@/src/components/data/seo';
import HeaderThree from '@/src/components/layout/header/header-three';
import SEO from '@/components/data/seo';
import HeaderThree from '@/components/layout/header/header-three';
import BreadCrumb from '../common/breadcrumb';
import Error from './error';
import FooterThree from '@/src/components/layout/footer/footer-three';
import FooterThree from '@/components/layout/footer/footer-three';
import ScrollToTop from '../common/scroll/scroll-to-top';
const ErrorPage = () => {