Merge version_3 into main #4
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Filter, Image, MapPin } from "lucide-react";
|
||||
import { Filter, Image, MapPin, Search, Layers, Camera } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,27 +70,27 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Suivi en temps réel", description: "Localisez-vous et les sites proches avec une précision GPS.", icon: MapPin,
|
||||
{ title: "Outils de Cartographie Pro", description: "Accès complet aux calques topographiques, mesures de distance et calques de superposition historique.", icon: Search,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472748.jpg", imageAlt: "Carte" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-new-methods-travel_23-2148232445.jpg", imageAlt: "Mobile" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472748.jpg", imageAlt: "Outils GPS" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-new-methods-travel_23-2148232445.jpg", imageAlt: "Interface" },
|
||||
],
|
||||
},
|
||||
{ title: "Catégories", description: "Filtrez par sites industriels, résidentiels ou historiques.", icon: Filter,
|
||||
{ title: "Gestion de Calques", description: "Activez ou désactivez les couches pour filtrer par époque, type de site ou état de dégradation.", icon: Layers,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166511.jpg", imageAlt: "Filtres" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166520.jpg", imageAlt: "Catégories" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166511.jpg", imageAlt: "Calques" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-old-abandoned-house-nature_23-2150166520.jpg", imageAlt: "Filtres" },
|
||||
],
|
||||
},
|
||||
{ title: "Galerie Communautaire", description: "Cliquez sur n'importe quel point pour voir les photos du site.", icon: Image,
|
||||
{ title: "Galerie Photos HD", description: "Visualisez les galeries haute résolution intégrées directement sur chaque épingle de la carte.", icon: Camera,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-ginger-female-with-pure-white-skin-attractive-light-gown_181624-33380.jpg", imageAlt: "Galerie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shot-abandoned-house-ruins-middle-nowhere_181624-32886.jpg", imageAlt: "Uploads" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shot-abandoned-house-ruins-middle-nowhere_181624-32886.jpg", imageAlt: "Visuel" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Carte Interactive d'Exploration"
|
||||
description="Une carte en direct des lieux abandonnés en France, avec typologie et statut des sites."
|
||||
description="Une carte en direct des lieux abandonnés en France, avec outils professionnels et galeries immersives."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,8 +149,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Explorateurs France", "Gardien du Patrimoine", "Archive Abandon", "Urbex Hub", "Bâtiments Silencieux", "Watch Decay", "Histoire Perdue"]
|
||||
}
|
||||
"Explorateurs France", "Gardien du Patrimoine", "Archive Abandon", "Urbex Hub", "Bâtiments Silencieux", "Watch Decay", "Histoire Perdue"]}
|
||||
title="Nos partenaires"
|
||||
description="Organisations aidant à documenter et préserver l'histoire perdue."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user