diff --git a/src/app/page.tsx b/src/app/page.tsx index 7060b93..5c552f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,33 @@ import Image from "next/image"; +import WeatherSprite from "@/components/weather/animated-sprite"; +import {Separator} from "@/components/ui/separator"; +import {ChevronsLeftRightEllipsis, SeparatorVertical} from "lucide-react"; export default function HomePage() { - return (
- + return (
+
+ + +
+

Températures

+
+
+

Max

+

Min

+
+ +
+

19,6°C

+

11,2°C

+
+
+
+ +
); }