mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 08:12:24 -05:00
Update page.tsx
This commit is contained in:
parent
947c146d5a
commit
e3601256e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { Poppins } from "next/font/google";
|
|||
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 footerImageText from "@/app/img/Status-01.png";
|
||||
|
||||
const poppins = Poppins({
|
||||
weight: ["400", "600", "700"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue