Initial Changes

This commit is contained in:
2025-03-01 15:29:32 +05:30
parent 12caeee710
commit e4d8b2cf58
20 changed files with 330 additions and 175 deletions

View File

@@ -12,6 +12,7 @@ export const metadata = {
description: "Powered by Rudraksha",
};
export default function RootLayout({ children }) {
return (
<html lang="en">
@@ -27,12 +28,12 @@ export default function RootLayout({ children }) {
<ContextProvider>
<CurrencyProvider>
<ProductContextProvider>
<NavigationWrapper />
{children}
<WrapperFooter />
</ProductContextProvider>
</CurrencyProvider>
<ProductContextProvider>
<NavigationWrapper />
{children}
<WrapperFooter />
</ProductContextProvider>
</CurrencyProvider>
</ContextProvider>
</body>
</html>