Skip to content

Commit 8952692

Browse files
committed
chore: update testimonials
1 parent 1b524cb commit 8952692

File tree

4 files changed

+15
-33
lines changed

4 files changed

+15
-33
lines changed

src/Common/API/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ const dashboardAPI = new CoreAPI({
88
})
99

1010
export const { post, put, patch, get, trash } = dashboardAPI
11-
export { getIsRequestAborted, abortPreviousRequests } from './utils'
11+
export { getIsRequestAborted, abortPreviousRequests, handleRedirectToLicenseActivation } from './utils'
1212
export { default as CoreAPI } from './CoreAPI'

src/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const DevtronLicenseCard = ({
7777
return (
7878
<div className="flexbox-col p-8 br-16" style={{ backgroundColor: bgColor }}>
7979
<motion.div
80-
className="license-card border__secondary-translucent flexbox-col br-12 h-200 bg__tertiary"
80+
className="license-card border__secondary-translucent flexbox-col br-12 h-200 bg__tertiary dc__overflow-hidden"
8181
ref={cardRef}
8282
style={{ rotateX, rotateY, backgroundImage: sheenGradient }}
8383
>
@@ -103,7 +103,7 @@ export const DevtronLicenseCard = ({
103103
</div>
104104
</div>
105105
{isTrial && (
106-
<span className="trial-license-badge flexbox dc__align-items-center px-20 py-6 cn-9 fs-11 fw-5 lh-1-5 dc__bottom-radius-12">
106+
<span className="trial-license-badge flexbox dc__align-items-center px-20 py-6 cn-9 fs-11 fw-5 lh-1-5">
107107
TRIAL LICENSE
108108
</span>
109109
)}

src/Shared/Components/LoginBanner/LoginBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const LoginBanner = () => {
122122
<AnimatedBackground />
123123
<img className="dc__zi-2" src={LoginBannerImg} alt="login-image" />
124124
</div>
125-
<div className="p-40 dc__backdrop-filter bg__primary flex dc__gap-12 dc__bottom-radius-12">
125+
<div className="p-40 dc__backdrop-filter bg__primary flex dc__gap-12">
126126
<div className="flexbox-col dc__align-items-center h-100 dc__gap-8">
127127
<Icon name="ic-quote" color="N900" />
128128
<div className="border__primary w-1 flex-grow-1" />
@@ -143,7 +143,7 @@ const LoginBanner = () => {
143143
}}
144144
className="flexbox-col dc__gap-20"
145145
>
146-
<div className="fs-14 fw-4 lh-1-5 cn-9">{quote}</div>
146+
<div className="fs-14 fw-4 lh-1-5 cn-9 dc__truncate--clamp-4">{quote}</div>
147147
<div className="flex dc__content-space">
148148
<div>
149149
<div className="fs-13 fw-6 lh-1-5 cn-9">{name}</div>

src/Shared/Components/LoginBanner/constants.tsx

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,20 @@ import { TestimonialCardConfig } from './types'
22

33
export const TESTIMONIAL_CARD_DATA: TestimonialCardConfig[] = [
44
{
5-
quote: 'Devtron offers a unified platform for managing and deploying applications on Kubernetes, simplifying the complexities of Kubernetes with an intuitive dashboard. It empowered us to automate workflows and optimize our CI/CD pipelines effortlessly, enabling faster deployments and improved operational efficiency',
6-
designation: 'VP of TravClan',
5+
quote: 'Devtron offers a unified platform for managing and deploying applications on Kubernetes, simplifying the complexities of Kubernetes with an intuitive dashboard. It empowered us to automate workflows and optimize our CI/CD pipelines effortlessly, enabling faster deployments and improved operational efficiency.',
6+
designation: 'VP at TravClan',
77
name: 'Shrawan Kumar',
88
iconName: 'ic-travclan',
99
},
1010
{
1111
quote: 'All these factors ushered a new era in our Tech ecosystem. We started migrating all of our apps on to Devtron and were able to soon onboard 150+ microservices in a matter of few weeks. Earlier we couldn’t have thought of achieving it in months (maybe even quarters 😅).',
12-
designation: 'Principal Engineer, Livspace',
12+
designation: 'Principal Engineer at Livspace',
1313
name: 'Ankit Agarwal',
1414
iconName: 'ic-livspace',
1515
},
16-
{
17-
quote: 'Using Devtron’s Automated deployments has never been a hassle. Deployment metrics also helped us measure our deployment frequencies.',
18-
designation: 'Senior Software Engineer, Delhivery',
19-
name: 'Vaibhav Khulbe',
20-
iconName: 'ic-delhivery',
21-
},
2216
{
2317
quote: "Prior to Devtron, managing multiple environments consistently was a challenge. Devtron's built-in features for consistent configurations across environments have been a huge win for us. We're confident that every deployment is identical, which has reduced discrepancies and improved our application’s resiliency. Plus, the rollback functionality has saved us countless hours of downtime. It's a single-click solution that gets us back on track quickly. Devtron has significantly enhanced our CI/CD pipeline, allowing us to achieve our goal of faster, more reliable deployments while reducing operational overhead.",
24-
designation: 'Engineering Manager, Delhivery',
18+
designation: 'Engineering Manager at Delhivery',
2519
name: 'Vinay Mishra',
2620
iconName: 'ic-delhivery',
2721
},
@@ -32,44 +26,32 @@ export const TESTIMONIAL_CARD_DATA: TestimonialCardConfig[] = [
3226
iconName: 'ic-ather',
3327
},
3428
{
35-
quote: 'Devtron enables us to deploy any number of applications with a shared codebase and helps to debug applications, check events and config in one screen without switching to cloudwatch."',
36-
designation: 'Technical Lead, Delhivery',
37-
name: 'Piyush Verma',
38-
iconName: 'ic-delhivery',
39-
},
40-
{
41-
quote: 'Devtron helped in migrating nearly 80% of applications to Kubernetes helping in quick adoption.',
42-
designation: 'Tech Lead DevOps, BharatPe',
43-
name: 'Ravi Ranjan Kumar',
44-
iconName: 'ic-bharatpe',
45-
},
46-
{
47-
quote: 'Devtron streamlines the deployment and management of Kubernetes, providing a user-friendly interface specifically designed for distributing software into customer environments. For us Devtron has also significantly reduced manpower requirements and automated various processes, enhancing efficiency and productivity',
48-
designation: 'Co-founder and CTO, 73-strings',
29+
quote: 'Devtron streamlines the deployment and management of Kubernetes, providing a user-friendly interface specifically designed for distributing software into customer environments. For us Devtron has also significantly reduced manpower requirements and automated various processes, enhancing efficiency and productivity.',
30+
designation: 'Co-founder and CTO at 73-strings',
4931
name: 'Vinod Vijapur',
5032
iconName: 'ic-73strings',
5133
},
5234
{
5335
quote: 'Partnering with Devtron has revolutionized the way we deliver solutions to our customers. Their Kubernetes-native platform has empowered us to automate and scale our deployments, reducing time-to-market and significantly boosting DevOps efficiency. The collaboration has not only streamlined our processes but also enhanced our ability to serve customers with agility and precision.',
54-
designation: 'CPTO, Apica',
36+
designation: 'CPT at Apica',
5537
name: 'Ranjan Parthasarathy',
5638
iconName: 'ic-apica',
5739
},
5840
{
5941
quote: "Devtron CI has been instrumental in our migration to ARM architecture. The automation and efficiency it provides have not only cut costs but also significantly improved our system performance. Devtron's support made the transition smooth and effective, setting a new standard for our infrastructure operations.",
60-
designation: 'Principal Engineer, Spinny',
42+
designation: 'Principal Engineer at Spinny',
6143
name: 'Spinny',
6244
iconName: 'ic-spinny',
6345
},
6446
{
6547
quote: "Managing our complex Kubernetes environment used to be a major bottleneck. We were juggling 15+ pre-prod environments, and it felt like we needed to double our DevOps team just to keep up. Then we discovered Devtron and it has completely streamlined our SDLC processes! We've been able to efficiently manage all those environments without adding any additional DevOps resources. We've seen a significant reduction in lead time, and our developers are much happier now that they have self-service access and can onboard new applications effortlessly. Devtron has helped us become more agile and efficient, so we can focus on what really matters: delivering value to our users.",
66-
designation: 'Director Architect, Tata1MG',
48+
designation: 'Director Architect at Tata1MG',
6749
name: 'Pankaj Pandey',
6850
iconName: 'ic-tata1mg',
6951
},
7052
{
7153
quote: 'Devtron has been a game-changer for us. With a small team and limited resources, it has enabled us to effortlessly scale our Kubernetes operations. The simplicity, automation, and centralized management have allowed us to focus on innovation instead of infrastructure, something that’s crucial for startups like ours.',
72-
designation: 'DevOps Engineer, Cookr',
54+
designation: 'DevOps Engineer at Cookr',
7355
name: 'Santosh Sivan',
7456
iconName: 'ic-cookr',
7557
},

0 commit comments

Comments
 (0)