From c8f6b03b78799dcde6f6d136237451ece2ba957f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c3681f..540c741 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "87%", title: "Avg. Retention Rate", description: "Videos maintain 87% average watch time compared to industry standard of 40-50%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARC1yINhIoNwttdO1FLhcp1ea3/an-abstract-visualization-of-analytics-a-1772545876542-80111b35.png", imageAlt: "Retention metrics dashboard"}, + id: "1", value: "87%", title: "Avg. Retention Rate", description: "Videos maintain 87% average watch time compared to industry standard of 40-50%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARC1yINhIoNwttdO1FLhcp1ea3/an-abstract-visualization-of-analytics-a-1772545876542-80111b35.png?_wi=1", imageAlt: "Retention metrics dashboard"}, { - id: "2", value: "12M+", title: "Total Video Views", description: "Aggregate views across 50+ released professional edits for various server clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARC1yINhIoNwttdO1FLhcp1ea3/an-abstract-visualization-of-analytics-a-1772545876542-80111b35.png", imageAlt: "Video performance analytics"}, + id: "2", value: "12M+", title: "Total Video Views", description: "Aggregate views across 50+ released professional edits for various server clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARC1yINhIoNwttdO1FLhcp1ea3/an-abstract-visualization-of-analytics-a-1772545876542-80111b35.png?_wi=2", imageAlt: "Video performance analytics"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1