diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bd487f..03cbfde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,13 +134,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - value: "500+", title: "Happy Clients", description: "Trusted by businesses globally", imageSrc: "https://via.placeholder.com/60", imageAlt: "Happy clients metric icon"}, + id: "metric-1", value: "500+", title: "Happy Clients", description: "Trusted by businesses globally", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4"}, { - value: "300%", title: "Annual Growth", description: "Accelerated growth year over year", imageSrc: "https://via.placeholder.com/60", imageAlt: "Annual growth metric icon"}, + id: "metric-2", value: "300%", title: "Annual Growth", description: "Accelerated growth year over year", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4"}, { - value: "1000+", title: "Projects Completed", description: "Delivering complex solutions successfully", imageSrc: "https://via.placeholder.com/60", imageAlt: "Projects completed metric icon"}, + id: "metric-3", value: "1000+", title: "Projects Completed", description: "Delivering complex solutions successfully", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4"}, { - value: "99%", title: "Innovation Rate", description: "Continuously evolving our product", imageSrc: "https://via.placeholder.com/60", imageAlt: "Innovation rate metric icon"}, + id: "metric-4", value: "99%", title: "Innovation Rate", description: "Continuously evolving our product", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AO9gCSLoDdKgboXV6NtXXgvfy1/a-time-lapse-video-showing-a-graph-with--1774019487739-e48f86f4.mp4"}, ]} title="Driving Impact" description="Our commitment to excellence translates into tangible results for our clients across various industries." @@ -185,11 +185,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "99%", title: "Satisfaction"}, + value: "99%", description: "Satisfaction"}, { - value: "2x", title: "Productivity"}, + value: "2x", description: "Productivity"}, { - value: "50%", title: "Cost Savings"}, + value: "50%", description: "Cost Savings"}, ]} title="What Our Clients Say" description="Hear from satisfied customers who have experienced the transformative power of our software solutions."