api call ssr landing + latest product + ...

This commit is contained in:
hamid zarghami
2025-08-27 15:57:05 +03:30
parent b0f299fc70
commit 3f2a5878d0
27 changed files with 410 additions and 93 deletions
+3
View File
@@ -4,6 +4,8 @@ import "../../public/css/fontiran.css";
import 'swiper/css';
import QueryProvider from "@/config/QueryProvider";
import ToastContainer from "@/components/Toast";
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'
export const metadata: Metadata = {
title: "Create Next App",
@@ -21,6 +23,7 @@ export default function RootLayout({
<QueryProvider>
{children}
<ToastContainer />
<ReactQueryDevtools initialIsOpen={false} />
</QueryProvider>
</body>
</html>