Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-03 11:31:02 +00:00

View File

@@ -118,22 +118,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "150", title: "Enterprise Clients", description: "Including Fortune 500 companies and innovative startups", icon: Building2
id: "1", value: "98", title: "Customer Satisfaction", description: "Percent rating from active users worldwide", icon: Star
},
{
id: "2", value: "50M", title: "Projects Created", description: "Bringing ideas to life every single day", icon: Zap
id: "2", value: "150", title: "Enterprise Clients", description: "Including Fortune 500 companies and innovative startups", icon: Building2
},
{
id: "3", value: "30", title: "Team Hours Saved", description: "Per project on average through automation", icon: Clock
id: "3", value: "50M", title: "Projects Created", description: "Bringing ideas to life every single day", icon: Zap
},
{
id: "4", value: "98", title: "Customer Satisfaction", description: "Percent rating from active users worldwide", icon: Star
id: "4", value: "30", title: "Team Hours Saved", description: "Per project on average through automation", icon: Clock
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
valueClassName="text-4xl md:text-6xl font-bold"
/>
</div>