Merge version_1 into main #3
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,8 +136,8 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Créateur d'escape games pour les professionnels"
|
||||
description="Zone Secrète conçoit des escape games sur-mesure pour productions TV, événements corporate, et salles professionnelles."
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/different-news-logos-collection_23-2148471425.jpg", "http://img.b2bpic.net/free-vector/news-logo-collection_23-2148474889.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-labels_23-2149926029.jpg", "http://img.b2bpic.net/free-vector/business-logo_1057-769.jpg", "http://img.b2bpic.net/free-vector/collection-gradient-logo-template_23-2148884415.jpg"
|
||||
names={[
|
||||
"Koh-Lanta", "Les Traîtres", "Out Escape", "1408", "TripTrap"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user