Deps and misc changes
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m26s

This commit is contained in:
2025-09-04 16:39:26 -06:00
parent 8ea09c20fc
commit 7c31531722
4 changed files with 1556 additions and 580 deletions

View File

@@ -217,7 +217,7 @@ ${message()}`,
id="project-details"
name="message"
class="textarea textarea-bordered h-32 w-full resize-none focus:textarea-primary"
placeholder="Tell us about your project requirements, timeline, and any specific needs..."
placeholder="Tell me about your project requirements, timeline, and any specific needs..."
required
value={message()}
onInput={(e) => setMessage(e.currentTarget.value)}

View File

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