From f0c68a8b1198d83d5a85322e74a1e8f68f3fbcb4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:41:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 630a858..0f8894b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,7 @@ export default function LandingPage() { tag="What We Offer" tagIcon={Zap} tagAnimation="slide-up" - showStepNumbers={true} + showStepNumbers="true" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -299,16 +299,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "clients", value: "150", title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise", imageSrc: assetMap["logo-microsoft"] + id: "clients", value: 150, title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise", imageSrc: assetMap["logo-microsoft"] }, { - id: "projects", value: "300", title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions", imageSrc: assetMap["logo-google"] + id: "projects", value: 300, title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions", imageSrc: assetMap["logo-google"] }, { - id: "success", value: "98", title: "Success Rate", description: "Consistent delivery of results that exceed expectations", imageSrc: assetMap["logo-amazon"] + id: "success", value: 98, title: "Success Rate", description: "Consistent delivery of results that exceed expectations", imageSrc: assetMap["logo-amazon"] }, { - id: "team", value: "50", title: "Expert Team", description: "Top designers, developers, and strategists", imageSrc: assetMap["logo-apple"] + id: "team", value: 50, title: "Expert Team", description: "Top designers, developers, and strategists", imageSrc: assetMap["logo-apple"] } ]} /> -- 2.49.1