3 Commits

Author SHA1 Message Date
3d48874f94 Update src/app/page.tsx 2026-05-24 07:36:11 +00:00
841a163d87 Merge version_2 into main
Merge version_2 into main
2026-05-24 07:31:02 +00:00
7c192ea0af Merge version_2 into main
Merge version_2 into main
2026-05-24 07:30:29 +00:00

View File

@@ -173,10 +173,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Contact" tag="Contact"
title="Prêt pour votre projet ?" title="Besoin d'un devis ou d'informations ?"
description="Discutons de vos idées de mobilier sur-mesure et demandez votre devis gratuit." description="Caisson Bois Maroc est à votre écoute pour concrétiser vos projets de menuiserie. Contactez-nous pour toute demande."
buttons={[ buttons={[
{ text: "Envoyer un message", href: "mailto:contact@caissonbois.fr" } { text: "Nous appeler: +212 600 000 000", href: "tel:+212600000000" },
{ text: "Envoyer un mail", href: "mailto:contact@caissonbois.ma" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -185,8 +186,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
logoText="Caisson Bois" logoText="Caisson Bois Maroc"
copyrightText="© 2025 | Caisson Bois" copyrightText="© 2025 | Caisson Bois Maroc. Tous droits réservés."
columns={[ columns={[
{ {
title: "Navigation", items: [ title: "Navigation", items: [
@@ -197,9 +198,9 @@ export default function LandingPage() {
] ]
}, },
{ {
title: "Légal", items: [ title: "Informations", items: [
{ label: "Mentions Légales", href: "#" }, { label: "Siège Social: Casablanca, Maroc", href: "#" },
{ label: "Politique de confidentialité", href: "#" } { label: "Horaires: Lun-Ven, 09h-18h", href: "#" }
] ]
} }
]} ]}