Update src/app/page.tsx

This commit is contained in:
2026-03-03 18:08:28 +00:00
parent ca44ae636b
commit 78d97d763a

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="Trusted by Industry Leaders"
description="Trusted by 500+ enterprises with an average 98% satisfaction rate. Hear directly from executives and decision-makers who've transformed their businesses with our platform."
description="Hear directly from executives and decision-makers who've transformed their businesses with our platform."
tag="Client Stories"
tagIcon={MessageSquare}
tagAnimation="slide-up"
@@ -163,7 +163,7 @@ export default function LandingPage() {
]}
kpiItems={[
{ value: "500+", label: "Enterprise Clients" },
{ value: "1M+", label: "Workflows Automated" },
{ value: "98%", label: "Average Satisfaction" },
{ value: "15+", label: "Years Industry Leading" },
]}
textboxLayout="default"
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}