new next version, new style to barnavigation and no hardcode

This commit is contained in:
IO420
2026-01-09 14:56:39 -06:00
parent f710f4df96
commit c1d76ef01f
13 changed files with 340 additions and 281 deletions
-1
View File
@@ -3,7 +3,6 @@ import Image from "next/image";
import header from "./Header.module.css";
import Link from "next/link";
import BarNavigation from "../BarNavigation/BarNavigation";
import { usePathname } from "next/navigation";
import { useEffect, useState } from "react";
function Header() {