Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 18:08:36 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}