import React from 'react'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; import { Progress } from '@/components/ui/progress'; import { TrendingDown, Leaf, Factory, Zap } from 'lucide-react'; const CarbonFootprint = () => { return (
Total Emissions
1,247 tons

CO2 this year

Reduction
-18%

From last year

Offset
340 tons

27% offset

Goal Progress
72%

On track

Emissions by Source Breakdown of carbon emissions
Transportation 624 tons (50%)
Energy 374 tons (30%)
Operations 187 tons (15%)
Other 62 tons (5%)
); }; export default CarbonFootprint;