diff --git a/src/app/layout.tsx b/src/app/layout.tsx index df4540c..98af78b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ function ServiceWrapper({ children }: { children: React.ReactNode }) { function Tag() { return null; -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f44634..971d85a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,6 +190,8 @@ export default function LandingPage() { id: "1", value: "380%", description: "Average ROI increase for premium brand clients within the first year of strategic partnership."}, { id: "2", value: "45K+", description: "Average follower growth rate for luxury brands through strategic content positioning and authority building."}, + { + id: "3", value: "92%", description: "Average client retention rate reflecting our strategic excellence, premium service quality, and proven ability to deliver sustained brand growth and market authority."}, ]} metricsAnimation="slide-up" /> @@ -250,4 +252,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}