mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 03:32:22 -05:00
Fixing Footer Banner
This commit is contained in:
parent
d6f9b8b6b2
commit
389f153f3d
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ import { Poppins } from "next/font/google";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import serverImage from "@/app/img/hero-right.png";
|
import serverImage from "@/app/img/hero-right.png";
|
||||||
import footerImage from "@/app/img/logo.png";
|
import footerImage from "@/app/img/logo.png";
|
||||||
|
import footerImageText from "@/app/img/Status-01.png"
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
weight: ["400", "600", "700"],
|
weight: ["400", "600", "700"],
|
||||||
|
|
@ -216,7 +217,7 @@ export default function Home() {
|
||||||
<div>
|
<div>
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<Image
|
<Image
|
||||||
src={footerImage}
|
src={footerImageText}
|
||||||
alt="Skylink Hosting Logo"
|
alt="Skylink Hosting Logo"
|
||||||
width={100}
|
width={100}
|
||||||
height={100}
|
height={100}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue