diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index afa504f..5f36154 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { description="Principles that guide our work in data journalism and statistical analysis" tag="Core Values" tagIcon={BarChart3} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { id: "1", title: "Accuracy & Integrity", tags: ["Data Quality", "Verification"], @@ -99,7 +99,7 @@ export default function AboutPage() { description="Demonstrating the reach and influence of data-driven storytelling" tag="Key Metrics" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { id: "1", value: "100+", title: "Countries", description: "Global audience reach", icon: Users, @@ -128,7 +128,7 @@ export default function AboutPage() {