diff --git a/src/components/PromoOffersSection.tsx b/src/components/PromoOffersSection.tsx
index 3ebff75..3c721cf 100644
--- a/src/components/PromoOffersSection.tsx
+++ b/src/components/PromoOffersSection.tsx
@@ -4,16 +4,6 @@ import { useTranslation } from 'react-i18next';
import { promoApi, PromoOffer } from '../api/promo';
// Icons
-const GiftIcon = () => (
-
-);
-
const ClockIcon = () => (
);
-const SparklesIcon = () => (
-
-);
-
const CheckIcon = () => (
);
-const ServerIcon = () => (
-
-);
-
// Helper functions
const formatTimeLeft = (
expiresAt: string,
@@ -81,9 +51,10 @@ const formatTimeLeft = (
return `${minutes}${t('promo.time.minutes')}`;
};
-const getOfferIcon = (effectType: string) => {
- if (effectType === 'test_access') return