Update page.tsx

This commit is contained in:
Dylan Lambertson 2024-12-03 20:41:05 -05:00 committed by GitHub
parent e3601256e4
commit 2a65f96bfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,9 @@ import Image from "next/image";
import serverImage from "@/app/img/hero-right.png";
import footerImage from "@/app/img/logo.png";
import footerImageText from "@/app/img/Status-01.png";
import SLA from "@app/legal/SLA.pdf";
import TOS from "@app/legal/TOS.pdf";
import Privacy from "@app/legal/Privacy.pdf";
const poppins = Poppins({
weight: ["400", "600", "700"],