fix pages
This commit is contained in:
@@ -11,7 +11,7 @@ const Footer = () => {
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<Link href="/" className="logo">
|
||||
<Image width="110" height="49" src="/images/logo/deski_02.svg" alt="image" />
|
||||
<Image width="110" height="49" src="/images/logo/logo.png" alt="image" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* /.about-widget */}
|
||||
|
||||
@@ -90,7 +90,7 @@ const FooterFour = () => {
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width={136}
|
||||
height={43} src="/images/logo/deski_05.svg" alt="brand" />
|
||||
height={43} src="/images/logo/logo.png" alt="brand" />
|
||||
</Link>
|
||||
</div>
|
||||
<ul className="font-rubik mt-10">
|
||||
|
||||
@@ -27,7 +27,7 @@ const FooterThree = () => {
|
||||
data-aos="fade-up"
|
||||
data-aos-duration="1200"
|
||||
>
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="brand" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="brand" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* /.about-widget */}
|
||||
|
||||
@@ -44,7 +44,7 @@ const Header = () => {
|
||||
<div className="d-flex align-items-center justify-content-between">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="brand logo" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="brand logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* End Logo */}
|
||||
|
||||
@@ -48,7 +48,7 @@ const HeaderFour = () => {
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width={136}
|
||||
height={43} src="/images/logo/deski_05.svg" alt="brand logo" />
|
||||
height={43} src="/images/logo/logo.png" alt="brand logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* End Logo */}
|
||||
|
||||
@@ -43,7 +43,7 @@ const HeaderThree = () => {
|
||||
<div className="d-flex align-items-center justify-content-center">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="brand logo" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="brand logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* End Logo */}
|
||||
|
||||
@@ -44,7 +44,7 @@ const HeaderThree = () => {
|
||||
<div className="d-flex align-items-center justify-content-center">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="brand logo" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="brand logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* End Logo */}
|
||||
|
||||
Reference in New Issue
Block a user