renamed pages, replaced icons, fixed padding etc, adjusted textsmade responsiveness better

This commit is contained in:
TFT
2025-05-01 11:08:06 +03:00
parent 8422b23164
commit 9486e873b5
9 changed files with 880 additions and 96 deletions

View File

@@ -4,6 +4,7 @@
// Provides the theme context to the app
import { ThemeProvider } from "@/components/Theme-provider"
import "./globals.css";
import "material-symbols";
// Fonts
import { Work_Sans } from "next/font/google";