From 947c146d5a094c664f602ab9129c30c0f0d84441 Mon Sep 17 00:00:00 2001 From: Dylan Lambertson Date: Tue, 3 Dec 2024 20:38:56 -0500 Subject: [PATCH] Update page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 351ef5b..2cf6844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,6 @@ 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"],