Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 938eb0d503 | |||
| 78d97d763a | |||
| ca44ae636b | |||
| 7b06c084f6 |
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user