diff --git a/src/Shared/Components/LoginBanner/constants.tsx b/src/Shared/Components/LoginBanner/constants.tsx
index 75cdb05e4..612d37b4d 100644
--- a/src/Shared/Components/LoginBanner/constants.tsx
+++ b/src/Shared/Components/LoginBanner/constants.tsx
@@ -47,12 +47,6 @@ export const TESTIMONIAL_CARD_DATA: TestimonialCardConfig[] = [
name: 'Vinod Vijapur',
iconName: 'ic-73strings',
},
- {
- 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.',
- designation: 'CPTO at Apica',
- name: 'Ranjan Parthasarathy',
- iconName: 'ic-apica',
- },
{
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.",
designation: 'Principal Engineer at Spinny',
diff --git a/src/Shared/constants.tsx b/src/Shared/constants.tsx
index c5bfd815e..a644380a6 100644
--- a/src/Shared/constants.tsx
+++ b/src/Shared/constants.tsx
@@ -529,6 +529,7 @@ export const EULA_LINK = 'https://devtron.ai/end-user-license-agreement-eula'
export const CONTACT_SUPPORT_LINK = 'https://devtron.ai/enterprise-support'
export const PRIVACY_POLICY_LINK = 'https://devtron.ai/privacy-policy'
export const TERMS_OF_USE_LINK = 'https://devtron.ai/terms-of-use'
+export const CONTACT_SALES_LINK = 'https://devtron.ai/contact-sales'
export const enum DeleteComponentsName {
Cluster = 'cluster',