diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e330c4..6108685 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,10 +30,10 @@ export default function LandingPage() {
@@ -84,12 +84,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "15+", title: "Years Experience", description: "Serving satisfied customers since inception.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721544.jpg" }, - { id: "m2", value: "500+", title: "Projects Completed", description: "Reliable installations and successful repairs.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10805.jpg" }, - { id: "m3", value: "98%", title: "Satisfaction Rate", description: "Highly recommended for quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg" }, + { id: "m1", value: "15+", title: "Années d'Expérience", description: "Au service de clients satisfaits depuis notre création.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721544.jpg" }, + { id: "m2", value: "500+", title: "Projets Réalisés", description: "Installations fiables et réparations réussies.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10805.jpg" }, + { id: "m3", value: "98%", title: "Taux de Satisfaction", description: "Recommandés pour la qualité et le service.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg" }, ]} - title="Our Commitment to Quality" - description="We measure our success through the satisfaction of our clients and the durability of our work." + title="Notre Engagement Qualité" + description="Nous mesurons notre succès par la satisfaction de nos clients et la durabilité de nos ouvrages." /> @@ -99,12 +99,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Pierric Pottier", handle: "Premium Client", testimonial: "An unparalleled level of expertise and responsiveness. The DMS System team transformed our technical infrastructure with precision and care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" }, - { id: "2", name: "Mathieu Limas", handle: "Executive Partner", testimonial: "DMS System is the gold standard for professionalism. Their meticulous approach ensured our project exceeded expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }, + { id: "1", name: "Pierric Pottier", handle: "Client Premium", testimonial: "Un niveau d'expertise et de réactivité inégalé. L'équipe DMS System a transformé notre infrastructure avec précision.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" }, + { id: "2", name: "Mathieu Limas", handle: "Partenaire Exécutif", testimonial: "DMS System est la référence en matière de professionnalisme. Leur approche méticuleuse a dépassé nos attentes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" }, ]} showRating={true} - title="Premium Client Testimonials" - description="We take pride in delivering elite, high-performance technical solutions." + title="Témoignages Clients" + description="Nous sommes fiers de livrer des solutions techniques de haute performance." /> @@ -113,12 +113,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "What areas do you serve?", content: "We serve the surrounding region. Please contact us to confirm if your address is within our service area." }, - { id: "f2", title: "How quickly can you respond to emergencies?", content: "We prioritize responsiveness for urgent plumbing and electrical issues." }, + { id: "f1", title: "Quelles zones couvrez-vous ?", content: "Nous intervenons dans toute la région. Contactez-nous pour confirmer si votre adresse est couverte." }, + { id: "f2", title: "Quel est votre délai pour les urgences ?", content: "Nous donnons la priorité aux urgences pour les interventions en plomberie et électricité." }, ]} imageSrc="http://img.b2bpic.net/free-photo/solar-power-woman-specialist-provides-remote-support-manufacturing-plant_482257-125061.jpg" - title="Frequently Asked Questions" - description="Need assistance? Find common questions answered here." + title="Questions Fréquentes" + description="Besoin d'aide ? Trouvez les réponses ici." faqsAnimation="blur-reveal" /> @@ -127,12 +127,12 @@ export default function LandingPage() {