This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user