Merge version_1_1781446873142 into main
Merge version_1_1781446873142 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,298 +12,136 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="118 Boulevard Berthier, 75017 Paris"
|
||||
title="Tabac Le Voltigeur"
|
||||
description="Votre espace de services et commodités au cœur du 17ème. Ouvert 7j/7."
|
||||
primaryButton={{
|
||||
text: "Voir Google Maps",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Appeler",
|
||||
href: "tel:0143802060",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3757.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-red-sweater-looking-wooden-basket-full-pinecones_114579-58642.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance-bar-called-glance_1122-1247.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-city-view_1417-1758.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="118 Boulevard Berthier, 75017 Paris"
|
||||
title="Tabac Le Voltigeur"
|
||||
description="Votre espace de services et commodités au cœur du 17ème. Ouvert 7j/7."
|
||||
primaryButton={{
|
||||
text: "Voir Google Maps", href: "https://maps.google.com"}}
|
||||
secondaryButton={{
|
||||
text: "Appeler", href: "tel:0143802060"}}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3757.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-red-sweater-looking-wooden-basket-full-pinecones_114579-58642.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211458.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/entrance-bar-called-glance_1122-1247.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/day-city-view_1417-1758.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Notre activité"
|
||||
title="Le Voltigeur en quelques chiffres"
|
||||
description="Qualité de service et proximité reconnues par notre clientèle fidèle."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.1/5",
|
||||
title: "Note Google",
|
||||
features: [
|
||||
"163 avis certifiés",
|
||||
"Service client prioritaire",
|
||||
"Toujours à l'écoute",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Services variés",
|
||||
features: [
|
||||
"Tabac, Presse, FDJ",
|
||||
"Colis & Clé minute",
|
||||
"Photocopie & ID",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "7j/7",
|
||||
title: "Horaires larges",
|
||||
features: [
|
||||
"Ouverture tôt",
|
||||
"Fermeture tardive",
|
||||
"Disponibilité totale",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Notre activité"
|
||||
title="Le Voltigeur en quelques chiffres"
|
||||
description="Qualité de service et proximité reconnues par notre clientèle fidèle."
|
||||
metrics={[
|
||||
{ value: "4.1/5", title: "Note Google", features: ["163 avis certifiés", "Service client prioritaire", "Toujours à l'écoute"] },
|
||||
{ value: "10+", title: "Services variés", features: ["Tabac, Presse, FDJ", "Colis & Clé minute", "Photocopie & ID"] },
|
||||
{ value: "7j/7", title: "Horaires larges", features: ["Ouverture tôt", "Fermeture tardive", "Disponibilité totale"] },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesDetailedCards
|
||||
tag="Nos Services"
|
||||
title="Tout le nécessaire au quotidien"
|
||||
description="Une gamme complète de services pour faciliter vos journées."
|
||||
items={[
|
||||
{
|
||||
title: "Tabac & Presse",
|
||||
description: "Large choix de tabacs et magazines nationaux.",
|
||||
tags: [
|
||||
"Tabac",
|
||||
"Presse",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/word-no-made-from-broken-cigarette-tobacco_23-2148043837.jpg",
|
||||
},
|
||||
{
|
||||
title: "Jeux & FDJ",
|
||||
description: "Tentez votre chance avec tous nos jeux de loterie.",
|
||||
tags: [
|
||||
"FDJ",
|
||||
"Loterie",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/give-donate-generosity-giving-support-help-concept_53876-120821.jpg",
|
||||
},
|
||||
{
|
||||
title: "PMU",
|
||||
description: "Vos paris hippiques en direct.",
|
||||
tags: [
|
||||
"PMU",
|
||||
"Paris",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/casino-neon-sign-collection_23-2148140684.jpg",
|
||||
},
|
||||
{
|
||||
title: "Colis & Poste",
|
||||
description: "Dépôt et retrait de vos colis en toute sécurité.",
|
||||
tags: [
|
||||
"Colis",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fun-delivery-concept-with-classic-elements_23-2147676243.jpg",
|
||||
},
|
||||
{
|
||||
title: "Clé Minute",
|
||||
description: "Reproduction de clés en quelques instants.",
|
||||
tags: [
|
||||
"Clé",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-lock_1156-628.jpg",
|
||||
},
|
||||
{
|
||||
title: "Photos ID",
|
||||
description: "Photos d'identité conformes administration.",
|
||||
tags: [
|
||||
"ID",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-colorful-style_23-2147667152.jpg",
|
||||
},
|
||||
{
|
||||
title: "Impression & Copie",
|
||||
description: "Photocopies haute qualité et impressions.",
|
||||
tags: [
|
||||
"Print",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-front-side_187299-39561.jpg",
|
||||
},
|
||||
{
|
||||
title: "Tampons & Badges",
|
||||
description: "Commandez vos tampons et badges Vigik.",
|
||||
tags: [
|
||||
"Admin",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pipe-cigarette-logo-business-branding-template-design-inspiration_384344-1645.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Nos Services"
|
||||
title="Tout le nécessaire au quotidien"
|
||||
description="Une gamme complète de services pour faciliter vos journées."
|
||||
items={[
|
||||
{ title: "Tabac & Presse", description: "Large choix de tabacs et magazines nationaux.", tags: ["Tabac", "Presse"], imageSrc: "http://img.b2bpic.net/free-photo/word-no-made-from-broken-cigarette-tobacco_23-2148043837.jpg" },
|
||||
{ title: "Jeux & FDJ", description: "Tentez votre chance avec tous nos jeux de loterie.", tags: ["FDJ", "Loterie"], imageSrc: "http://img.b2bpic.net/free-photo/give-donate-generosity-giving-support-help-concept_53876-120821.jpg" },
|
||||
{ title: "PMU", description: "Vos paris hippiques en direct.", tags: ["PMU", "Paris"], imageSrc: "http://img.b2bpic.net/free-vector/casino-neon-sign-collection_23-2148140684.jpg" },
|
||||
{ title: "Colis & Poste", description: "Dépôt et retrait de vos colis en toute sécurité.", tags: ["Colis"], imageSrc: "http://img.b2bpic.net/free-vector/fun-delivery-concept-with-classic-elements_23-2147676243.jpg" },
|
||||
{ title: "Clé Minute", description: "Reproduction de clés en quelques instants.", tags: ["Clé"], imageSrc: "http://img.b2bpic.net/free-photo/key-lock_1156-628.jpg" },
|
||||
{ title: "Photos ID", description: "Photos d'identité conformes administration.", tags: ["ID"], imageSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-colorful-style_23-2147667152.jpg" },
|
||||
{ title: "Impression & Copie", description: "Photocopies haute qualité et impressions.", tags: ["Print"], imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-front-side_187299-39561.jpg" },
|
||||
{ title: "Tampons & Badges", description: "Commandez vos tampons et badges Vigik.", tags: ["Admin"], imageSrc: "http://img.b2bpic.net/free-vector/pipe-cigarette-logo-business-branding-template-design-inspiration_384344-1645.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Notre Engagement"
|
||||
title="Pourquoi nos clients nous adorent"
|
||||
description="Nous mettons un point d'honneur à offrir un service accueillant, patient et efficace à chaque habitant du quartier."
|
||||
items={[
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Gentillesse assurée",
|
||||
description: "Une écoute active et un accueil toujours souriant.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Disponibilité",
|
||||
description: "Des horaires étendus pour vous accompagner.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Professionnalisme",
|
||||
description: "Une expertise reconnue dans tous nos services.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-wooden-construction-surrounded-by-buildings_181624-12724.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Notre Engagement"
|
||||
title="Pourquoi nos clients nous adorent"
|
||||
description="Nous mettons un point d'honneur à offrir un service accueillant, patient et efficace à chaque habitant du quartier."
|
||||
items={[
|
||||
{ icon: "Smile", title: "Gentillesse assurée", description: "Une écoute active et un accueil toujours souriant." },
|
||||
{ icon: "Clock", title: "Disponibilité", description: "Des horaires étendus pour vous accompagner." },
|
||||
{ icon: "Award", title: "Professionnalisme", description: "Une expertise reconnue dans tous nos services." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-wooden-construction-surrounded-by-buildings_181624-12724.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="avis" data-section="avis">
|
||||
<SectionErrorBoundary name="avis">
|
||||
<div id="avis" data-section="avis">
|
||||
<SectionErrorBoundary name="avis">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Avis Google"
|
||||
title="Ce qu'ils disent de nous"
|
||||
description="La satisfaction de nos clients est notre meilleure publicité."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie-Laure S.",
|
||||
role: "Local Guide",
|
||||
company: "Client fidèle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg",
|
||||
},
|
||||
{
|
||||
name: "Franck A.",
|
||||
role: "Local Guide",
|
||||
company: "Client fidèle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg",
|
||||
},
|
||||
{
|
||||
name: "Guillaume W.",
|
||||
role: "Local Guide",
|
||||
company: "Client fidèle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-shopping-bags-outdoors-street_58466-15490.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sonia L.",
|
||||
role: "Local Guide",
|
||||
company: "Client fidèle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marc P.",
|
||||
role: "Local Guide",
|
||||
company: "Client fidèle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Avis Google"
|
||||
title="Ce qu'ils disent de nous"
|
||||
description="La satisfaction de nos clients est notre meilleure publicité."
|
||||
testimonials={[
|
||||
{ name: "Marie-Laure S.", role: "Local Guide", company: "Client fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg" },
|
||||
{ name: "Franck A.", role: "Local Guide", company: "Client fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg" },
|
||||
{ name: "Guillaume W.", role: "Local Guide", company: "Client fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-shopping-bags-outdoors-street_58466-15490.jpg" },
|
||||
{ name: "Sonia L.", role: "Local Guide", company: "Client fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ name: "Marc P.", role: "Local Guide", company: "Client fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-joyful-beautiful-african-american-woman-laughing-looking-happy-standing-yellow-background_1258-63383.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SectionErrorBoundary name="social">
|
||||
<div id="social" data-section="social">
|
||||
<SectionErrorBoundary name="social">
|
||||
<SocialProofMarquee
|
||||
tag="Services reconnus"
|
||||
title="Partenaires officiels"
|
||||
names={[
|
||||
"Française des Jeux",
|
||||
"PMU",
|
||||
"Colissimo",
|
||||
"Vigik",
|
||||
"Mondial Relay",
|
||||
"Point Relais",
|
||||
"Serrurerie Express",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Services reconnus"
|
||||
title="Partenaires officiels"
|
||||
description="Nous collaborons avec les meilleurs services."
|
||||
names={[
|
||||
"Française des Jeux", "PMU", "Colissimo", "Vigik", "Mondial Relay", "Point Relais", "Serrurerie Express"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="infos" data-section="infos">
|
||||
<SectionErrorBoundary name="infos">
|
||||
<div id="infos" data-section="infos">
|
||||
<SectionErrorBoundary name="infos">
|
||||
<FaqTwoColumn
|
||||
tag="Informations utiles"
|
||||
title="Questions pratiques"
|
||||
items={[
|
||||
{
|
||||
question: "Quels sont vos horaires ?",
|
||||
answer: "Lun–Ven 07h15–20h30, Sam 07h30–20h00, Dim 08h00–13h00.",
|
||||
},
|
||||
{
|
||||
question: "Où êtes-vous situés ?",
|
||||
answer: "118 Boulevard Berthier, 75017 Paris.",
|
||||
},
|
||||
{
|
||||
question: "Proposez-vous le retrait colis ?",
|
||||
answer: "Oui, nous sommes Point Relais pour la plupart des transporteurs.",
|
||||
},
|
||||
{
|
||||
question: "Faites-vous les photos d'identité ?",
|
||||
answer: "Oui, nous réalisons des photos conformes pour vos documents officiels.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Informations utiles"
|
||||
title="Questions pratiques"
|
||||
description="Besoin d'aide ? Retrouvez nos réponses."
|
||||
items={[
|
||||
{ question: "Quels sont vos horaires ?", answer: "Lun–Ven 07h15–20h30, Sam 07h30–20h00, Dim 08h00–13h00." },
|
||||
{ question: "Où êtes-vous situés ?", answer: "118 Boulevard Berthier, 75017 Paris." },
|
||||
{ question: "Proposez-vous le retrait colis ?", answer: "Oui, nous sommes Point Relais pour la plupart des transporteurs." },
|
||||
{ question: "Faites-vous les photos d'identité ?", answer: "Oui, nous réalisons des photos conformes pour vos documents officiels." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Besoin d'un renseignement ?"
|
||||
text="Appelez-nous directement au 01 43 80 20 60 pour toute demande spécifique."
|
||||
primaryButton={{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:0143802060",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Itinéraire",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Besoin d'un renseignement ?"
|
||||
text="Appelez-nous directement au 01 43 80 20 60 pour toute demande spécifique."
|
||||
primaryButton={{
|
||||
text: "Appeler maintenant", href: "tel:0143802060"}}
|
||||
secondaryButton={{
|
||||
text: "Itinéraire", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user