3 Commits

Author SHA1 Message Date
eca28c9fed
feat(component): add weather sprite and temperature display
Enhanced HomePage with WeatherSprite component for current weather. Added temperature display showing max and min values, including visual separators for better UI organization.
2024-09-27 16:58:10 +02:00
151925bc1c
refactor(component): simplify HomePage layout
Simplified the HomePage component by removing extensive HTML structure and redundant elements. This change focuses on streamlining the design and improving readability.
2024-09-27 12:07:29 +02:00
cbf1047244
feat(app): add base layout and home page
Introduced global CSS styling and created the initial structure for the Home page and Root layout. The Home page includes a logo, instructions, and helpful links, while the layout sets up metadata and font usage.
2024-09-27 11:58:10 +02:00