Merge branch 'main' of https://github.com/hamedhosseini143/nobat724_front
This commit is contained in:
@@ -2,6 +2,8 @@ import "./globals.css";
|
|||||||
import ThemeRegistry from "./component/ThemeRegistry";
|
import ThemeRegistry from "./component/ThemeRegistry";
|
||||||
import "jalaali-react-date-picker/lib/styles/index.css";
|
import "jalaali-react-date-picker/lib/styles/index.css";
|
||||||
import { Providers } from "./Providers";
|
import { Providers } from "./Providers";
|
||||||
|
import { GoogleAnalytics } from "@next/third-parties/google";
|
||||||
|
import { GoogleTagManager } from "@next/third-parties/google";
|
||||||
|
|
||||||
// Toastify
|
// Toastify
|
||||||
import "react-toastify/dist/ReactToastify.css";
|
import "react-toastify/dist/ReactToastify.css";
|
||||||
@@ -24,10 +26,12 @@ export default function RootLayout({ children }) {
|
|||||||
content="width=device-width,initial-scale=1,maximum-scale=1"
|
content="width=device-width,initial-scale=1,maximum-scale=1"
|
||||||
/>
|
/>
|
||||||
<ThemeRegistry>
|
<ThemeRegistry>
|
||||||
|
<GoogleTagManager gtmId="GTM-NXBSV7GS" />
|
||||||
<body className="bg-[#FAFAFA]">
|
<body className="bg-[#FAFAFA]">
|
||||||
<Providers>{children}</Providers>
|
<Providers>{children}</Providers>
|
||||||
<CustomToastify />
|
<CustomToastify />
|
||||||
</body>
|
</body>
|
||||||
|
<GoogleAnalytics gaId="G-HG3RZ1PJS5" />
|
||||||
</ThemeRegistry>
|
</ThemeRegistry>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
export const listNav = [
|
export const listNav = [
|
||||||
{ id: 1, name: "صفحه اصلی", link: "/" },
|
{ id: 1, name: "صفحه اصلی", link: "/" },
|
||||||
{ id: 2, name: "تخصص ها", link: "/specialties" },
|
{ id: 2, name: "تخصص ها", link: "/specialties" },
|
||||||
{ id: 3, name: "کلینک ها", link: "/clinics" },
|
{ id: 3, name: "کلینیک ها ", link: "/clinics" },
|
||||||
{ id: 4, name: "بلاگ", link: "/blogs" },
|
{ id: 4, name: "بلاگ", link: "/blogs" },
|
||||||
{ id: 5, name: "تماس با ما", link: "/contact-us" },
|
{ id: 5, name: "تماس با ما", link: "/contact-us" },
|
||||||
{ id: 6, name: "درباره ما", link: "/about-us" },
|
{ id: 6, name: "درباره ما", link: "/about-us" },
|
||||||
|
|||||||
Generated
+5073
-5138
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -18,6 +18,7 @@
|
|||||||
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
|
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
|
||||||
"@mui/x-charts": "^7.16.0",
|
"@mui/x-charts": "^7.16.0",
|
||||||
"@mui/x-date-pickers": "^7.17.0",
|
"@mui/x-date-pickers": "^7.17.0",
|
||||||
|
"@next/third-parties": "^15.1.0",
|
||||||
"aos": "^2.3.4",
|
"aos": "^2.3.4",
|
||||||
"axios": "^1.7.7",
|
"axios": "^1.7.7",
|
||||||
"date-fns": "^3.6.0",
|
"date-fns": "^3.6.0",
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
"i": "^0.3.7",
|
"i": "^0.3.7",
|
||||||
"jalaali-react-date-picker": "^1.0.18",
|
"jalaali-react-date-picker": "^1.0.18",
|
||||||
"jalali-moment": "^3.3.11",
|
"jalali-moment": "^3.3.11",
|
||||||
"next": "14.2.3",
|
"next": "^14.2.20",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"npm": "^10.8.2",
|
"npm": "^10.8.2",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user