feat: create CampaignCard component with variants for profile and compact views
- Added CampaignCard component to manage different display variants (default, profile, compact).
- Implemented CampaignCardProfile and CampaignCardCompact components for specific layouts.
- Removed the old card component to streamline the codebase.
- Introduced utility function formatCurrency for consistent currency formatting.