Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72787539d6 | |||
| f73dea3238 | |||
| e897b38d63 | |||
| 0acd4e501e | |||
| a3e2b2aa15 | |||
| 26aa464f40 | |||
| b30172ed4d | |||
| f4160b7120 | |||
| 6000101bbc | |||
| bdd83cd936 | |||
| 8494e5818e | |||
| e9e5bf7968 | |||
| a385b87ff2 | |||
| e659d40abc | |||
| af90352361 | |||
| 61603a34a4 | |||
| c80911d164 | |||
| 94e66870c6 |
@@ -3,7 +3,7 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||||
@@ -45,7 +45,7 @@ export default function LandscapingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroBillboard
|
||||||
tag="Conseil Stratégique & Croissance"
|
tag="Conseil Stratégique & Croissance"
|
||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
title="Nous analysons, structurons et pilotons la croissance des marques."
|
title="Nous analysons, structurons et pilotons la croissance des marques."
|
||||||
@@ -55,20 +55,9 @@ export default function LandscapingPage() {
|
|||||||
{ text: "Découvrir notre méthode", href: "#why-us" }
|
{ text: "Découvrir notre méthode", href: "#why-us" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
background={{ variant: 'radial-gradient' }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg"
|
||||||
imageAlt="Image de fond stratégique"
|
imageAlt="Image de fond stratégique"
|
||||||
showDimOverlay={true}
|
|
||||||
textPosition="top"
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
name: "Marc D.", handle: "PDG Startup Tech", testimonial: "L'Agence Chrétienne a transformé notre approche stratégique. Leur expertise est inégalée, des résultats concrets en quelques mois.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marc D."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Sophie L.", handle: "Directrice PME", testimonial: "Un véritable partenaire de croissance. Leur vision claire et leur accompagnement nous ont permis d'atteindre nos objectifs ambitieux.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hopeful-young-manager-businesswoman-cross-arms-chest-smiling-looking-confident-like-real-professional-white-background_176420-47052.jpg", imageAlt: "Sophie L."
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user