Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-28 12:18:43 +00:00

View File

@@ -32,28 +32,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "À Propos",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Projets",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "À Propos", id: "about" },
{ name: "Services", id: "features" },
{ name: "Projets", id: "products" },
{ name: "Contact", id: "contact" }
]}
brandName="B'PLAST ROUEN"
button={{ text: "Devis", href: "#contact" }}
/>
</div>
@@ -62,75 +48,20 @@ export default function LandingPage() {
title="L'excellence en menuiserie à Rouen"
description="B'PLAST ROUEN : Spécialiste de la pose de fenêtres, portes et volets pour particuliers et professionnels. Qualité et isolation au rendez-vous."
testimonials={[
{
name: "Jean Dupont",
handle: "@jeandupont",
testimonial: "Excellent service, fenêtres posées avec soin.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg?_wi=1",
imageAlt: "fenêtre moderne maison",
},
{
name: "Marie Lefebvre",
handle: "@marielef",
testimonial: "Professionnalisme exemplaire à Rouen.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-wearing-safety-glasses-standing-workbench_23-2147944820.jpg?_wi=1",
imageAlt: "fenêtre moderne maison",
},
{
name: "Pierre Martin",
handle: "@pierrem",
testimonial: "Isolation parfaite, facture maîtrisée.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg?_wi=1",
imageAlt: "fenêtre moderne maison",
},
{
name: "Sophie Petit",
handle: "@sophiep",
testimonial: "Délais respectés, travail impeccable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg?_wi=1",
imageAlt: "fenêtre moderne maison",
},
{
name: "Thomas Bernard",
handle: "@tbernard",
testimonial: "Une équipe très réactive et très pro.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg?_wi=1",
imageAlt: "fenêtre moderne maison",
},
{ name: "Jean Dupont", handle: "@jeandupont", testimonial: "Excellent service, fenêtres posées avec soin.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg", imageAlt: "fenêtre moderne maison" },
{ name: "Marie Lefebvre", handle: "@marielef", testimonial: "Professionnalisme exemplaire à Rouen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-wearing-safety-glasses-standing-workbench_23-2147944820.jpg", imageAlt: "fenêtre moderne maison" },
{ name: "Pierre Martin", handle: "@pierrem", testimonial: "Isolation parfaite, facture maîtrisée.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg", imageAlt: "fenêtre moderne maison" },
{ name: "Sophie Petit", handle: "@sophiep", testimonial: "Délais respectés, travail impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg", imageAlt: "fenêtre moderne maison" },
{ name: "Thomas Bernard", handle: "@tbernard", testimonial: "Une équipe très réactive et très pro.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg", imageAlt: "fenêtre moderne maison" }
]}
buttons={[
{
text: "Demandez un devis",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg?_wi=2"
buttons={[{ text: "Demandez un devis", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176711.jpg",
alt: "Client satisfait 1",
},
{
src: "http://img.b2bpic.net/free-photo/man-helping-with-nail-woman_23-2147766969.jpg",
alt: "Client satisfait 2",
},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg",
alt: "Client satisfait 3",
},
{
src: "http://img.b2bpic.net/free-photo/man-using-tablet-near-window_23-2147769514.jpg",
alt: "Client satisfait 4",
},
{
src: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356594.jpg",
alt: "Client satisfait 5",
},
{ src: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176711.jpg", alt: "Client satisfait 1" },
{ src: "http://img.b2bpic.net/free-photo/man-helping-with-nail-woman_23-2147766969.jpg", alt: "Client satisfait 2" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg", alt: "Client satisfait 3" },
{ src: "http://img.b2bpic.net/free-photo/man-using-tablet-near-window_23-2147769514.jpg", alt: "Client satisfait 4" },
{ src: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356594.jpg", alt: "Client satisfait 5" }
]}
/>
</div>
@@ -147,24 +78,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"Sans fuite d'air",
"Sans entretien complexe",
"Pas de pont thermique",
"Sans surcoût caché",
"Sans délai inutile",
],
}}
positiveCard={{
items: [
"Isolation Thermique",
"Sécurité Renforcée",
"Design Moderne",
"Durabilité garantie",
"Service après-vente",
],
}}
negativeCard={{ items: ["Sans fuite d'air", "Sans entretien complexe", "Pas de pont thermique", "Sans surcoût caché", "Sans délai inutile"] }}
positiveCard={{ items: ["Isolation Thermique", "Sécurité Renforcée", "Design Moderne", "Durabilité garantie", "Service après-vente"] }}
title="Pourquoi B'PLAST ROUEN ?"
description="Nous garantissons confort et sécurité pour votre habitat."
/>
@@ -177,42 +92,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Fenêtre PVC",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg?_wi=2",
},
{
id: "2",
name: "Porte Entrée",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg?_wi=2",
},
{
id: "3",
name: "Baie Vitrée",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg?_wi=2",
},
{
id: "4",
name: "Volet Roulant",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg",
},
{
id: "5",
name: "Porte Garage",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/asian-female-model-is-wearing-fashionable-sexy-white-dress_181624-26649.jpg",
},
{
id: "6",
name: "Fenêtre Alu",
price: "Sur mesure",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451098.jpg",
},
{ id: "1", name: "Fenêtre PVC", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg" },
{ id: "2", name: "Porte Entrée", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg" },
{ id: "3", name: "Baie Vitrée", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg" },
{ id: "4", name: "Volet Roulant", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-tools-wooden-table-background_1098-14176.jpg" },
{ id: "5", name: "Porte Garage", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-model-is-wearing-fashionable-sexy-white-dress_181624-26649.jpg" },
{ id: "6", name: "Fenêtre Alu", price: "Sur mesure", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451098.jpg" }
]}
title="Nos réalisations"
description="Découvrez notre gamme de menuiseries haut de gamme."
@@ -226,27 +111,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "15+",
title: "Ans d'expertise",
description: "Dans la région",
icon: Award,
},
{
id: "2",
value: "1000+",
title: "Projets réalisés",
description: "Clients satisfaits",
icon: CheckCircle,
},
{
id: "3",
value: "98%",
title: "Taux de satisfaction",
description: "Qualité de pose",
icon: Star,
},
{ id: "1", value: "15+", title: "Ans d'expertise", description: "Dans la région", icon: Award },
{ id: "2", value: "1000+", title: "Projets réalisés", description: "Clients satisfaits", icon: CheckCircle },
{ id: "3", value: "98%", title: "Taux de satisfaction", description: "Qualité de pose", icon: Star }
]}
title="En chiffres"
description="Notre engagement quotidien."
@@ -258,61 +125,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alice",
date: "2023",
title: "Rénovation",
quote: "Top.",
tag: "PVC",
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg?_wi=3",
imageAlt: "client satisfait maison",
},
{
id: "2",
name: "Bob",
date: "2023",
title: "Pose",
quote: "Rapide.",
tag: "Alu",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-wearing-safety-glasses-standing-workbench_23-2147944820.jpg?_wi=2",
imageAlt: "client satisfait maison",
},
{
id: "3",
name: "Charlie",
date: "2024",
title: "Porte",
quote: "Pro.",
tag: "Sécurité",
avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg?_wi=3",
imageAlt: "client satisfait maison",
},
{
id: "4",
name: "David",
date: "2024",
title: "Volets",
quote: "Bien.",
tag: "Auto",
avatarSrc: "http://img.b2bpic.net/free-photo/curly-girl-sits-floor-smiling-draws-painting_8353-10806.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg?_wi=3",
imageAlt: "client satisfait maison",
},
{
id: "5",
name: "Eva",
date: "2024",
title: "Baie",
quote: "Super.",
tag: "Isolation",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-glasses-with-dark-brown-hair-posing-with-arms-crossed-front-light-wall_197531-4921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg?_wi=3",
imageAlt: "client satisfait maison",
},
{ id: "1", name: "Alice", date: "2023", title: "Rénovation", quote: "Top.", tag: "PVC", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176712.jpg", imageAlt: "client satisfait maison" },
{ id: "2", name: "Bob", date: "2023", title: "Pose", quote: "Rapide.", tag: "Alu", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-wearing-safety-glasses-standing-workbench_23-2147944820.jpg", imageAlt: "client satisfait maison" },
{ id: "3", name: "Charlie", date: "2024", title: "Porte", quote: "Pro.", tag: "Sécurité", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-entrance-japan-building_23-2149301109.jpg", imageAlt: "client satisfait maison" },
{ id: "4", name: "David", date: "2024", title: "Volets", quote: "Bien.", tag: "Auto", avatarSrc: "http://img.b2bpic.net/free-photo/curly-girl-sits-floor-smiling-draws-painting_8353-10806.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1951.jpg", imageAlt: "client satisfait maison" },
{ id: "5", name: "Eva", date: "2024", title: "Baie", quote: "Super.", tag: "Isolation", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-glasses-with-dark-brown-hair-posing-with-arms-crossed-front-light-wall_197531-4921.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blinds_1203-1110.jpg", imageAlt: "client satisfait maison" }
]}
title="Avis clients"
description="Ils nous font confiance."
@@ -323,31 +140,11 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Devis gratuit ?",
content: "Oui, nous offrons des devis personnalisés sans engagement.",
},
{
id: "2",
title: "Déplacements ?",
content: "Nous intervenons sur toute l'agglomération de Rouen et ses environs.",
},
{
id: "3",
title: "Garanties ?",
content: "Toutes nos installations bénéficient de la garantie décennale.",
},
{
id: "4",
title: "Quels matériaux ?",
content: "Nous travaillons principalement le PVC, l'aluminium et le bois.",
},
{
id: "5",
title: "Délais d'intervention ?",
content: "Nous nous adaptons à vos contraintes de chantier avec des délais courts.",
},
{ id: "1", title: "Devis gratuit ?", content: "Oui, nous offrons des devis personnalisés sans engagement." },
{ id: "2", title: "Déplacements ?", content: "Nous intervenons sur toute l'agglomération de Rouen et ses environs." },
{ id: "3", title: "Garanties ?", content: "Toutes nos installations bénéficient de la garantie décennale." },
{ id: "4", title: "Quels matériaux ?", content: "Nous travaillons principalement le PVC, l'aluminium et le bois." },
{ id: "5", title: "Délais d'intervention ?", content: "Nous nous adaptons à vos contraintes de chantier avec des délais courts." }
]}
sideTitle="Questions fréquentes"
faqsAnimation="slide-up"
@@ -360,24 +157,9 @@ export default function LandingPage() {
title="Demande de devis"
description="Contactez nos équipes dès aujourd'hui."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nom",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
{
name: "tel",
type: "tel",
placeholder: "Téléphone",
required: false,
},
{ name: "name", type: "text", placeholder: "Nom", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
{ name: "tel", type: "tel", placeholder: "Téléphone", required: false }
]}
imageSrc="http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1428.jpg"
/>
@@ -386,14 +168,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="B'PLAST ROUEN"
leftLink={{
text: "Mentions Légales",
href: "#",
}}
rightLink={{
text: "Contact",
href: "#contact",
}}
leftLink={{ text: "Mentions Légales", href: "#" }}
rightLink={{ text: "Contact", href: "#contact" }}
/>
</div>
</ReactLenis>