Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 096ddb6bed | |||
| cb21d88a18 |
162
src/app/page.tsx
162
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "À propos",
|
name: "À propos", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tarifs",
|
name: "Tarifs", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Arion Propre"
|
brandName="Arion Propre"
|
||||||
/>
|
/>
|
||||||
@@ -54,38 +46,24 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Arion Propre"
|
logoText="Arion Propre"
|
||||||
description="Votre expert nettoyage de moustiquaires dans le quartier Arion, Saint-Philippe. Du 1er juillet au 20 août 2026."
|
description="Professional, streak-free mosquito screen cleaning right at your doorstep in Arion, Saint-Philippe"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Réserver Maintenant",
|
text: "Réserver Maintenant", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg", imageAlt: "Service professionnel de nettoyage"},
|
||||||
imageAlt: "Service professionnel de nettoyage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128749.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128749.jpg", imageAlt: "Nettoyage moustiquaires"},
|
||||||
imageAlt: "Nettoyage moustiquaires",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-sitting-window-sill-reading-book_23-2147871989.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-sitting-window-sill-reading-book_23-2147871989.jpg", imageAlt: "Quartier Arion"},
|
||||||
imageAlt: "Quartier Arion",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562180.jpg",
|
imageSrc: "http://img.b2bpic.net/full-shot-woman-decorating-front-door-outside_23-2150562180.jpg", imageAlt: "Service estival"},
|
||||||
imageAlt: "Service estival",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-spray-bottle-napkin-kitchen_1170-2617.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-spray-bottle-napkin-kitchen_1170-2617.jpg", imageAlt: "Entretien résidentiel"},
|
||||||
imageAlt: "Entretien résidentiel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg", imageAlt: "Qualité garantie"},
|
||||||
imageAlt: "Qualité garantie",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -96,9 +74,7 @@ export default function LandingPage() {
|
|||||||
title="Un nettoyage impeccable pour vos moustiquaires"
|
title="Un nettoyage impeccable pour vos moustiquaires"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Prendre rendez-vous",
|
text: "Prendre rendez-vous", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -111,41 +87,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "small",
|
id: "small", name: "Petit", price: "7,99 $", imageSrc: "http://img.b2bpic.net/free-photo/man-touching-smart-tv-screen_53876-97903.jpg"},
|
||||||
name: "Petit",
|
|
||||||
price: "7,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-touching-smart-tv-screen_53876-97903.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "medium",
|
id: "medium", name: "Moyen", price: "8,99 $", imageSrc: "http://img.b2bpic.net/free-photo/windows-wall_23-2148106945.jpg"},
|
||||||
name: "Moyen",
|
|
||||||
price: "8,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/windows-wall_23-2148106945.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "large",
|
id: "large", name: "Grand", price: "9,99 $", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg"},
|
||||||
name: "Grand",
|
|
||||||
price: "9,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343051.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "small-2",
|
id: "small-2", name: "Petit (Second)", price: "7,99 $", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg"},
|
||||||
name: "Petit (Second)",
|
|
||||||
price: "7,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "medium-2",
|
id: "medium-2", name: "Moyen (Second)", price: "8,99 $", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-beautiful-view-from-window_1098-21870.jpg"},
|
||||||
name: "Moyen (Second)",
|
|
||||||
price: "8,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-beautiful-view-from-window_1098-21870.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "large-2",
|
id: "large-2", name: "Grand (Second)", price: "9,99 $", imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209922.jpg"},
|
||||||
name: "Grand (Second)",
|
|
||||||
price: "9,99 $",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209922.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nos services de nettoyage"
|
title="Nos services de nettoyage"
|
||||||
description="Tarification simple et transparente par type de moustiquaire."
|
description="Tarification simple et transparente par type de moustiquaire."
|
||||||
@@ -159,21 +111,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "standard",
|
id: "standard", badge: "Service unique", price: "Par item", subtitle: "Petit/Moyen/Grand", features: [
|
||||||
badge: "Service unique",
|
"Nettoyage profond", "Vérification cadre", "Remplacement efficace", "Résultat impeccable"],
|
||||||
price: "Par item",
|
|
||||||
subtitle: "Petit/Moyen/Grand",
|
|
||||||
features: [
|
|
||||||
"Nettoyage profond",
|
|
||||||
"Vérification cadre",
|
|
||||||
"Remplacement efficace",
|
|
||||||
"Résultat impeccable",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Contactez-moi",
|
text: "Contactez-moi", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -188,20 +130,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Quand êtes-vous disponible?", content: "Je travaille tous les jours du 1er juillet au 20 août 2026, à l'exception de la période du 20 au 24 juillet."},
|
||||||
title: "Quand êtes-vous disponible?",
|
|
||||||
content: "Je travaille tous les jours du 1er juillet au 20 août 2026, à l'exception de la période du 20 au 24 juillet.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Où offrez-vous ce service?", content: "Je me déplace uniquement dans le quartier Arion à Saint-Philippe, QC."},
|
||||||
title: "Où offrez-vous ce service?",
|
|
||||||
content: "Je me déplace uniquement dans le quartier Arion à Saint-Philippe, QC.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Comment réserver?", content: "Remplissez simplement le formulaire de contact, et je vous contacterai par courriel pour confirmer l'heure de mon passage."},
|
||||||
title: "Comment réserver?",
|
|
||||||
content: "Remplissez simplement le formulaire de contact, et je vous contacterai par courriel pour confirmer l'heure de mon passage.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Questions fréquentes"
|
title="Questions fréquentes"
|
||||||
description="Informations importantes sur nos disponibilités."
|
description="Informations importantes sur nos disponibilités."
|
||||||
@@ -217,25 +150,15 @@ export default function LandingPage() {
|
|||||||
author="Marie-Claude, Résidente Arion"
|
author="Marie-Claude, Résidente Arion"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/crazy-young-man-jumping-happy-expression_1194-4849.jpg",
|
src: "http://img.b2bpic.net/free-photo/crazy-young-man-jumping-happy-expression_1194-4849.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11132.jpg",
|
src: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11132.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg",
|
src: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -246,8 +169,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Réservez votre nettoyage via leoperrault12@gmail.com. Veuillez inclure votre nom, adresse dans le quartier Arion, téléphone, date souhaitée entre le 1er juillet et le 20 août (sauf 20-24 juillet), et toute note importante."
|
text="Réservez votre nettoyage via leoperrault12@gmail.com. Veuillez inclure votre nom, adresse dans le quartier Arion, téléphone, date souhaitée entre le 1er juillet et le 20 août (sauf 20-24 juillet), et toute note importante."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -257,29 +179,19 @@ export default function LandingPage() {
|
|||||||
logoText="Arion Propre"
|
logoText="Arion Propre"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Accueil",
|
label: "Accueil", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tarifs",
|
label: "Tarifs", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service",
|
title: "Service", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email",
|
label: "Email", href: "mailto:leoperrault12@gmail.com"},
|
||||||
href: "mailto:leoperrault12@gmail.com",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user