Added links for clients
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m23s

This commit is contained in:
2026-02-06 00:14:57 -07:00
parent 59577f0e58
commit 8b8b60b302
3 changed files with 361 additions and 357 deletions

View File

@@ -20,14 +20,14 @@
"astro": "6.0.0-beta.6", "astro": "6.0.0-beta.6",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"motion-v": "^1.10.2", "motion-v": "^1.10.2",
"nodemailer": "^7.0.13", "nodemailer": "^8.0.0",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"vue": "^3.5.27" "vue": "^3.5.27"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/heroicons": "^1.2.3", "@iconify-json/heroicons": "^1.2.3",
"@types/node": "^25.1.0", "@types/node": "^25.2.1",
"@types/nodemailer": "^7.0.9", "@types/nodemailer": "^7.0.9",
"daisyui": "^5.5.14" "daisyui": "^5.5.18"
} }
} }

708
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -126,17 +126,21 @@ export const siteConfig = {
{ {
name: "Saikyo Softworks", name: "Saikyo Softworks",
logo: "/clients/SaikyoSoftworks.webp", logo: "/clients/SaikyoSoftworks.webp",
href: "https://saikyosoft.works",
}, },
{ {
name: "Royer Mortgages", name: "Royer Mortgages",
logo: "/clients/RoyerMortgages.webp", logo: "/clients/RoyerMortgages.webp",
href: "https://royermortgages.com",
}, },
{ {
name: "Marew Consulting", name: "Marew Consulting",
href: "https://marewconsulting.ca",
}, },
{ {
name: "Hutch Mortgages", name: "Hutch Mortgages",
logo: "/clients/HutchMortgages.webp", logo: "/clients/HutchMortgages.webp",
href: "https://hutchmortgages.com",
}, },
], ],