Update page.tsx

This commit is contained in:
Dylan Lambertson 2024-12-03 20:36:19 -05:00 committed by GitHub
parent b81257d77d
commit 446c5eff02
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"],
@ -287,7 +290,7 @@ export default function Home() {
<a href="https://billing.skylinkhosting.com/index.php?rp=/knowledgebase/2/Privacy-Policy.html" className="hover:text-[#eacc54]">
Privacy Policy
</a>
<a href="https://billing.skylinkhosting.com/index.php?rp=/knowledgebase/3/SLA-Service-Level-Agreement.html" className="hover:text-[#eacc54]">
<a href="https://skylinkhosting.com/legal/SLA.pdf" className="hover:text-[#eacc54]">
Service Level Agreement
</a>
</div>