From 1320af20aa7e4cc097a76e91862f60fa17553474 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:37:46 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From c9d37c4437862266bd4c2643bc536fbbca974723 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:37:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.49.1