Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
@@ -45,7 +45,7 @@ export default function LandscapingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroBillboard
|
||||
tag="Conseil Stratégique & Croissance"
|
||||
tagIcon={TrendingUp}
|
||||
title="Nous analysons, structurons et pilotons la croissance des marques."
|
||||
@@ -56,11 +56,8 @@ export default function LandscapingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: 'radial-gradient' }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg", imageAlt: "Image de fond stratégique"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg"
|
||||
imageAlt="Image de fond stratégique"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,8 +157,7 @@ export default function LandscapingPage() {
|
||||
cardTag="Nos Réussites"
|
||||
cardTagIcon={Award}
|
||||
cardTitle="Des entrepreneurs qui se développent, des marques qui rayonnent. Découvrez l'impact de notre accompagnement."
|
||||
buttons={[{ text: "Découvrir nos études de cas", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Découvrir nos études de cas", href: "#services" }]}n buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
@@ -276,4 +272,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user