Skip to content

Commit a7244c2

Browse files
Refactor: Remove "revolutionary"
Remove the word "revolutionary" from the codebase as requested by the user.
1 parent 643c966 commit a7244c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hooks/useEnterpriseSEO.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const updateMetaDescription = (metadata: EnterpriseSeOMetadata) => {
325325
}
326326

327327
// Add emotional triggers and urgency for CTR
328-
const ctaWords = ['Découvrez', 'Transformez', 'Optimisez', 'Révolutionnez'];
328+
const ctaWords = ['Découvrez', 'Transformez', 'Optimisez', 'Maximisez'];
329329
const urgencyWords = ['maintenant', "aujourd'hui", 'rapidement', 'immédiatement'];
330330

331331
let description = metadata.description;
@@ -468,7 +468,7 @@ const generateEnterpriseSchemas = (metadata: EnterpriseSeOMetadata): any[] => {
468468
'@context': 'https://schema.org',
469469
'@type': 'Organization',
470470
name: 'RefSpring',
471-
description: 'Plateforme d\'affiliation révolutionnaire sans frais mensuels',
471+
description: 'Plateforme d\'affiliation innovante sans frais mensuels',
472472
url: 'https://refspring.com',
473473
logo: {
474474
'@type': 'ImageObject',

0 commit comments

Comments
 (0)