From dfbc3cade9027a8ec3019a6bd8f94ef1698a59aa Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 6 Jul 2025 21:58:28 -0400 Subject: [PATCH] mobile experience improvements --- app/about/page.tsx | 65 ++++++++++++++------------ app/page.tsx | 60 ++++++++++++------------ app/servers/page.tsx | 88 +++++++++++++++++------------------ app/services/page.tsx | 46 +++++++++--------- components/core/nav.tsx | 14 +++--- components/front/services.tsx | 48 +++++++++---------- 6 files changed, 163 insertions(+), 158 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 6430075..6bc1bc8 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -2,81 +2,86 @@ import { Nav } from "@/components/core/nav"; import { GiStoneWheel } from "react-icons/gi"; import { TbUserSquareRounded } from "react-icons/tb"; import { RiTelegram2Line } from "react-icons/ri"; +import Link from "next/link"; export default function About() { return (