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:
@@ -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)}
|
||||
|
||||
@@ -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