diff --git a/package.json b/package.json
index 4919838..755ea62 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "enduser.salona",
"private": true,
- "version": "0.4.0",
+ "version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src/App.css b/src/App.css
index df70129..0550647 100644
--- a/src/App.css
+++ b/src/App.css
@@ -156,3 +156,6 @@ input[inputMode='tel'] {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}
+.swiper-pagination-bullet-active {
+ @apply bg-white w-6 rounded-md;
+}
diff --git a/src/pages/explore/+components/TopSlider.tsx b/src/pages/explore/+components/TopSlider.tsx
new file mode 100644
index 0000000..a71a0ed
--- /dev/null
+++ b/src/pages/explore/+components/TopSlider.tsx
@@ -0,0 +1,19 @@
+import { Swiper, SwiperSlide } from 'swiper/react';
+import { Pagination } from 'swiper/modules';
+
+const TopSlider = () => {
+ return (
+
+ ,
- link: '',
+ link: ROUTES_OBJECT.report,
},
{
label: 'تخفیفکده',
@@ -82,8 +82,7 @@ const Explore = () => {
{
label: 'پشتیبانی',
icon:
,
- link: '',
- isLock: true,
+ link: ROUTES_OBJECT.support,
},
],
[],
@@ -99,12 +98,9 @@ const Explore = () => {
const groupedCards = chunkArray(exploreCardsData, itemsPerSlide);
return (
-