import React from 'react'; import './DashboardCard.css'; export default function DashboardCard({ title = '', value = '', icon = '📊', trend = 'up', trendText = '' }) { return (