diff --git a/src/components/game/animations/NewsAnimation.tsx b/src/components/game/animations/NewsAnimation.tsx index 2f28ec3..b3982c2 100644 --- a/src/components/game/animations/NewsAnimation.tsx +++ b/src/components/game/animations/NewsAnimation.tsx @@ -3,11 +3,14 @@ import { motion } from 'framer-motion'; export const NewsAnimation = ({ className = '' }: { className?: string }) => { const headlines = [ - "BREAKING NEWS • MATHEMATICAL TRUTH QUESTIONED •", - "EXPERTS DIVIDED ON BASIC ARITHMETIC •", - "NEW STUDY CHALLENGES CONVENTIONAL MATH •", - "MATHEMATICAL REVOLUTION BREWING •", - "EDUCATION SYSTEM IN CRISIS •" + "🔥 BREAKING: Math Community Divided Over '2+2=5' Theory", + "📊 Poll Shows Rising Support for Alternative Mathematics", + "🎓 Top Universities Consider New Mathematical Framework", + "💭 Opinion: Why Traditional Math Needs a Revolution", + "🌍 Global Movement Questions Mathematical Constants", + "📱 #Math2Point0 Trending Worldwide", + "⚡ LIVE: Mathematical Paradigm Shift in Progress", + "🔍 Investigation: The Hidden Truth Behind Numbers" ]; return ( @@ -15,19 +18,23 @@ export const NewsAnimation = ({ className = '' }: { className?: string }) => { {headlines.map((headline, index) => ( + LIVE + {headline} ))}