Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f9827437a | |||
| 88b867fce7 | |||
| bac08d0747 | |||
| 96fff0ed79 | |||
| bd4ab93048 | |||
| 1667b5f92d | |||
| b59f1f5133 | |||
| d00c6ad63f | |||
| c5dc065158 | |||
| 1a1968c35f | |||
| 46a6c33580 | |||
| 05bf5458ae | |||
| 32ff27426f |
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Pressing de la Gare"
|
||||
brandName="Pressing Fleury"
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
@@ -42,14 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Pressing de la Gare"
|
||||
description="Votre pressing de confiance à Clamart, pour un soin impeccable de vos textiles."
|
||||
logoText="Pressing Fleury"
|
||||
description="Votre pressing de confiance à Issy-les-Moulineaux, pour un soin impeccable de vos textiles."
|
||||
buttons={[
|
||||
{ text: "Nous trouver", href: "#location" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-using-washing-machine-doing-laundry-young-girls-ready-wash-clothes-interior-washing-process-concept_1157-42332.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EoL4tKP4JvSMnt5eaVDCLqSNI1/uploaded-1780866066531-vxc3mywp.jpg"
|
||||
imageAlt="Intérieur moderne d'un pressing"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -80,8 +80,8 @@ export default function LandingPage() {
|
||||
title="Comment ça marche ?"
|
||||
description="Un processus simple et efficace en 3 étapes pour un service de nettoyage impeccable."
|
||||
features={[
|
||||
{ title: "1. Déposez vos articles", description: "Apportez vos vêtements et textiles à notre pressing à Clamart pendant nos heures d'ouverture.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-hanging-bag_23-2151009047.jpg", imageAlt: "Client déposant des vêtements" },
|
||||
{ title: "2. Nettoyage Professionnel", description: "Nos experts s'occupent de vos articles avec des techniques de nettoyage adaptées à chaque tissu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-classify-clothes_23-2148857525.jpg", imageAlt: "Vêtements dans une machine de nettoyage" },
|
||||
{ title: "1. Déposez vos articles", description: "Apportez vos vêtements et textiles à notre pressing à Clamart pendant nos heures d'ouverture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EoL4tKP4JvSMnt5eaVDCLqSNI1/uploaded-1780866066531-vxc3mywp.jpg", imageAlt: "Client déposant des vêtements" },
|
||||
{ title: "2. Nettoyage Professionnel", description: "Nos experts s'occupent de vos articles avec des techniques de nettoyage adaptées à chaque tissu.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EoL4tKP4JvSMnt5eaVDCLqSNI1/uploaded-1780866066531-lhebkg92.png", imageAlt: "Vêtements dans une machine de nettoyage" },
|
||||
{ title: "3. Récupérez vos articles", description: "Venez chercher vos textiles frais, propres et parfaitement entretenus, prêts à être portés.", imageSrc: "http://img.b2bpic.net/free-photo/women-selecting-clothes_1098-13848.jpg", imageAlt: "Client récupérant des vêtements propres" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -96,46 +96,29 @@ export default function LandingPage() {
|
||||
description="Découvrez nos horaires pour planifier votre visite et profitez de nos services de pressing."
|
||||
features={[
|
||||
{
|
||||
title: "Dimanche", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span class="text-gray-500 font-medium">Fermé</span>
|
||||
<span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-200">Fermé</span>
|
||||
</div>`,
|
||||
title: "Dimanche", description: ` Fermée `,
|
||||
},
|
||||
{
|
||||
title: "Lundi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span class="text-gray-500 font-medium">Fermé</span>
|
||||
<span class="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-200">Fermé</span>
|
||||
</div>`,
|
||||
title: "Lundi", description: ` Fermée `,
|
||||
},
|
||||
{
|
||||
title: "Mardi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Mardi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Mercredi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Mercredi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Jeudi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Jeudi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Vendredi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>07:15–12:15</span>
|
||||
<span>15:00–19:30</span>
|
||||
</div>`,
|
||||
title: "Vendredi", description: `07:15–12:15 15:00–19:30
|
||||
`,
|
||||
},
|
||||
{
|
||||
title: "Samedi", description: `<div class="flex flex-col items-start gap-1 py-1">
|
||||
<span>08:00–12:15</span>
|
||||
<span>15:00–18:30</span>
|
||||
</div>`,
|
||||
title: "Samedi", description: `08:00–12:15 15:00–18:30`,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -149,9 +132,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Pressing de la Gare est mon choix numéro un à Clamart. Le service est toujours impeccable, les vêtements sont traités avec le plus grand soin et le personnel est d'une gentillesse remarquable. Je recommande vivement !"
|
||||
testimonial="Excellent service depuis plus de 2 ans ou nous allons toutes les 2 semaines chez eux pour leur confier de la literie et quelques chemises.
|
||||
Interlocuteurs aimables et gentils."
|
||||
rating={5}
|
||||
author="Marie Dupont, Cliente fidèle"
|
||||
author="Zimmer Marc, Cliente fidèle"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg", alt: "Photo de Marie Dupont" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-smiling-caucasian-female-with-hat-coat-leaning-wall_181624-11527.jpg", alt: "Photo de Jean-Luc Bernard" },
|
||||
@@ -188,8 +172,12 @@ Place de la Gare, 92140 Clamart"
|
||||
{ name: "name", type: "text", placeholder: "Votre nom", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Votre email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Votre message détaillé", rows: 5,
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-paper-style-community-map_23-2149377706.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EoL4tKP4JvSMnt5eaVDCLqSNI1/uploaded-1780912559627-4zlmn562.png"
|
||||
imageAlt="Localisation du pressing sur une carte Google"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
@@ -199,7 +187,7 @@ Place de la Gare, 92140 Clamart"
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Pressing de la Gare"
|
||||
logoText="Pressing Fleury"
|
||||
copyrightText="© 2024 Pressing de la Gare. Tous droits réservés."
|
||||
socialLinks={[]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user