Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf5cba8d6d | |||
| 9a1e2342e5 | |||
| 3d48874f94 | |||
| 841a163d87 | |||
| 7c192ea0af |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
@@ -173,10 +173,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contact"
|
||||
title="Prêt pour votre projet ?"
|
||||
description="Discutons de vos idées de mobilier sur-mesure et demandez votre devis gratuit."
|
||||
title="Besoin d'un devis ou d'informations ?"
|
||||
description="Caisson Bois Maroc est à votre écoute pour concrétiser vos projets de menuiserie. Contactez-nous pour toute demande."
|
||||
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" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -184,9 +185,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Caisson Bois"
|
||||
copyrightText="© 2025 | Caisson Bois"
|
||||
<FooterBaseReveal
|
||||
logoText="Caisson Bois Maroc"
|
||||
copyrightText="© 2025 | Caisson Bois Maroc. Tous droits réservés."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
@@ -197,9 +198,9 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Légal", items: [
|
||||
{ label: "Mentions Légales", href: "#" },
|
||||
{ label: "Politique de confidentialité", href: "#" }
|
||||
title: "Informations", items: [
|
||||
{ label: "Siège Social: Casablanca, Maroc", href: "#" },
|
||||
{ label: "Horaires: Lun-Ven, 09h-18h", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user