Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0377c2ede | |||
| 5d4dbfef5d | |||
| c070b0342c | |||
| fbc26518e5 |
@@ -7,16 +7,25 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
|
||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Check, Leaf, Calendar, Mountain, Phone } from "lucide-react";
|
import { Check, Leaf, Calendar, Mountain } from "lucide-react";
|
||||||
|
|
||||||
export default function QuickShinePage() {
|
export default function QuickShinePage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider>
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="text-stagger"
|
||||||
|
defaultTextAnimation="entrance-slide"
|
||||||
|
borderRadius="rounded"
|
||||||
|
contentWidth="medium"
|
||||||
|
sizing="medium"
|
||||||
|
background="circleGradient"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="normal"
|
||||||
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
@@ -51,17 +60,19 @@ export default function QuickShinePage() {
|
|||||||
description="Des services de nettoyage adaptés à la vie au bord du lac."
|
description="Des services de nettoyage adaptés à la vie au bord du lac."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Lavage Auto", description: "Nettoyage complet extérieur et intérieur, effectué directement chez vous pour votre tranquillité.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14574.jpg"
|
title: "Lavage Auto", description: "Nettoyage complet extérieur et intérieur, effectué directement chez vous pour votre tranquillité.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14574.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Lavage Bateau", description: "Entretien intérieur et extérieur en profondeur, prêt pour votre prochaine sortie nautique.", imageSrc: "http://img.b2bpic.net/free-photo/master-restores-yacht-marine_176474-120116.jpg"
|
title: "Lavage Bateau", description: "Entretien intérieur et extérieur en profondeur, prêt pour votre prochaine sortie nautique.", imageSrc: "http://img.b2bpic.net/free-photo/master-restores-yacht-marine_176474-120116.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Abonnement Hebdomadaire", description: "Gardez votre auto, bateau ou les deux impeccables toute la saison avec notre service hebdomadaire.", imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg"
|
title: "Abonnement Hebdomadaire", description: "Gardez votre auto, bateau ou les deux impeccables toute la saison avec notre service hebdomadaire.", imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,6 +84,8 @@ export default function QuickShinePage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg"
|
||||||
imageAlt="Slider Avant-Après"
|
imageAlt="Slider Avant-Après"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -82,6 +95,7 @@ export default function QuickShinePage() {
|
|||||||
description="Une expertise locale au service de votre confort."
|
description="Une expertise locale au service de votre confort."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
textboxLayout="default"
|
||||||
features={[
|
features={[
|
||||||
{ icon: Check, title: "Service à domicile", description: "Nous nous déplaçons chez vous, directement au Lac Saint-Joseph." },
|
{ icon: Check, title: "Service à domicile", description: "Nous nous déplaçons chez vous, directement au Lac Saint-Joseph." },
|
||||||
{ icon: Leaf, title: "Éco-responsable", description: "Produits respectueux de la nature et de notre beau lac." },
|
{ icon: Leaf, title: "Éco-responsable", description: "Produits respectueux de la nature et de notre beau lac." },
|
||||||
@@ -94,6 +108,7 @@ export default function QuickShinePage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="Ce que disent nos clients"
|
title="Ce que disent nos clients"
|
||||||
|
description="Découvrez pourquoi nos voisins au lac nous font confiance."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Martin L.", handle: "Sainte-Catherine-de-la-Jacques-Cartier", testimonial: "Mon bateau n'avait jamais été aussi propre. Service rapide et professionnel, je recommande!", rating: 5 },
|
{ id: "1", name: "Martin L.", handle: "Sainte-Catherine-de-la-Jacques-Cartier", testimonial: "Mon bateau n'avait jamais été aussi propre. Service rapide et professionnel, je recommande!", rating: 5 },
|
||||||
{ id: "2", name: "Josée B.", handle: "Lac Saint-Joseph", testimonial: "L'abonnement hebdomadaire vaut vraiment la peine. Mon truck est toujours impeccable sans que j'aie à lever le petit doigt.", rating: 5 },
|
{ id: "2", name: "Josée B.", handle: "Lac Saint-Joseph", testimonial: "L'abonnement hebdomadaire vaut vraiment la peine. Mon truck est toujours impeccable sans que j'aie à lever le petit doigt.", rating: 5 },
|
||||||
@@ -101,6 +116,8 @@ export default function QuickShinePage() {
|
|||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -109,8 +126,9 @@ export default function QuickShinePage() {
|
|||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Prêt pour un QuickShine ?"
|
title="Prêt pour un QuickShine ?"
|
||||||
description="(418) XXX-XXXX"
|
description="(418) XXX-XXXX"
|
||||||
buttons={[{ text: "Envoyer", href: "#" }]}
|
buttons={[{ text: "Demander un devis gratuit", href: "#" }]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user