diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 31661fb..7de2f5d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,13 +99,13 @@ export default function AboutPage() { animationType="scale-rotate" metrics={[ { - id: "milestone-1", value: "2000+", title: "Successful Partnerships", description: "Growing business relationships across sectors", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Successful partnerships video"}, + id: "milestone-1", value: "2000+", title: "Successful Partnerships", description: "Growing business relationships across sectors", videoSrc: "https://example.com/video1.mp4?_wi=2", videoAriaLabel: "Successful partnerships video"}, { - id: "milestone-2", value: "150+", title: "Product Categories", description: "Comprehensive portfolio covering diverse markets", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Product categories video"}, + id: "milestone-2", value: "150+", title: "Product Categories", description: "Comprehensive portfolio covering diverse markets", videoSrc: "https://example.com/video2.mp4?_wi=2", videoAriaLabel: "Product categories video"}, { - id: "milestone-3", value: "5M+", title: "Units Delivered Annually", description: "Consistent high-volume distribution excellence", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Units delivered video"}, + id: "milestone-3", value: "5M+", title: "Units Delivered Annually", description: "Consistent high-volume distribution excellence", videoSrc: "https://example.com/video3.mp4?_wi=2", videoAriaLabel: "Units delivered video"}, { - id: "milestone-4", value: "98%", title: "Customer Satisfaction", description: "Measured through feedback and retention rates", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Customer satisfaction video"}, + id: "milestone-4", value: "98%", title: "Customer Satisfaction", description: "Measured through feedback and retention rates", videoSrc: "https://example.com/video4.mp4?_wi=2", videoAriaLabel: "Customer satisfaction video"}, ]} /> @@ -119,13 +119,13 @@ export default function AboutPage() { useInvertedBackground={true} testimonials={[ { - id: "testimonial-1", name: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "professional headshot business person"}, + id: "testimonial-1", name: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=2", imageAlt: "professional headshot business person"}, { - id: "testimonial-2", name: "Fatima Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "female business professional headshot"}, + id: "testimonial-2", name: "Fatima Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2", imageAlt: "female business professional headshot"}, { - id: "testimonial-3", name: "Mohammed Al-Rashid", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "diverse business professional portrait"}, + id: "testimonial-3", name: "Mohammed Al-Rashid", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=2", imageAlt: "diverse business professional portrait"}, { - id: "testimonial-4", name: "Layla Al-Khattabi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "business professional photo portrait"}, + id: "testimonial-4", name: "Layla Al-Khattabi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=2", imageAlt: "business professional photo portrait"}, ]} />