Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -24,8 +24,7 @@ import {
|
|||||||
BookLock,
|
BookLock,
|
||||||
BellRing,
|
BellRing,
|
||||||
ClipboardCheck,
|
ClipboardCheck,
|
||||||
Mail,
|
Mail
|
||||||
WhatsApp
|
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
@@ -56,13 +55,15 @@ export default function WebAgencyThemePage() {
|
|||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
brandName="NomaDigital"
|
brandName="NomaDigital"
|
||||||
button={{ text: "Contactez-nous", href: "#contact" }}
|
button={{ text: "Contactez-nous", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="home" data-section="home">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
id="home"
|
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
tag="QHSE Digital"
|
tag="QHSE Digital"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
@@ -87,14 +88,16 @@ export default function WebAgencyThemePage() {
|
|||||||
showMarqueeCard={false}
|
showMarqueeCard={false}
|
||||||
marqueeItems={[]}
|
marqueeItems={[]}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
id="about"
|
|
||||||
title="NomaDigital : Votre Partenaire en Transformation Digitale QHSE"
|
title="NomaDigital : Votre Partenaire en Transformation Digitale QHSE"
|
||||||
buttons={[]}
|
buttons={[]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="products" data-section="products">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
id="products"
|
|
||||||
title="Nos Solutions Digitales QHSE Innovantes"
|
title="Nos Solutions Digitales QHSE Innovantes"
|
||||||
description="Découvrez nos outils conçus pour optimiser votre gestion de la Qualité, de l'Hygiène, de la Sécurité et de l'Environnement."
|
description="Découvrez nos outils conçus pour optimiser votre gestion de la Qualité, de l'Hygiène, de la Sécurité et de l'Environnement."
|
||||||
tag="Produits & Applications"
|
tag="Produits & Applications"
|
||||||
@@ -122,6 +125,7 @@ export default function WebAgencyThemePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Notre Impact sur Votre Gestion QHSE"
|
title="Notre Impact sur Votre Gestion QHSE"
|
||||||
description="Des résultats concrets qui prouvent l'efficacité de nos solutions pour transformer votre approche QHSE."
|
description="Des résultats concrets qui prouvent l'efficacité de nos solutions pour transformer votre approche QHSE."
|
||||||
@@ -197,8 +201,8 @@ export default function WebAgencyThemePage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
id="contact"
|
|
||||||
tag="Contactez-nous"
|
tag="Contactez-nous"
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
title="Prêt à Digitaliser Votre Gestion QHSE ?"
|
title="Prêt à Digitaliser Votre Gestion QHSE ?"
|
||||||
@@ -213,6 +217,7 @@ export default function WebAgencyThemePage() {
|
|||||||
background={{ variant: "canvas-reveal" }}
|
background={{ variant: "canvas-reveal" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg"
|
||||||
imageAlt="NomaDigital Footer Background"
|
imageAlt="NomaDigital Footer Background"
|
||||||
@@ -258,7 +263,7 @@ export default function WebAgencyThemePage() {
|
|||||||
aria-label="Contacter NomaDigital sur WhatsApp"
|
aria-label="Contacter NomaDigital sur WhatsApp"
|
||||||
className="fixed bottom-6 right-6 z-50 bg-green-500 text-white p-3 rounded-full shadow-lg hover:bg-green-600 transition-colors duration-300 flex items-center justify-center space-x-2"
|
className="fixed bottom-6 right-6 z-50 bg-green-500 text-white p-3 rounded-full shadow-lg hover:bg-green-600 transition-colors duration-300 flex items-center justify-center space-x-2"
|
||||||
>
|
>
|
||||||
<WhatsApp size={24} />
|
<Mail size={24} />
|
||||||
<span className="sr-only">WhatsApp</span>
|
<span className="sr-only">WhatsApp</span>
|
||||||
</a>
|
</a>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user