Compare commits
8 Commits
version_38
...
version_40
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, ShieldCheck, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -63,6 +64,16 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
@@ -151,7 +162,8 @@ export default function LandingPage() {
|
||||
description="Envoyez-nous vos besoins, nous y répondrons sous 24h."
|
||||
inputs={[
|
||||
{ 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"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user