From 1e75e21b082963ea03b4316b131c55acef4a9a6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:27:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12ac305..d771657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Bell, Clock, Mail, Mask, Play, Star, Users } from 'lucide-react'; +import { Bell, Clock, Mail, Play, Star, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -63,7 +63,7 @@ export default function LandingPage() { { id: "1", icon: Star, title: "Note clients", value: "4,9/5" }, { id: "2", icon: Clock, title: "Durée", value: "60 min" }, { id: "3", icon: Users, title: "Joueurs", value: "2–6" }, - { id: "4", icon: Mask, title: "Missions", value: "3+" } + { id: "4", icon: Play, title: "Missions", value: "3+" } ]} title="L'expérience en chiffres" description="" @@ -106,7 +106,6 @@ export default function LandingPage() { description="Trois univers immersifs, trois niveaux de difficulté. Choisissez votre défi." textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" /> @@ -137,8 +136,8 @@ export default function LandingPage() {