diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e76379..3bd487f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,13 +134,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-clients", value: "500+", title: "Happy Clients", description: "Trusted by businesses globally."}, + value: "500+", title: "Happy Clients", description: "Trusted by businesses globally", imageSrc: "https://via.placeholder.com/60", imageAlt: "Happy clients metric icon"}, { - id: "metric-growth", value: "300%", title: "Annual Growth", description: "Accelerated growth year over year."}, + value: "300%", title: "Annual Growth", description: "Accelerated growth year over year", imageSrc: "https://via.placeholder.com/60", imageAlt: "Annual growth metric icon"}, { - id: "metric-projects", value: "1000+", title: "Projects Completed", description: "Delivering complex solutions successfully."}, + value: "1000+", title: "Projects Completed", description: "Delivering complex solutions successfully", imageSrc: "https://via.placeholder.com/60", imageAlt: "Projects completed metric icon"}, { - id: "metric-innovation", value: "99%", title: "Innovation Rate", description: "Continuously evolving our product."}, + value: "99%", title: "Innovation Rate", description: "Continuously evolving our product", imageSrc: "https://via.placeholder.com/60", imageAlt: "Innovation rate metric icon"}, ]} 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={[ { - id: "kpi-1", value: "99%", title: "Satisfaction"}, + value: "99%", title: "Satisfaction"}, { - id: "kpi-2", value: "2x", title: "Productivity"}, + value: "2x", title: "Productivity"}, { - id: "kpi-3", value: "50%", title: "Cost Savings"}, + value: "50%", title: "Cost Savings"}, ]} title="What Our Clients Say" description="Hear from satisfied customers who have experienced the transformative power of our software solutions."