mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 05:22:24 -05:00
Update page.tsx
This commit is contained in:
parent
b81257d77d
commit
446c5eff02
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue