Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f77e186fde | |||
| 6b60a5e673 | |||
| d4c3f13ca5 | |||
| be6df13bf9 |
@@ -1409,4 +1409,4 @@ function ServiceWrapper({ children }: { children: React.ReactNode }) {
|
||||
|
||||
function Tag() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user