Update src/app/analytics/page.tsx

This commit is contained in:
2026-03-05 12:00:06 +00:00
parent f68f7c60e1
commit 63f77e9f48

View File

@@ -48,10 +48,10 @@ export default function AnalyticsPage() {
metrics={[
{
id: "1", value: "250M+", title: "Messages Analyzed", description: "Monthly message volume across all platforms", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/global-analytics-dashboard-with-multiple-1772711737178-39901c27.png", imageAlt: "Analytics dashboard with charts"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/global-analytics-dashboard-with-multiple-1772711737178-39901c27.png?_wi=1", imageAlt: "Analytics dashboard with charts"},
{
id: "2", value: "87%", title: "Intervention Rate", description: "Users who reflect and rewrite on first intervention", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/user-profile-card-showing-behavioral-ana-1772711736379-800f42cd.png", imageAlt: "User behavior profile"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/user-profile-card-showing-behavioral-ana-1772711736379-800f42cd.png?_wi=2", imageAlt: "User behavior profile"},
{
id: "3", value: "42%", title: "Toxicity Reduction", description: "Average reduction in harmful language after 30 days", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/dataset-marketplace-interface-showing-mu-1772711737522-4b064b22.png", imageAlt: "Dataset marketplace interface"},
@@ -76,15 +76,15 @@ export default function AnalyticsPage() {
{
id: "5", value: "Feature 1", title: "User Behavioral Trends", description:
"Track communication quality improvements and positive streak metrics over time", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/global-analytics-dashboard-with-multiple-1772711737178-39901c27.png", imageAlt: "Behavioral trends dashboard"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/global-analytics-dashboard-with-multiple-1772711737178-39901c27.png?_wi=2", imageAlt: "Behavioral trends dashboard"},
{
id: "6", value: "Feature 2", title: "Intervention Analytics", description:
"Measure effectiveness of reflection prompts and suggestion adoption rates", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/user-profile-card-showing-behavioral-ana-1772711736379-800f42cd.png", imageAlt: "Intervention effectiveness metrics"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/user-profile-card-showing-behavioral-ana-1772711736379-800f42cd.png?_wi=3", imageAlt: "Intervention effectiveness metrics"},
{
id: "7", value: "Feature 3", title: "Emotion Distribution", description:
"Analyze emotion types detected across your platform and community sentiment", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/a-circular-gauge-meter-showing-emotion-r-1772711737798-2f35738c.png", imageAlt: "Emotion distribution analysis"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW6vwj9rEXp2p2oPGNNsw1tfOO/a-circular-gauge-meter-showing-emotion-r-1772711737798-2f35738c.png?_wi=2", imageAlt: "Emotion distribution analysis"},
]}
animationType="slide-up"
textboxLayout="default"