3 Commits

Author SHA1 Message Date
eca72feb09 Update theme colors 2026-05-17 21:22:17 +00:00
edaadb2912 Update src/app/page.tsx 2026-05-17 21:07:39 +00:00
0e3aacfc02 Merge version_3 into main
Merge version_3 into main
2026-05-17 21:04:35 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
@@ -189,23 +189,24 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
tag="Contact"
title="Planifiez votre consultation gratuite"
description="Contactez-nous pour une intervention rapide ou un devis d'entretien."
imageSrc="http://img.b2bpic.net/free-photo/top-view-house-construction-site-blueprint-materials_23-2148744036.jpg"
buttonText="Soumettre"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseCard
logoText="Jean-Paul Couverture"
copyrightText="© 2025 Jean-Paul Couverture | Val-d'Oise"
socialLinks={[
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
columns={[
{ title: "Services", items: [{ label: "Réparation", href: "#services" }, { label: "Rénovation", href: "#services" }] },
{ title: "Contact", items: [{ label: "Devis", href: "#contact" }, { label: "Appeler", href: "tel:0614703098" }] }
]}
/>
</div>

View File

@@ -12,7 +12,7 @@
--background: #f5f4f0;
--card: #ffffff;
--foreground: #111111;
--foreground: #ff0000;
--primary-cta: #b22222;
--primary-cta-text: #ffffff;
--secondary-cta: #111111;