@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider" ;
import ReactLenis from "lenis/react" ;
import ContactCenter from '@/components/sections/contact/ContactCenter ' ;
import ContactCTA from '@/components/sections/contact/ContactCTA ' ;
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen' ;
import FooterBase from '@/components/sections/footer/FooterBase ' ;
import FooterMedia from '@/components/sections/footer/FooterMedia ' ;
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery' ;
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered' ;
import TeamCardEleven from '@/components/sections/team/TeamCardEleven' ;
@@ -68,7 +68,7 @@ export default function LandingPage() {
{
imageSrc : "http://img.b2bpic.net/free-photo/hands-wheel-when-driving-high-speed-from-inside-car_169016-23177.jpg" , imageAlt : "Scenic road" } ,
{
imageSrc : "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg" , imageAlt : "Instructor team" } ,
imageSrc : "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg?_wi=1 " , imageAlt : "Instructor team" } ,
] }
mediaAnimation = "slide-up"
/ >
@@ -156,19 +156,22 @@ export default function LandingPage() {
< / div >
< div id = "contact" data-section = "contact" >
< ContactCenter
useInvertedBackground = { true }
background = { {
variant : "plain" } }
< ContactCTA
tag = "Contact Us"
title = "Ready to hit the road?"
description = "Don't wait months to get started. Contact Grégory, Joey, Carole, or Juan today and let’ s get your license moving."
buttonText = "Contact Us Now"
buttons = { [
{ text : "Contact Us Now" , href : "#" }
] }
background = { { variant : "sparkles-gradient" } }
useInvertedBackground = { false }
/ >
< / div >
< div id = "footer" data-section = "footer" >
< FooterBase
< FooterMedia
logoText = "Lausanne Driving School"
imageSrc = "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg?_wi=2"
columns = { [
{
title : "Company" , items : [
@@ -199,10 +202,9 @@ export default function LandingPage() {
] ,
} ,
] }
logoText = "Lausanne Driving School"
/ >
< / div >
< / ReactLenis >
< / ThemeProvider >
) ;
}
}