T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/lavocat.ca/private_html/src/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/lavocat.ca/private_html/src/pages/privacy-policy.tsx
import { useState, useEffect } from 'react';
import LayoutWithSidebar from '../components/LayoutWithSidebar';
import { motion } from 'framer-motion';
import SEO from '@/components/SEO';

export default function PrivacyPolicyPage() {
  const [isMobile, setIsMobile] = useState(false);

  // Mobile detection
  useEffect(() => {
    const checkMobile = () => {
      setIsMobile(window.innerWidth < 768);
    };
    
    checkMobile();
    window.addEventListener('resize', checkMobile);
    return () => window.removeEventListener('resize', checkMobile);
  }, []);

  return (
    <LayoutWithSidebar>
      <SEO 
        title="Privacy Policy"
        description="Learn about how we protect your privacy and handle your personal information in the class action lawsuit."
        keywords={['privacy policy', 'data protection', 'personal information', 'class action', 'prison rights', 'Bordeaux Prison', 'legal rights']}
      />
      <motion.div
        className={`mx-auto bg-white rounded-xl shadow-xl border border-gray-200 ${isMobile ? 'max-w-full mx-2 p-6 mt-4 mb-8' : 'max-w-4xl p-8 mt-8 mb-12'}`}
        initial={{ opacity: 0, y: 40 }}
        animate={{ opacity: 1, y: 0 }}
        transition={{ duration: 0.7 }}
      >
        <h1 className={`font-bold text-gray-900 mb-8 ${isMobile ? 'text-2xl' : 'text-3xl'}`}>Privacy Policy</h1>
        
        <div className={`text-gray-700 leading-relaxed ${isMobile ? 'text-sm space-y-4' : 'space-y-6'}`}>
          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Introduction</h2>
            <p>
              At Liberté Même en Cellule, we are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy explains how we collect, use, protect, and share information about you when you use our website and services related to the class action lawsuit against the Government of Quebec.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Information We Collect</h2>
            <div className={`${isMobile ? 'space-y-3' : 'space-y-4'}`}>
              <div>
                <h3 className={`font-medium text-gray-800 mb-2 ${isMobile ? 'text-base' : 'text-lg'}`}>Personal Information</h3>
                <p className={isMobile ? 'text-sm' : ''}>
                  When you register for the class action or create an account, we may collect:
                </p>
                <ul className={`list-disc list-inside mt-2 ${isMobile ? 'text-sm space-y-1' : 'space-y-1'}`}>
                  <li>Name and contact information (email, phone, address)</li>
                  <li>Detention information and dates</li>
                  <li>Documentation related to your case</li>
                  <li>Communication preferences</li>
                </ul>
              </div>

              <div>
                <h3 className={`font-medium text-gray-800 mb-2 ${isMobile ? 'text-base' : 'text-lg'}`}>Usage Information</h3>
                <p className={isMobile ? 'text-sm' : ''}>
                  We automatically collect certain information about your use of our website, including:
                </p>
                <ul className={`list-disc list-inside mt-2 ${isMobile ? 'text-sm space-y-1' : 'space-y-1'}`}>
                  <li>IP address and device information</li>
                  <li>Browser type and version</li>
                  <li>Pages visited and time spent on our site</li>
                  <li>Referring websites</li>
                </ul>
              </div>
            </div>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>How We Use Your Information</h2>
            <p className={isMobile ? 'text-sm' : ''}>We use the information we collect to:</p>
            <ul className={`list-disc list-inside mt-2 ${isMobile ? 'text-sm space-y-1' : 'space-y-2'}`}>
              <li>Process your participation in the class action lawsuit</li>
              <li>Communicate with you about case developments</li>
              <li>Provide legal support and guidance</li>
              <li>Maintain the security and integrity of our platform</li>
              <li>Comply with legal obligations</li>
              <li>Improve our services and user experience</li>
            </ul>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Information Sharing and Disclosure</h2>
            <div className={`${isMobile ? 'space-y-3' : 'space-y-4'}`}>
              <p className={isMobile ? 'text-sm' : ''}>
                We may share your information in the following circumstances:
              </p>
              
              <div>
                <h3 className={`font-medium text-gray-800 mb-2 ${isMobile ? 'text-base' : 'text-lg'}`}>Legal Team</h3>
                <p className={isMobile ? 'text-sm' : ''}>
                  We share relevant information with our legal team and authorized representatives working on the class action lawsuit.
                </p>
              </div>

              <div>
                <h3 className={`font-medium text-gray-800 mb-2 ${isMobile ? 'text-base' : 'text-lg'}`}>Legal Requirements</h3>
                <p className={isMobile ? 'text-sm' : ''}>
                  We may disclose information when required by law, court order, or legal process, or when necessary to protect our rights or the rights of others.
                </p>
              </div>

              <div>
                <h3 className={`font-medium text-gray-800 mb-2 ${isMobile ? 'text-base' : 'text-lg'}`}>Service Providers</h3>
                <p className={isMobile ? 'text-sm' : ''}>
                  We may share information with trusted third-party service providers who assist us in operating our website and conducting our business, subject to confidentiality agreements.
                </p>
              </div>
            </div>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Data Security</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              We implement appropriate technical and organizational security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. These measures include:
            </p>
            <ul className={`list-disc list-inside mt-2 ${isMobile ? 'text-sm space-y-1' : 'space-y-1'}`}>
              <li>Encryption of sensitive data</li>
              <li>Secure server infrastructure</li>
              <li>Regular security assessments</li>
              <li>Access controls and authentication</li>
              <li>Employee training on data protection</li>
            </ul>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Your Rights</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              Depending on your location, you may have certain rights regarding your personal information, including:
            </p>
            <ul className={`list-disc list-inside mt-2 ${isMobile ? 'text-sm space-y-1' : 'space-y-2'}`}>
              <li>Right to access your personal information</li>
              <li>Right to correct inaccurate information</li>
              <li>Right to delete your information (subject to legal obligations)</li>
              <li>Right to restrict processing</li>
              <li>Right to data portability</li>
              <li>Right to object to certain processing</li>
            </ul>
            <p className={`mt-3 ${isMobile ? 'text-sm' : ''}`}>
              To exercise these rights, please contact us using the information provided below.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Cookies and Tracking</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              Our website uses cookies and similar tracking technologies to enhance your experience and gather information about how our site is used. You can control cookie settings through your browser preferences.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Data Retention</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              We retain your personal information for as long as necessary to fulfill the purposes outlined in this Privacy Policy, comply with legal obligations, resolve disputes, and enforce our agreements. Information related to the class action lawsuit may be retained for the duration of the legal proceedings and as required by law.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>International Data Transfers</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              Your information may be transferred to and processed in countries other than your country of residence. We ensure that such transfers comply with applicable data protection laws and that appropriate safeguards are in place.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Changes to This Privacy Policy</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              We may update this Privacy Policy from time to time to reflect changes in our practices or applicable laws. We will notify you of any material changes by posting the updated policy on our website and updating the "Last Updated" date.
            </p>
          </section>

          <section>
            <h2 className={`font-semibold text-gray-900 mb-3 ${isMobile ? 'text-lg' : 'text-xl'}`}>Contact Us</h2>
            <p className={isMobile ? 'text-sm' : ''}>
              If you have any questions about this Privacy Policy or our data practices, please contact us:
            </p>
            <div className={`mt-3 ${isMobile ? 'text-sm' : ''}`}>
              <p><strong>Email:</strong> <a href="mailto:privacy@libertememencellule.com" className="text-blue-600 underline">privacy@libertememencellule.com</a></p>
              <p><strong>Legal Team:</strong> <a href="mailto:adw@adwavocats.com" className="text-blue-600 underline">adw@adwavocats.com</a></p>
              <p><strong>Phone:</strong> <a href="tel:+15145278903" className="text-blue-600 underline">(514) 527-8903</a></p>
            </div>
          </section>

          <div className={`border-t pt-6 mt-8 text-center ${isMobile ? 'text-xs' : 'text-sm'} text-gray-500`}>
            <p>Last Updated: January 2025</p>
            <p className="mt-2">© 2025 Liberté Même en Cellule. All rights reserved.</p>
          </div>
        </div>
      </motion.div>
    </LayoutWithSidebar>
  );
} 

CasperSecurity Mini