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:
20
package.json
20
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "atashdotdev",
|
"name": "atashdotdev",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
@@ -10,17 +10,17 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^9.3.0",
|
"@astrojs/node": "^9.4.3",
|
||||||
"@astrojs/solid-js": "^5.1.0",
|
"@astrojs/solid-js": "^5.1.0",
|
||||||
"@tailwindcss/vite": "^4.1.11",
|
"@tailwindcss/vite": "^4.1.13",
|
||||||
"astro": "^5.12.3",
|
"astro": "^5.13.5",
|
||||||
"nodemailer": "^7.0.5",
|
"nodemailer": "^7.0.6",
|
||||||
"solid-js": "^1.9.7",
|
"solid-js": "^1.9.9",
|
||||||
"tailwindcss": "^4.1.11"
|
"tailwindcss": "^4.1.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^24.1.0",
|
"@types/node": "^24.3.1",
|
||||||
"@types/nodemailer": "^6.4.17",
|
"@types/nodemailer": "^7.0.1",
|
||||||
"daisyui": "^5.0.47"
|
"daisyui": "^5.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2087
pnpm-lock.yaml
generated
2087
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -217,7 +217,7 @@ ${message()}`,
|
|||||||
id="project-details"
|
id="project-details"
|
||||||
name="message"
|
name="message"
|
||||||
class="textarea textarea-bordered h-32 w-full resize-none focus:textarea-primary"
|
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
|
required
|
||||||
value={message()}
|
value={message()}
|
||||||
onInput={(e) => setMessage(e.currentTarget.value)}
|
onInput={(e) => setMessage(e.currentTarget.value)}
|
||||||
|
|||||||
@@ -4,18 +4,6 @@ type Card = {
|
|||||||
variant: "primary" | "secondary" | "accent" | "neutral";
|
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 = {
|
export const siteConfig = {
|
||||||
name: "Atash Consulting",
|
name: "Atash Consulting",
|
||||||
description: "Software Consulting based in Edmonton, Alberta",
|
description: "Software Consulting based in Edmonton, Alberta",
|
||||||
@@ -77,21 +65,6 @@ export const siteConfig = {
|
|||||||
] as Card[],
|
] as Card[],
|
||||||
},
|
},
|
||||||
|
|
||||||
statistics: {
|
|
||||||
enabled: true,
|
|
||||||
title: "Company Statistics",
|
|
||||||
stats: [
|
|
||||||
{
|
|
||||||
title: "Years of Experience",
|
|
||||||
value: "10+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Active Clients",
|
|
||||||
value: "2",
|
|
||||||
},
|
|
||||||
] as Stat[],
|
|
||||||
},
|
|
||||||
|
|
||||||
contact: {
|
contact: {
|
||||||
title: "Contact Me",
|
title: "Contact Me",
|
||||||
description: "Ready to get started? Reach out to me for a consultation.",
|
description: "Ready to get started? Reach out to me for a consultation.",
|
||||||
|
|||||||
Reference in New Issue
Block a user