diff --git a/src/components/Policies.tsx b/src/components/Policies.tsx
index 15523e8..e0bd551 100644
--- a/src/components/Policies.tsx
+++ b/src/components/Policies.tsx
@@ -1,12 +1,12 @@
import { motion } from 'framer-motion';
import { useLanguage } from '../contexts/LanguageContext';
import { Link } from 'react-router-dom';
-import { ArrowLeft, ExternalLink } from 'lucide-react';
+import { ArrowLeft, ExternalLink, Camera, MapPin, Bell } from 'lucide-react';
const Policies = () => {
const { t } = useLanguage();
- const sections = [1, 2, 3, 4, 5, 6];
+ const sections = [2, 3, 4, 5, 6]; // Sections after the permission cards (1 is before)
const containerVariants = {
hidden: { opacity: 0 },
@@ -50,18 +50,63 @@ const Policies = () => {
>
{/* Header */}
{t('policies.intro')}
+ {t('policies.section.1.content')}
+ {t('policies.data.camera.desc')} {t('policies.data.gps.desc')} {t('policies.data.notif.desc')}{t('policies.title')}
+ {t('policies.title')}
+
+ {t('policies.section.1.title')}
+
+ {t('policies.permissions.title')}
+ {t('policies.data.camera')}
+ {t('policies.data.gps')}
+ {t('policies.data.notif')}
+
+
{t(`policies.section.${num}.content`)}