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",
|
||||
"type": "module",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -10,17 +10,17 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.3.0",
|
||||
"@astrojs/node": "^9.4.3",
|
||||
"@astrojs/solid-js": "^5.1.0",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.12.3",
|
||||
"nodemailer": "^7.0.5",
|
||||
"solid-js": "^1.9.7",
|
||||
"tailwindcss": "^4.1.11"
|
||||
"@tailwindcss/vite": "^4.1.13",
|
||||
"astro": "^5.13.5",
|
||||
"nodemailer": "^7.0.6",
|
||||
"solid-js": "^1.9.9",
|
||||
"tailwindcss": "^4.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.1.0",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"daisyui": "^5.0.47"
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/nodemailer": "^7.0.1",
|
||||
"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"
|
||||
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