4 Commits

Author SHA1 Message Date
938eb0d503 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:08:35 +00:00
78d97d763a Update src/app/page.tsx 2026-03-03 18:08:28 +00:00
ca44ae636b Update src/app/layout.tsx 2026-03-03 18:08:26 +00:00
7b06c084f6 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:22:50 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen <TestimonialCardSixteen
title="Trusted by Industry Leaders" 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" tag="Client Stories"
tagIcon={MessageSquare} tagIcon={MessageSquare}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -163,7 +163,7 @@ export default function LandingPage() {
]} ]}
kpiItems={[ kpiItems={[
{ value: "500+", label: "Enterprise Clients" }, { value: "500+", label: "Enterprise Clients" },
{ value: "1M+", label: "Workflows Automated" }, { value: "98%", label: "Average Satisfaction" },
{ value: "15+", label: "Years Industry Leading" }, { value: "15+", label: "Years Industry Leading" },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }