diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d93c18..fa046ca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5df1f86..4072b27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file