diff --git a/src/app/page.tsx b/src/app/page.tsx index aecd286..ed83715 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,28 @@ export default function LandingPage() {
@@ -78,13 +78,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Engine Components", description: "High-durability pistons and valves designed for peak output.", imageSrc: "http://img.b2bpic.net/free-photo/saw-close-up_23-2147773767.jpg", buttonIcon: Zap }, - { title: "Thermal Management", description: "Advanced cooling solutions to maintain engine efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", buttonIcon: Thermometer }, - { title: "Filtration Systems", description: "Superior protection against impurities in air and fuel.", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030429.jpg", buttonIcon: Shield }, - { title: "Mechanical Power", description: "Durable crankshafts built for extreme performance conditions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333337.jpg", buttonIcon: Settings }, + { title: "Composants moteur", description: "Pistons et soupapes haute durabilité conçus pour des performances maximales.", imageSrc: "http://img.b2bpic.net/free-photo/saw-close-up_23-2147773767.jpg", buttonIcon: Zap }, + { title: "Gestion thermique", description: "Solutions de refroidissement avancées pour maintenir l'efficacité du moteur.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", buttonIcon: Thermometer }, + { title: "Systèmes de filtration", description: "Protection supérieure contre les impuretés dans l'air et le carburant.", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030429.jpg", buttonIcon: Shield }, + { title: "Puissance mécanique", description: "Vilebrequins durables construits pour des conditions de performance extrêmes.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333337.jpg", buttonIcon: Settings }, ]} - title="Core Innovations" - description="Our technological leadership covers the entire spectrum of automotive engineering." + title="Innovations centrales" + description="Notre leadership technologique couvre tout le spectre de l'ingénierie automobile." /> @@ -95,15 +95,15 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "p1", name: "Engine Air Filter", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-car-accessories_23-2149030387.jpg" }, - { id: "p2", name: "Piston Assembly", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-923.jpg" }, - { id: "p3", name: "Timing Belt Kit", price: "$125.50", imageSrc: "http://img.b2bpic.net/free-photo/man-disassembling-mechanical-part-cleaning_23-2148254065.jpg" }, - { id: "p4", name: "High Flow Oil Filter", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030431.jpg" }, - { id: "p5", name: "Platinum Spark Plugs", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-with-lamp_1170-1291.jpg" }, - { id: "p6", name: "Engine Bearing Kit", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-details-old-industrial-machine_181624-22608.jpg" }, + { id: "p1", name: "Filtre à air moteur", price: "29.99 €", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-car-accessories_23-2149030387.jpg" }, + { id: "p2", name: "Ensemble de piston", price: "189.00 €", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-923.jpg" }, + { id: "p3", name: "Kit de courroie de distribution", price: "125.50 €", imageSrc: "http://img.b2bpic.net/free-photo/man-disassembling-mechanical-part-cleaning_23-2148254065.jpg" }, + { id: "p4", name: "Filtre à huile haut débit", price: "15.99 €", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030431.jpg" }, + { id: "p5", name: "Bougies d'allumage platine", price: "42.00 €", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-with-lamp_1170-1291.jpg" }, + { id: "p6", name: "Kit de coussinets moteur", price: "95.00 €", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-details-old-industrial-machine_181624-22608.jpg" }, ]} - title="Trusted Spare Parts" - description="Genuine Mahle parts for professional repair and maintenance." + title="Pièces de rechange fiables" + description="Pièces d'origine Mahle pour une réparation et un entretien professionnels." /> @@ -113,12 +113,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" metrics={[ - { id: "m1", value: "160+", title: "Global Sites", description: "Worldwide production and engineering centers.", imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" }, - { id: "m2", value: "5,000+", title: "Patents", description: "Continuous innovation in automotive tech.", imageSrc: "http://img.b2bpic.net/free-photo/head-laser-cutting-machine_1339-4597.jpg" }, - { id: "m3", value: "99.9%", title: "Reliability", description: "Industry-leading quality assurance ratings.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662945.jpg" }, + { id: "m1", value: "160+", title: "Sites mondiaux", description: "Centres de production et d'ingénierie dans le monde entier.", imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" }, + { id: "m2", value: "5,000+", title: "Brevets", description: "Innovation continue dans la technologie automobile.", imageSrc: "http://img.b2bpic.net/free-photo/head-laser-cutting-machine_1339-4597.jpg" }, + { id: "m3", value: "99.9%", title: "Fiabilité", description: "Évaluations d'assurance qualité leaders du secteur.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662945.jpg" }, ]} - title="Global Impact" - description="Setting industry standards for reliability and sustainability." + title="Impact mondial" + description="Établir les normes de l'industrie en matière de fiabilité et de durabilité." /> @@ -128,19 +128,19 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "John Doe", role: "Shop Owner", company: "Prime Auto", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sales-woman-car-shworoom_1303-29633.jpg" }, - { id: "t2", name: "Sarah Smith", role: "Fleet Manager", company: "Transport Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-female-driver-outdoors_23-2150263129.jpg" }, - { id: "t3", name: "Mike Ross", role: "Restorationist", company: "Classic Gears", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg" }, - { id: "t4", name: "Lisa Wong", role: "Engineer", company: "TechDesign", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-female-manager-stands-near-car-automobile-salon_146671-16059.jpg" }, - { id: "t5", name: "Alex Baker", role: "Master Tech", company: "Elite Repair", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg" }, + { id: "t1", name: "John Doe", role: "Propriétaire d'atelier", company: "Prime Auto", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sales-woman-car-shworoom_1303-29633.jpg" }, + { id: "t2", name: "Sarah Smith", role: "Gestionnaire de flotte", company: "Transport Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-female-driver-outdoors_23-2150263129.jpg" }, + { id: "t3", name: "Mike Ross", role: "Restaurateur", company: "Classic Gears", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg" }, + { id: "t4", name: "Lisa Wong", role: "Ingénieur", company: "TechDesign", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-female-manager-stands-near-car-automobile-salon_146671-16059.jpg" }, + { id: "t5", name: "Alex Baker", role: "Technicien maître", company: "Elite Repair", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg" }, ]} kpiItems={[ - { value: "4.9/5", label: "Avg. Rating" }, - { value: "50k+", label: "Shops Served" }, - { value: "100%", label: "Quality Compliance" }, + { value: "4.9/5", label: "Note moyenne" }, + { value: "50k+", label: "Ateliers servis" }, + { value: "100%", label: "Conformité qualité" }, ]} - title="What Experts Say" - description="Trusted by automotive professionals globally." + title="Avis d'experts" + description="Approuvé par les professionnels de l'automobile du monde entier." /> @@ -148,12 +148,12 @@ export default function LandingPage() { @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}