4 Commits

Author SHA1 Message Date
f77e186fde Update theme colors 2026-03-10 04:22:42 +00:00
6b60a5e673 Update src/app/page.tsx 2026-03-10 04:15:33 +00:00
d4c3f13ca5 Update src/app/layout.tsx 2026-03-10 04:15:32 +00:00
be6df13bf9 Merge version_2 into main
Merge version_2 into main
2026-03-10 04:10:26 +00:00
3 changed files with 13 additions and 11 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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);