Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddf558d5ad | |||
| 321b773a99 | |||
| 987258caf9 |
@@ -7,6 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
@@ -142,7 +143,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "4", name: "Notre Équipe Complète", role: "Découvrez nos Experts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ea3PSoT2Io2XdwgVfakM6X9YjE/uploaded-1780413309604-28i9zi1g.jpg", imageAlt: "Photo de l'équipe complète de VLF Électrique"},
|
||||
id: "4", name: "Notre Équipe Complète", role: "Découvrez nos Experts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ea3PSoT2Io2XdwgVfakM6X9YjE/uploaded-1780413309604-28i9zi1g.jpg?_wi=1", imageAlt: "Photo de l'équipe complète de VLF Électrique"},
|
||||
{
|
||||
id: "1", name: "Karl L.", role: "Co-fondateur & Maître Électricien", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ea3PSoT2Io2XdwgVfakM6X9YjE/uploaded-1780413120954-rjtqjv2i.jpg", imageAlt: "Portrait de Karl L., co-fondateur et maître électricien"},
|
||||
{
|
||||
@@ -155,6 +156,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team-banner" data-section="team-banner">
|
||||
<HeroBillboardScroll
|
||||
title="Notre Force, Notre Engagement"
|
||||
description="Découvrez l'équipe passionnée et experte derrière chaque projet VLF Électrique."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ea3PSoT2Io2XdwgVfakM6X9YjE/uploaded-1780413309604-28i9zi1g.jpg?_wi=2"
|
||||
imageAlt="Photo de l'équipe complète de VLF Électrique"
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Full team photo banner"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user