diff --git a/src/app/page.tsx b/src/app/page.tsx
index 630d890..512b5cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,160 +32,63 @@ export default function LandingPage() {
@@ -196,21 +99,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="D'un salon local à une référence digitale premium"
metrics={[
- {
- icon: Check,
- label: "Avant",
- value: "Image vieillissante",
- },
- {
- icon: Star,
- label: "Après",
- value: "Référence locale",
- },
- {
- icon: TrendingUp,
- label: "Impact",
- value: "Planning optimisé",
- },
+ { icon: Check, label: "Avant", value: "Image vieillissante" },
+ { icon: Star, label: "Après", value: "Référence locale" },
+ { icon: TrendingUp, label: "Impact", value: "Planning optimisé" }
]}
metricsAnimation="slide-up"
/>
@@ -222,39 +113,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "p1",
- badge: "Base",
- price: "590€",
- subtitle: "Présence Moderne",
- features: [
- "Site premium sur-mesure",
- "SEO local",
- "Maintenance incluse",
- ],
- },
- {
- id: "p2",
- badge: "Recommandé",
- price: "1 490€",
- subtitle: "Réservation Auto",
- features: [
- "Tout du pack Base",
- "Booking 24/7",
- "Confirmation SMS",
- ],
- },
- {
- id: "p3",
- badge: "Premium",
- price: "3 490€",
- subtitle: "Salon Premium Digital",
- features: [
- "Branding complet",
- "Campagnes pub",
- "Suivi VIP 4h",
- ],
- },
+ { id: "p1", badge: "Base", price: "590€", subtitle: "Présence Moderne", features: ["Site premium sur-mesure", "SEO local", "Maintenance incluse"] },
+ { id: "p2", badge: "Recommandé", price: "1 490€", subtitle: "Réservation Auto", features: ["Tout du pack Base", "Booking 24/7", "Confirmation SMS"] },
+ { id: "p3", badge: "Premium", price: "3 490€", subtitle: "Salon Premium Digital", features: ["Branding complet", "Campagnes pub", "Suivi VIP 4h"] }
]}
title="Une offre pensée pour chaque étape de votre croissance."
description="Choisissez l'offre adaptée à votre situation actuelle."
@@ -267,26 +128,10 @@ export default function LandingPage() {
title="Le secteur en chiffres"
tag="Pourquoi agir maintenant"
metrics={[
- {
- id: "m1",
- value: "76%",
- description: "consommateurs consultent le site web avant de visiter.",
- },
- {
- id: "m2",
- value: "40%",
- description: "appels téléphoniques restent sans réponse.",
- },
- {
- id: "m3",
- value: "3×",
- description: "plus de réservations avec prise de RDV en ligne.",
- },
- {
- id: "m4",
- value: "68%",
- description: "clients choisissent via la présence en ligne.",
- },
+ { id: "m1", value: "76%", description: "consommateurs consultent le site web avant de visiter." },
+ { id: "m2", value: "40%", description: "appels téléphoniques restent sans réponse." },
+ { id: "m3", value: "3×", description: "plus de réservations avec prise de RDV en ligne." },
+ { id: "m4", value: "68%", description: "clients choisissent via la présence en ligne." }
]}
metricsAnimation="slide-up"
/>
@@ -299,24 +144,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "c1",
- name: "Maison Élora",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg",
- },
- {
- id: "c2",
- name: "Noir Studio",
- price: "Branding",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-stylish-white-suit-sits-white-cube-gallery_8353-10744.jpg",
- },
- {
- id: "c3",
- name: "Atelier Coiffure",
- price: "Vitrine",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-mirror-decorative-details-bright-room-interior_169016-28687.jpg",
- },
+ { id: "c1", name: "Maison Élora", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg" },
+ { id: "c2", name: "Noir Studio", price: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-stylish-white-suit-sits-white-cube-gallery_8353-10744.jpg" },
+ { id: "c3", name: "Atelier Coiffure", price: "Vitrine", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-mirror-decorative-details-bright-room-interior_169016-28687.jpg" }
]}
title="Réalisations"
description="Exemples de qualité pour nos clients salons."
@@ -328,18 +158,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Audit gratuit",
- "Stratégie",
- ],
- }}
- positiveCard={{
- items: [
- "Mise en ligne",
- "Optimisation continue",
- ],
- }}
+ negativeCard={{ items: ["Audit gratuit", "Stratégie"] }}
+ positiveCard={{ items: ["Mise en ligne", "Optimisation continue"] }}
title="Un processus simple"
description="Structure claire, livraison rapide."
/>
@@ -350,21 +170,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "Temps de mise en ligne ?",
- content: "10 à 21 jours.",
- },
- {
- id: "q2",
- title: "Engagement ?",
- content: "Aucun, abonnement libre.",
- },
- {
- id: "q3",
- title: "Gestion outils ?",
- content: "Nous gérons tout.",
- },
+ { id: "q1", title: "Temps de mise en ligne ?", content: "10 à 21 jours." },
+ { id: "q2", title: "Engagement ?", content: "Aucun, abonnement libre." },
+ { id: "q3", title: "Gestion outils ?", content: "Nous gérons tout." }
]}
title="Questions fréquentes"
description="Tout ce que vous devez savoir."
@@ -375,60 +183,26 @@ export default function LandingPage() {