Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9d37c4437 | |||
| 1320af20aa | |||
| 0db62d1b40 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -110,10 +110,10 @@ export default function LandingPage() {
|
|||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: TrendingUp, title: "Avg Growth", value: "312%" },
|
{ id: "1", icon: TrendingUp, title: "Avg Growth", value: "312% in 6 months" },
|
||||||
{ id: "2", icon: Heart, title: "Engagement", value: "8.7x" },
|
{ id: "2", icon: Heart, title: "Engagement", value: "8.7x average increase" },
|
||||||
{ id: "3", icon: Users, title: "Followers", value: "500K+" },
|
{ id: "3", icon: Users, title: "Followers", value: "500K+ in 8 months" },
|
||||||
{ id: "4", icon: DollarSign, title: "ROI", value: "425%" }
|
{ id: "4", icon: DollarSign, title: "ROI", value: "425% annually" }
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -271,4 +271,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user