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 "jalaali-react-date-picker/lib/styles/index.css";
|
||||
import { Providers } from "./Providers";
|
||||
import { GoogleAnalytics } from "@next/third-parties/google";
|
||||
import { GoogleTagManager } from "@next/third-parties/google";
|
||||
|
||||
// Toastify
|
||||
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"
|
||||
/>
|
||||
<ThemeRegistry>
|
||||
<GoogleTagManager gtmId="GTM-NXBSV7GS" />
|
||||
<body className="bg-[#FAFAFA]">
|
||||
<Providers>{children}</Providers>
|
||||
<CustomToastify />
|
||||
</body>
|
||||
<GoogleAnalytics gaId="G-HG3RZ1PJS5" />
|
||||
</ThemeRegistry>
|
||||
</html>
|
||||
);
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
export const listNav = [
|
||||
{ id: 1, name: "صفحه اصلی", link: "/" },
|
||||
{ id: 2, name: "تخصص ها", link: "/specialties" },
|
||||
{ id: 3, name: "کلینک ها", link: "/clinics" },
|
||||
{ id: 3, name: "کلینیک ها ", link: "/clinics" },
|
||||
{ id: 4, name: "بلاگ", link: "/blogs" },
|
||||
{ id: 5, name: "تماس با ما", link: "/contact-us" },
|
||||
{ id: 6, name: "درباره ما", link: "/about-us" },
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
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/x-charts": "^7.16.0",
|
||||
"@mui/x-date-pickers": "^7.17.0",
|
||||
"@next/third-parties": "^15.1.0",
|
||||
"aos": "^2.3.4",
|
||||
"axios": "^1.7.7",
|
||||
"date-fns": "^3.6.0",
|
||||
@@ -25,7 +26,7 @@
|
||||
"i": "^0.3.7",
|
||||
"jalaali-react-date-picker": "^1.0.18",
|
||||
"jalali-moment": "^3.3.11",
|
||||
"next": "14.2.3",
|
||||
"next": "^14.2.20",
|
||||
"next-themes": "^0.3.0",
|
||||
"npm": "^10.8.2",
|
||||
"react": "^18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user