Compare commits
9 Commits
version_38
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a4689c506 | |||
| 5e9c431139 | |||
| a16a52ced1 | |||
| 3ec6f13d29 | |||
| 09cf1e926f | |||
| 15dd916c48 | |||
| 2f32097b62 | |||
| 10a6dcbb8e | |||
| 26b1b36ec1 |
@@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Award, ShieldCheck, Users } from "lucide-react";
|
import { Award, ShieldCheck, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -63,6 +64,16 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="socialProof" data-section="socialProof">
|
||||||
|
<SocialProofOne
|
||||||
|
title="Ils nous font confiance"
|
||||||
|
names={["BTP 974", "SecurPro", "BatirRéunion", "Réunion Construction", "EPI Pro Réunion", "SécuriChantier"]}
|
||||||
|
description="Nos partenaires de confiance"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -151,7 +162,8 @@ export default function LandingPage() {
|
|||||||
description="Envoyez-nous vos besoins, nous y répondrons sous 24h."
|
description="Envoyez-nous vos besoins, nous y répondrons sous 24h."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Votre Nom" },
|
{ name: "name", type: "text", placeholder: "Votre Nom" },
|
||||||
{ name: "email", type: "email", placeholder: "Votre Email" }
|
{ name: "email", type: "email", placeholder: "Votre Email" },
|
||||||
|
{ name: "title", type: "text", placeholder: "Votre Job / Taille Entreprise" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df1ETXUvuyYPxkhnyZJKVSXGQj/chantier-1778660616866-4fd2157e.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df1ETXUvuyYPxkhnyZJKVSXGQj/chantier-1778660616866-4fd2157e.png?_wi=2"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user