basic style & add mui and aos & banner style
This commit is contained in:
+4
-2
@@ -1,5 +1,5 @@
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import ThemeRegistry from './component/ThemeRegistry';
|
||||
|
||||
export const metadata = {
|
||||
title: "Create Next App",
|
||||
@@ -9,7 +9,9 @@ export const metadata = {
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="fa" dir='rtl'>
|
||||
<body className='bg-[#F5F5F5]'>{children}</body>
|
||||
<ThemeRegistry>
|
||||
<body className='bg-[#F5F5F5]'>{children}</body>
|
||||
</ThemeRegistry>
|
||||
</html>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user