Added proper 404
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m8s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m8s
This commit is contained in:
@@ -16,24 +16,24 @@ export const siteConfig = {
|
||||
nav: [
|
||||
{
|
||||
text: "Home",
|
||||
href: "#",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
text: "Services",
|
||||
href: "#services",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
text: "About",
|
||||
href: "#about",
|
||||
href: "/#about",
|
||||
},
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
href: "/#contact",
|
||||
},
|
||||
],
|
||||
cta: {
|
||||
text: "Let's Talk",
|
||||
href: "#contact",
|
||||
href: "/#contact",
|
||||
},
|
||||
mobileLogoText: "Atash",
|
||||
},
|
||||
@@ -127,7 +127,7 @@ export const siteConfig = {
|
||||
title: "Contact Us",
|
||||
cta: {
|
||||
text: "Let's Talk",
|
||||
href: "#contact",
|
||||
href: "/#contact",
|
||||
ariaLabel: "Contact us for consultation",
|
||||
},
|
||||
mainTitle: "Let's Work Together",
|
||||
|
||||
Reference in New Issue
Block a user