Update src/app/contact/page.tsx

This commit is contained in:
2026-05-15 17:41:04 +00:00
parent 434c24831b
commit 5c85e960ef

View File

@@ -7,7 +7,6 @@ import ContactSplit from "@/components/sections/contact/ContactSplit";
import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { MessageSquare, Zap, Clock } from "lucide-react";
export default function ContactPage() {
return (
@@ -49,6 +48,8 @@ export default function ContactPage() {
title="Pourquoi nous choisir ?"
description="Une approche humaine et technique pour garantir le succès de vos projets numériques."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", category: "Communication", title: "Transparence totale", subtitle: "À chaque étape", value: "100%", buttons: [] },
{ id: "2", category: "Vitesse", title: "Délais respectés", subtitle: "Livraison rapide", value: "Fiable", buttons: [] },
@@ -64,6 +65,7 @@ export default function ContactPage() {
sideTitle="Questions fréquentes"
sideDescription="Besoin d'informations supplémentaires sur notre manière de travailler ?"
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<FooterBase