optimised banner image component to allow build time optimisations, removed unused images

This commit is contained in:
2025-11-12 12:18:57 +01:00
committed by Owen Rees
parent 151d9fcb3d
commit 28f3bf69c6
6 changed files with 1 additions and 51 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { GrLineChart } from "react-icons/gr";
import { HiUserGroup } from "react-icons/hi2";
import { twMerge } from "tailwind-merge";
import bannerImage from "@/img/banner.jpeg";
import bannerImage from "/public/banner.jpeg";
import { Link } from "@/utils/routing";
export default function Home() {