diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8fd4368 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +public/SprbScan021.png.webp filter=lfs diff=lfs merge=lfs -text diff --git a/components/Background.js b/components/Background.js new file mode 100644 index 0000000..815b30e --- /dev/null +++ b/components/Background.js @@ -0,0 +1,18 @@ +import Image from "next/image"; +import bgImage from "../public/SprbScan021.png.webp"; + +export default function Background() { + return ( +