Merge version_3 into main #9

Merged
bender merged 2 commits from version_3 into main 2026-03-07 14:37:51 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -110,10 +110,10 @@ export default function LandingPage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{ id: "1", icon: TrendingUp, title: "Avg Growth", value: "312%" },
{ id: "2", icon: Heart, title: "Engagement", value: "8.7x" },
{ id: "3", icon: Users, title: "Followers", value: "500K+" },
{ id: "4", icon: DollarSign, title: "ROI", value: "425%" }
{ id: "1", icon: TrendingUp, title: "Avg Growth", value: "312% in 6 months" },
{ id: "2", icon: Heart, title: "Engagement", value: "8.7x average increase" },
{ id: "3", icon: Users, title: "Followers", value: "500K+ in 8 months" },
{ id: "4", icon: DollarSign, title: "ROI", value: "425% annually" }
]}
animationType="slide-up"
textboxLayout="default"
@@ -271,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}