+
+ {/* Emergency Card */}
+
+
+
+
+
+
+
Bantuan Darurat 24/7
+
+ Jika Anda dalam situasi darurat atau bahaya, segera hubungi tim Satgas PPKS melalui saluran khusus ini.
+
+
+
+
+
+
+ {/* General Contact Info */}
+
diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx
index bb4decd..3d84f6e 100644
--- a/frontend/src/components/Footer.jsx
+++ b/frontend/src/components/Footer.jsx
@@ -1,237 +1,134 @@
import React from 'react';
import { motion } from 'framer-motion';
-import { fadeIn } from '../utils/motionVariants';
+import { Facebook, Instagram, Twitter, Linkedin, Heart, Shield, Mail, Phone, MapPin } from 'lucide-react';
const Footer = () => {
const currentYear = new Date().getFullYear();
- const quickLinks = [
- { name: 'Beranda', href: '#hero' },
- { name: 'Tentang Kami', href: '#about' },
- { name: 'Layanan', href: '#services' },
- { name: 'Artikel', href: '/artikel' },
- { name: 'Kontak', href: '#contact' }
- ];
-
- const services = [
- { name: 'WhatsApp Reporting', href: 'https://wa.me/6281234567890' },
- { name: 'Form Reporting', href: '/artikel' },
- { name: 'Konsultasi', href: '#contact' },
- { name: 'Pendampingan', href: '#contact' }
- ];
+ const footerLinks = {
+ 'Menu Utama': [
+ { name: 'Beranda', href: '#hero' },
+ { name: 'Tentang Kami', href: '#about' },
+ { name: 'Layanan', href: '#services' },
+ { name: 'Artikel', href: '/artikel' },
+ ],
+ 'Layanan': [
+ { name: 'Pelaporan Online', href: '#services' },
+ { name: 'Konsultasi Psikologi', href: '#contact' },
+ { name: 'Pendampingan Hukum', href: '#contact' },
+ { name: 'Edukasi & Sosialisasi', href: '/artikel' },
+ ],
+ 'Bantuan': [
+ { name: 'Kontak Darurat', href: '#contact' },
+ { name: 'Prosedur Lapor', href: '#services' },
+ { name: 'FAQ', href: '#faq' },
+ { name: 'Kebijakan Privasi', href: '#' },
+ ]
+ };
const socialLinks = [
- {
- name: 'Instagram',
- icon: (
-
-
-
- ),
- href: 'https://instagram.com/satgasppkpt_polije'
- }
+ { icon:
, href: 'https://instagram.com/satgasppkpt_polije', label: 'Instagram' },
+ { icon:
, href: '#', label: 'Twitter' },
+ { icon:
, href: '#', label: 'Facebook' },
+ { icon:
, href: '#', label: 'LinkedIn' },
];
return (
-
- {/* Background Pattern */}
-
+