Design Updates: - Apply consistent golden/beige color scheme to all pages - Update client dashboard, contact, FAQ, history, game, lots, profile, rules, terms, and privacy pages - Replace green/orange colors with golden palette (#d4a574, #c4956a) - Add golden gradient backgrounds and borders throughout Header Improvements: - Fix button layout to maintain proper form when page is zoomed - Remove hover:scale-105 effects that caused deformation - Add whitespace-nowrap to prevent text wrapping - Add flex-shrink-0 to prevent element shrinking - Add gap-4 to main header container for proper spacing - Fix user info card with text ellipsis for long names/emails - Improve spacing between "Participer" button and user card Profile Page Updates: - Remove "Dernière modification" field - Update all colors to golden theme API Endpoints: - Fix user profile endpoint from /user/profile to /users/profile Statistics Icons: - Update dashboard statistics icons with distinct colors - Total Participations: blue - Gains réclamés: green - En attente: yellow - Rejetés: red 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
106 lines
4.7 KiB
TypeScript
106 lines
4.7 KiB
TypeScript
import type { Metadata } from "next";
|
|
|
|
export const metadata: Metadata = {
|
|
title: "Politique de confidentialité - Thé Tip Top",
|
|
description: "Politique de confidentialité et protection des données personnelles de Thé Tip Top",
|
|
};
|
|
|
|
export default function PrivacyPage() {
|
|
return (
|
|
<div className="min-h-screen bg-gradient-to-br from-[#f5f5f0] via-[#faf9f5] to-[#f5f5f0] py-12 px-4">
|
|
<div className="max-w-4xl mx-auto bg-white rounded-xl shadow-lg border border-[#e5e4dc] p-8">
|
|
<h1 className="text-3xl font-bold text-[#5a5a4e] mb-6">
|
|
Politique de confidentialité
|
|
</h1>
|
|
|
|
<p className="text-sm text-[#8a8a7a] mb-8">
|
|
Dernière mise à jour : 17 janvier 2025
|
|
</p>
|
|
|
|
<div className="space-y-6 text-[#5a5a4e]">
|
|
<section>
|
|
<h2 className="text-2xl font-semibold text-[#5a5a4e] mb-3">
|
|
1. Introduction
|
|
</h2>
|
|
<p>
|
|
Bienvenue sur Thé Tip Top. Nous nous engageons à protéger et à respecter
|
|
votre vie privée. Cette politique explique comment nous collectons, utilisons
|
|
et protégeons vos données personnelles.
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 className="text-2xl font-semibold text-[#5a5a4e] mb-3">
|
|
2. Données collectées
|
|
</h2>
|
|
<p className="mb-2">Nous collectons les informations suivantes :</p>
|
|
<ul className="list-disc pl-6 space-y-2">
|
|
<li>Informations d'identification : nom, prénom, adresse e-mail</li>
|
|
<li>Informations de profil : photo de profil (si fournie via OAuth)</li>
|
|
<li>Informations de connexion : via Google ou Facebook OAuth</li>
|
|
<li>Données de participation : codes de tickets, gains remportés</li>
|
|
<li>Données de navigation : cookies, adresse IP</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 className="text-2xl font-semibold text-[#5a5a4e] mb-3">
|
|
3. Utilisation des données
|
|
</h2>
|
|
<p className="mb-2">Vos données sont utilisées pour :</p>
|
|
<ul className="list-disc pl-6 space-y-2">
|
|
<li>Gérer votre compte et votre participation au jeu-concours</li>
|
|
<li>Vous permettre de récupérer vos gains</li>
|
|
<li>Améliorer nos services et votre expérience utilisateur</li>
|
|
<li>Vous envoyer des communications relatives au concours</li>
|
|
<li>Respecter nos obligations légales</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 className="text-2xl font-semibold text-[#5a5a4e] mb-3">
|
|
4. Vos droits (RGPD)
|
|
</h2>
|
|
<p className="mb-2">Conformément au RGPD, vous disposez des droits suivants :</p>
|
|
<ul className="list-disc pl-6 space-y-2">
|
|
<li><strong>Droit d'accès :</strong> obtenir une copie de vos données</li>
|
|
<li><strong>Droit de rectification :</strong> corriger vos données inexactes</li>
|
|
<li><strong>Droit à l'effacement :</strong> demander la suppression de vos données</li>
|
|
<li><strong>Droit d'opposition :</strong> vous opposer au traitement de vos données</li>
|
|
</ul>
|
|
<p className="mt-3">
|
|
Pour exercer ces droits, contactez-nous à : <a href="mailto:privacy@thetiptop.fr" className="text-[#d4a574] hover:text-[#c4956a] transition-colors">privacy@thetiptop.fr</a>
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 className="text-2xl font-semibold text-[#5a5a4e] mb-3">
|
|
5. Contact
|
|
</h2>
|
|
<p>
|
|
Pour toute question concernant cette politique de confidentialité,
|
|
vous pouvez nous contacter :
|
|
</p>
|
|
<ul className="list-none space-y-2 mt-3">
|
|
<li><strong>Email :</strong> <a href="mailto:privacy@thetiptop.fr" className="text-[#d4a574] hover:text-[#c4956a] transition-colors">privacy@thetiptop.fr</a></li>
|
|
<li><strong>Adresse :</strong> 18 Avenue Thiers, 06000 Nice, France</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
|
|
<div className="mt-8 pt-6 border-t border-[#e5e4dc]">
|
|
<a
|
|
href="/"
|
|
className="inline-flex items-center gap-2 text-[#d4a574] hover:text-[#c4956a] font-medium transition-colors group"
|
|
>
|
|
<svg className="w-5 h-5 group-hover:-translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 19l-7-7m0 0l7-7m-7 7h18" />
|
|
</svg>
|
|
Retour à l'accueil
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
);
|
|
}
|