diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d17b3e..4e0b0ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,13 +210,13 @@ export default function LandingPage() { ]} kpiItems={[ { - label: "Websites Launched", value: "300+", icon: Rocket + title: "Websites Launched", value: "300+" }, { - label: "Client Satisfaction", value: "98%", icon: Smile + title: "Client Satisfaction", value: "98%" }, { - label: "Growth Achieved", value: "50%+", icon: ExternalLink + title: "Growth Achieved", value: "50%+" } ]} title="What Our Clients Say"