From c3e935cf942c28aec6dc542f17987ecff88e971f Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 25 Mar 2025 19:34:21 +0330 Subject: [PATCH] danak suggested: --- src/app/globals.css | 2 +- src/app/home/DanakSuggestedService.tsx | 12 ++++++++- src/components/ServiceItem.tsx | 36 ++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 src/components/ServiceItem.tsx diff --git a/src/app/globals.css b/src/app/globals.css index e2132b1..3cbf337 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -37,7 +37,7 @@ textarea::placeholder { @theme { --color-primary: black; - --spacing-maxWidth: 1280px; + --spacing-maxWidth: 1100px; } tbody tr { diff --git a/src/app/home/DanakSuggestedService.tsx b/src/app/home/DanakSuggestedService.tsx index 59030a8..d9e1730 100644 --- a/src/app/home/DanakSuggestedService.tsx +++ b/src/app/home/DanakSuggestedService.tsx @@ -1,8 +1,18 @@ import { FC } from 'react' +import ServiceItem from '@/components/ServiceItem' const DanakSuggestedService: FC = () => { return ( -
DanakSuggestedService
+
+

+ سرویس های پیشنهادی داناک +

+ +
+ + +
+
) } diff --git a/src/components/ServiceItem.tsx b/src/components/ServiceItem.tsx new file mode 100644 index 0000000..8df646e --- /dev/null +++ b/src/components/ServiceItem.tsx @@ -0,0 +1,36 @@ +import { ArrowLeft } from 'iconsax-react' +import { FC } from 'react' + +const ServiceItem: FC = () => { + return ( +
+
+
+
+ دسته بندی +
+
+ +

+ دی منو +

+ +

+ منو دیجیتال رستوران +

+ +

+ لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم استلورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک است چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است +

+ +
+
+
جزییات
+ +
+
+
+ ) +} + +export default ServiceItem \ No newline at end of file