Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 12:34:37 +00:00

View File

@@ -20,12 +20,12 @@ const navItems = [
];
const testimonials = [
{ id: "1", name: "Marie Dubois", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Marie Dubois" },
{ id: "2", name: "Jean-Paul Martin", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Jean-Paul Martin" },
{ id: "3", name: "Sophie Laurent", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sophie Laurent" },
{ id: "4", name: "Pierre Rousseau", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Pierre Rousseau" },
{ id: "5", name: "Isabelle Bernier", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Isabelle Bernier" },
{ id: "6", name: "Michel Fontaine", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michel Fontaine" },
{ id: "1", name: "Marie Dubois", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Marie Dubois" },
{ id: "2", name: "Jean-Paul Martin", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Jean-Paul Martin" },
{ id: "3", name: "Sophie Laurent", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Sophie Laurent" },
{ id: "4", name: "Pierre Rousseau", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Pierre Rousseau" },
{ id: "5", name: "Isabelle Bernier", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Isabelle Bernier" },
{ id: "6", name: "Michel Fontaine", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Michel Fontaine" },
];
const features = [
@@ -46,7 +46,7 @@ const metrics = [
{
id: "2", value: "45min", title: "Comprehensive Scan", description: "Full diagnostic testing with modern equipment", imageSrc: "http://img.b2bpic.net/free-photo/engineer-repair-shop-using-augmented-reality-holograms-check-car-specifications-checkup-meticulous-garage-employee-using-futuristic-ar-technology-examine-defective-vehicle_482257-73060.jpg", imageAlt: "Professional diagnostic inspection"},
{
id: "3", value: "24h", title: "Detailed Report", description: "Complete analysis with clear recommendations emailed", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg", imageAlt: "Professional inspection report delivery"},
id: "3", value: "24h", title: "Detailed Report", description: "Complete analysis with clear recommendations emailed", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=1", imageAlt: "Professional inspection report delivery"},
];
const socialLinks = [
@@ -130,7 +130,7 @@ export default function LandingPage() {
description="Professional Expertise"
subdescription="Certified technicians with 15+ years experience"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=2"
imageAlt="Premium inspection facility"
mediaAnimation="slide-up"
useInvertedBackground={false}