import { Cloud, Sun } from "lucide-react"; import { Card, CardHeader, CardTitle, CardContent } from "@/components/ui/card"; export default function WeatherWidget() { return ( Météo

28°C

Ensoleillé

Vent: 15 km/h
Humidité: 75%
); }