Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-10 04:15:37 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1409,4 +1409,4 @@ function ServiceWrapper({ children }: { children: React.ReactNode }) {
function Tag() {
return null;
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}