Update src/app/solutions/page.tsx
This commit is contained in:
@@ -2,191 +2,100 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function SolutionsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "/solutions",
|
||||
},
|
||||
{
|
||||
name: "SIA Experience",
|
||||
id: "/sia-experience",
|
||||
},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "/about",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg"
|
||||
logoAlt="Logo GeoradarTech GmbH"
|
||||
brandName="GeoradarTech GmbH"
|
||||
button={{
|
||||
text: "Contactez-nous",
|
||||
href: "/contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "Solutions", id: "/solutions"},
|
||||
{
|
||||
name: "SIA Experience", id: "/sia-experience"},
|
||||
{
|
||||
name: "À Propos", id: "/about"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg"
|
||||
logoAlt="Logo GeoradarTech GmbH"
|
||||
brandName="GeoradarTech GmbH"
|
||||
button={{
|
||||
text: "Contactez-nous", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="solutions-grid" data-section="solutions-grid">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "solution-1",
|
||||
name: "Infrastructures Routières & Maquettes CIM",
|
||||
price: "Sur devis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-16839.jpg",
|
||||
imageAlt: "Modèle 3D de chaussée routière avec données CIM",
|
||||
priceButtonProps: {
|
||||
text: "En savoir plus",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "solution-2",
|
||||
name: "Diagnostic de Chaussées Aéronautiques",
|
||||
price: "Sur devis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/runway-lights-with-landing-airbus-vienna_181624-58638.jpg",
|
||||
imageAlt: "Visualisation 3D du diagnostic d'une piste d'aéroport",
|
||||
priceButtonProps: {
|
||||
text: "En savoir plus",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "solution-3",
|
||||
name: "Diagnostic de Plateformes Ferroviaires",
|
||||
price: "Sur devis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170126.jpg",
|
||||
imageAlt: "Modèle 3D de plateforme ferroviaire avec indices de ballast",
|
||||
priceButtonProps: {
|
||||
text: "En savoir plus",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
]}
|
||||
title="Nos Domaines d'Intervention"
|
||||
description="GeoradarTech GmbH fournit des données géophysiques 3D critiques pour la gestion et la maintenance des infrastructures, traduisant des informations complexes en modèles exploitables."
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
<div id="solutions-grid" data-section="solutions-grid">
|
||||
<ProductCardTwo
|
||||
title="Nos Domaines d'Intervention"
|
||||
description="Découvrez nos solutions innovantes pour l'analyse et la modélisation 3D de vos infrastructures routières, aéronautiques et ferroviaires. Nous offrons une ingénierie géophysique de pointe pour des diagnostics précis et une planification optimisée."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "solution-1", name: "Infrastructures Routières & Maquettes CIM", price: "", rating: 0,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-road-building_106726-1033.jpg", imageAlt: "Ingénieurs analysant les données de chaussées routières", brand: "", reviewCount: ""
|
||||
},
|
||||
{
|
||||
id: "solution-2", name: "Diagnostic de Chaussées Aéronautiques", price: "", rating: 0,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grand-junction-airport_181624-13148.jpg", imageAlt: "Balayage GPR multi-canal d'une piste d'aéroport", brand: "", reviewCount: ""
|
||||
},
|
||||
{
|
||||
id: "solution-3", name: "Diagnostic de Plateformes Ferroviaires", price: "", rating: 0,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1679.jpg", imageAlt: "Écran GPR affichant le profil sous-surface d'une voie ferrée", brand: "", reviewCount: ""
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="FAQ sur nos Solutions"
|
||||
description="Des questions spécifiques sur nos solutions de diagnostic et de modélisation CIM ? Nous y répondons ici."
|
||||
faqs={[
|
||||
{
|
||||
id: "s-faq1",
|
||||
title: "En quoi le GPR 3D est-il supérieur aux méthodes traditionnelles ?",
|
||||
content: "Le GPR 3D offre une cartographie non invasive et une visualisation en profondeur des structures, permettant une détection d'anomalies plus précise et une compréhension globale de l'état de l'infrastructure, contrairement aux méthodes ponctuelles et destructives.",
|
||||
},
|
||||
{
|
||||
id: "s-faq2",
|
||||
title: "Quels sont les avantages de la modélisation CIM pour les projets routiers ?",
|
||||
content: "La modélisation CIM permet une planification plus efficace, une meilleure gestion des actifs, une détection précoce des problèmes potentiels et une coordination améliorée entre les différentes parties prenantes du projet.",
|
||||
},
|
||||
{
|
||||
id: "s-faq3",
|
||||
title: "Comment nos diagnostics améliorent-ils la sécurité aéroportuaire ?",
|
||||
content: "En identifiant les vides, les zones d'humidité ou les défauts de compactage sous les pistes, nos diagnostics préviennent les défaillances structurelles, améliorant la sécurité opérationnelle et prolongeant la durée de vie des chaussées.",
|
||||
},
|
||||
{
|
||||
id: "s-faq4",
|
||||
title: "Quelles sont les applications spécifiques pour le réseau ferroviaire ?",
|
||||
content: "Pour le rail, nous détectons l'état du ballast (fouling, humidité), les cavités sous les traverses et cartographions les réseaux enterrés, essentiels pour la maintenance prédictive et la sécurité des voies.",
|
||||
},
|
||||
{
|
||||
id: "s-faq5",
|
||||
title: "Proposez-vous des solutions personnalisées ?",
|
||||
content: "Oui, nous travaillons en étroite collaboration avec nos clients pour développer des solutions sur mesure qui répondent aux besoins spécifiques de leurs infrastructures et de leurs contraintes opérationnelles.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/breathtaking-high-angle-shot-highway-turquoise-water_181624-5207.jpg"
|
||||
imageAlt="Ondes GPR pénétrant les couches de la route"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg"
|
||||
logoAlt="Logo GeoradarTech GmbH"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "/solutions",
|
||||
},
|
||||
{
|
||||
label: "SIA Experience",
|
||||
href: "/sia-experience",
|
||||
},
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="GeoradarTech GmbH"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="http://img.b2bpic.net/free-vector/data-storage-designs-collection_1209-9.jpg"
|
||||
logoAlt="Logo GeoradarTech GmbH"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Accueil", href: "/"},
|
||||
{
|
||||
label: "Solutions", href: "/solutions"},
|
||||
{
|
||||
label: "SIA Experience", href: "/sia-experience"},
|
||||
{
|
||||
label: "À Propos", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Confidentialité", href: "#"},
|
||||
{
|
||||
label: "Mentions Légales", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="GeoradarTech GmbH"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user