Deps and misc changes
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m26s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m26s
This commit is contained in:
@@ -4,18 +4,6 @@ type Card = {
|
||||
variant: "primary" | "secondary" | "accent" | "neutral";
|
||||
};
|
||||
|
||||
type StatChange = {
|
||||
value: string;
|
||||
percentage: string;
|
||||
direction: "up" | "down";
|
||||
};
|
||||
|
||||
type Stat = {
|
||||
title: string;
|
||||
value: string;
|
||||
change?: StatChange;
|
||||
};
|
||||
|
||||
export const siteConfig = {
|
||||
name: "Atash Consulting",
|
||||
description: "Software Consulting based in Edmonton, Alberta",
|
||||
@@ -77,21 +65,6 @@ export const siteConfig = {
|
||||
] as Card[],
|
||||
},
|
||||
|
||||
statistics: {
|
||||
enabled: true,
|
||||
title: "Company Statistics",
|
||||
stats: [
|
||||
{
|
||||
title: "Years of Experience",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
title: "Active Clients",
|
||||
value: "2",
|
||||
},
|
||||
] as Stat[],
|
||||
},
|
||||
|
||||
contact: {
|
||||
title: "Contact Me",
|
||||
description: "Ready to get started? Reach out to me for a consultation.",
|
||||
|
||||
Reference in New Issue
Block a user