Redesign!
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s

This commit is contained in:
2025-12-18 09:09:22 -07:00
parent 840b51eba5
commit 95bb381033
9 changed files with 416 additions and 501 deletions

View File

@@ -16,20 +16,24 @@ export const siteConfig = {
nav: [
{
text: "Home",
href: "/",
href: "#",
},
{
text: "Services",
href: "/services",
href: "#services",
},
{
text: "About",
href: "#about",
},
{
text: "Contact",
href: "/contact",
href: "#contact",
},
],
cta: {
text: "Get Started",
href: "/contact",
href: "#contact",
},
},
@@ -59,19 +63,19 @@ export const siteConfig = {
{
title: "IT Support Processes",
content:
"I provide expert technical support expertise, backed by over a decade of client support experience.",
"We provide expert technical support expertise, backed by over a decade of client support experience.",
variant: "primary",
},
] as Card[],
},
contact: {
title: "Contact Me",
description: "Ready to get started? Reach out to me for a consultation.",
title: "Contact Us",
description: "Ready to get started? Reach out to us for a consultation.",
cta: {
text: "Get in Touch",
href: "/contact",
ariaLabel: "Contact me for consultation",
href: "#contact",
ariaLabel: "Contact us for consultation",
},
},
} as const;