feat: nouvelle DA rouge brique + domaine obc-maconnerie.fr
- Palette DA : rouge brique #8B1A1A, gris ardoise #6B7B7A, blanc cassé #F8F6F4 - globals.css : refonte complète @theme inline avec toutes les variables de couleur - Ajout utilitaires CSS : .texture-dark, .hero-accent, .brick-divider, .section-label - Animations pulse-glow et stat-glow adaptées au rouge brique - app/page.tsx : hero amélioré (font-black, texture béton, accent diagonal brique) - Correction domaine : obc-terrassement.fr → obc-maconnerie.fr dans tous les fichiers - ContactForm : couleurs état erreur corrigées (variables CSS) https://claude.ai/code/session_01Uec4iHjcPwB1pU41idWEdF
This commit is contained in:
@@ -8,7 +8,7 @@ export const metadata: Metadata = {
|
||||
title: "Politique de Confidentialité | OBC Maçonnerie",
|
||||
description:
|
||||
"Politique de confidentialité et protection des données personnelles du site OBC Maçonnerie, conformément au RGPD.",
|
||||
alternates: { canonical: "https://obc-terrassement.fr/confidentialite" },
|
||||
alternates: { canonical: "https://obc-maconnerie.fr/confidentialite" },
|
||||
robots: { index: false, follow: false },
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function Confidentialite() {
|
||||
<p>SIREN : 531 827 871</p>
|
||||
<p>221 Route de Saint-Amand, 59310 Mouchin</p>
|
||||
<p>Tél : <a href={`tel:${siteConfig.phoneRaw}`} className="text-orange hover:underline">{siteConfig.phone}</a></p>
|
||||
<p>Email : <a href="mailto:contact@obc-terrassement.fr" className="text-orange hover:underline">contact@obc-terrassement.fr</a></p>
|
||||
<p>Email : <a href="mailto:contact@obc-maconnerie.fr" className="text-orange hover:underline">contact@obc-maconnerie.fr</a></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -101,8 +101,8 @@ export default function Confidentialite() {
|
||||
Conformément au RGPD, vous disposez d'un droit d'accès, de rectification, d'effacement et de portabilité de vos données. Pour exercer ces droits, contactez-nous :
|
||||
</p>
|
||||
<p className="mt-3">
|
||||
<a href="mailto:contact@obc-terrassement.fr" className="text-orange font-semibold hover:underline">
|
||||
contact@obc-terrassement.fr
|
||||
<a href="mailto:contact@obc-maconnerie.fr" className="text-orange font-semibold hover:underline">
|
||||
contact@obc-maconnerie.fr
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user