Added proper 404
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m8s

This commit is contained in:
2026-01-25 21:51:49 -07:00
parent 6b51d34490
commit e146ea311d
5 changed files with 344 additions and 11 deletions

View File

@@ -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",