Visual and code overhaul, including Nix support
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s

This commit is contained in:
2025-07-25 21:45:28 -06:00
parent 10926a00a8
commit 8cf1d5c2e1
15 changed files with 1316 additions and 1106 deletions

View File

@@ -71,7 +71,7 @@ export const siteConfig = {
{
title: "IT Support Processes",
content:
"Providing expert technical support expertise, backed by over a decade of client support experience.",
"I provide expert technical support expertise, backed by over a decade of client support experience.",
variant: "primary",
},
] as Card[],
@@ -93,12 +93,12 @@ export const siteConfig = {
},
contact: {
title: "Contact Us",
description: "Ready to get started? Reach out to us for a consultation.",
title: "Contact Me",
description: "Ready to get started? Reach out to me for a consultation.",
cta: {
text: "Get in Touch",
href: "/contact",
ariaLabel: "Contact us for consultation",
ariaLabel: "Contact me for consultation",
},
},
} as const;