-
کدهای تخفیف
+
+ کدهای تخفیف
-
-
-
-
کدهای تخفیف شما
-
کد تخفیف مورد نظر را کپی کنید و در بخش پرداخت ها استفاده کنید
+
+
+
+
کدهای تخفیف شما
+
کد تخفیف مورد نظر را کپی کنید و در بخش پرداختها استفاده کنید
-
- Your
-
+ className='col-span-1 h-full text-end py-4 px-5.5 flex flex-col justify-between rounded-e-normal'
+ style={{
+ background: 'linear-gradient(165.51deg, #000000 -8.44%, #C3C7DD 100%)',
+ }}
+ >
+
+ Your
Coupon
@@ -43,47 +57,34 @@ function TransactionsIndex() {
+
-
-
-
-
-
مبلغ تخفیف: 50,000 تومان
-
قابل استفاده برای همه ی منو ها و محصولات
-
-
-
-
-
-
-
مبلغ تخفیف: 50,000 تومان
-
قابل استفاده برای همه ی منو ها و محصولات
-
-
-
-
-
-
-
مبلغ تخفیف: 50,000 تومان
-
قابل استفاده برای همه ی منو ها و محصولات
-
-
-
-
-
+
+ {[1, 2, 3].map((_, i) => (
+
+
+
مبلغ تخفیف: 50,000 تومان
+
قابل استفاده برای همهی منوها و محصولات
+
+
+
+
+ ))}
+
+
)
}
-export default TransactionsIndex
\ No newline at end of file
+export default TransactionsIndex
diff --git a/src/app/auth/layout.tsx b/src/app/auth/layout.tsx
index dec5f88..9b47fac 100644
--- a/src/app/auth/layout.tsx
+++ b/src/app/auth/layout.tsx
@@ -1,5 +1,3 @@
-
-import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider'
import { Metadata } from 'next'
export const metadata: Metadata = {
@@ -8,10 +6,8 @@ export const metadata: Metadata = {
export default function AuthLayout({ children }: { children: React.ReactNode }) {
return (
-
-
- {children}
-
-
+
+ {children}
+
)
}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 634c0f6..aa4c07c 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,5 +1,6 @@
import { Metadata } from "next";
import "./globals.css";
+import { ReactQueryProvider } from "@/components/providers/ReactQueryProvider";
export const metadata: Metadata = {
title: 'Dashboard',
@@ -19,7 +20,9 @@ export default function RootLayout({
dir="rtl"
className={`antialiased bg-background h-full`}
>
- {children}
+
+ {children}
+