diff --git a/public/images/logo.png b/public/images/logo.png new file mode 100644 index 0000000..6da4ffd Binary files /dev/null and b/public/images/logo.png differ diff --git a/src/app/auth/components/LoginStep2.tsx b/src/app/auth/components/LoginStep2.tsx index 06e838f..6a8b455 100644 --- a/src/app/auth/components/LoginStep2.tsx +++ b/src/app/auth/components/LoginStep2.tsx @@ -139,13 +139,13 @@ const LoginStep2: FC = () => {
کد فعالسازی را دریافت نکردید؟ {countdownValue !== '00:00' ? ( - {countdownValue} + {countdownValue} ) : ( diff --git a/src/app/blogs/[id]/page.tsx b/src/app/blogs/[id]/page.tsx index a632af5..a42c71e 100644 --- a/src/app/blogs/[id]/page.tsx +++ b/src/app/blogs/[id]/page.tsx @@ -91,10 +91,10 @@ const BlogDetail: NextPage = () => {
برچسب‌ها: - سامسونگ - گلکسی بوک - لپ‌تاپ - OLED + سامسونگ + گلکسی بوک + لپ‌تاپ + OLED
@@ -103,7 +103,7 @@ const BlogDetail: NextPage = () => {
اشتراک‌گذاری: -
@@ -122,12 +123,12 @@ const BrandProductsCarousel: FC = ({ products, brandName }) => { } .brand-products-swiper .swiper-pagination-bullet-active { - background: #3b82f6; + background: ${PRIMARY_COLOR}; } .brand-products-swiper .swiper-button-next, .brand-products-swiper .swiper-button-prev { - color: #3b82f6; + color: ${PRIMARY_COLOR}; width: 32px; height: 32px; margin-top: -16px; diff --git a/src/app/brand/components/BrandSorts.tsx b/src/app/brand/components/BrandSorts.tsx index e10cd2e..4653723 100644 --- a/src/app/brand/components/BrandSorts.tsx +++ b/src/app/brand/components/BrandSorts.tsx @@ -95,7 +95,7 @@ const BrandSorts: FC = ({ data }) => { {sortOptions.map((option) => (
{ handleSortChange(option.key) diff --git a/src/app/brand/components/Pagination.tsx b/src/app/brand/components/Pagination.tsx index 7c0a554..8f2fc31 100644 --- a/src/app/brand/components/Pagination.tsx +++ b/src/app/brand/components/Pagination.tsx @@ -64,8 +64,8 @@ const Pagination: FC = ({ currentPage, totalPages, onPageChange }) => { )}
diff --git a/src/app/product/components/ShopInformation.tsx b/src/app/product/components/ShopInformation.tsx index 1d87107..666e963 100644 --- a/src/app/product/components/ShopInformation.tsx +++ b/src/app/product/components/ShopInformation.tsx @@ -6,6 +6,7 @@ import React from 'react' import { Product } from '@/types/product.types' import Image from 'next/image' import Cart from './Cart' +import { PRIMARY_COLOR } from '@/config/const' interface ShopInformationProps { product: Product @@ -68,13 +69,13 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
- +
ارسال از {shop.shopName} حداکثر پس از {postingTime} روز کاری
- +
گارانتی اصالت و سلامت فیزیکی کالا
diff --git a/src/app/products/components/Sorts.tsx b/src/app/products/components/Sorts.tsx index aa73052..c0581ff 100644 --- a/src/app/products/components/Sorts.tsx +++ b/src/app/products/components/Sorts.tsx @@ -95,7 +95,7 @@ const Sorts: FC = ({ data }) => { {sortOptions.map((option) => (
{ handleSortChange(option.key) diff --git a/src/app/profile/components/AddressModal.tsx b/src/app/profile/components/AddressModal.tsx index 5fa2a42..f91ff45 100644 --- a/src/app/profile/components/AddressModal.tsx +++ b/src/app/profile/components/AddressModal.tsx @@ -251,7 +251,7 @@ const AddressModal: React.FC = ({ {/* Selected Location Display */} {selectedLocation && ( -
+
@@ -287,7 +287,7 @@ const AddressModal: React.FC = ({