Axil_website/.claude/settings.local.json
Vadym Samoilenko 7bb25f9c59 feat: add courses page, real contact details, Courses to navigation
- New /courses page with 5 course cards (Interview Ready, Self
  Assessment, Payroll, QuickBooks, Xero) with thumbnail images,
  pricing, includes checklists, and enrol CTAs
- Added course images to public/courses/ and Assets/
- Contact page: updated email, phone (07440 594192), address
  (Suite 29 Beaufort Court E14 9XL), hours, and added Courses
  option to the "I'm interested in" select field
- Header: added Courses to desktop nav and mobile dock
  (GraduationCap icon) between Services and Blog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 13:25:16 +00:00

38 lines
1.4 KiB
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:axil1.local)",
"Bash(claude plugins install:*)",
"Bash(pnpm --version:*)",
"Bash(node --version:*)",
"Bash(npx --version:*)",
"Bash(docker:*)",
"Bash(docker compose:*)",
"Bash(git init:*)",
"Bash(git remote add:*)",
"WebFetch(domain:medium.com)",
"WebFetch(domain:htalbot.dev)",
"WebFetch(domain:charlie2code.com)",
"Bash(chmod:*)",
"Bash(for dir in src/components/ui src/components/layout src/components/sections src/components/three src/components/cms src/lib src/hooks src/types src/payload)",
"Bash(do touch \"$dir/.gitkeep\")",
"Bash(done)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git checkout:*)",
"Bash(source:*)",
"Bash(npm install:*)",
"Bash(/Users/aimpress/.nvm/versions/node/v25.4.0/bin/pnpm:*)",
"Bash(/Users/aimpress/.nvm/versions/node/v25.4.0/bin/npm show next versions --json)",
"Bash(node -e:*)",
"Bash(\"/Volumes/SSD/Projects/Clients/Axil Accountants/docker-compose.yml\":*)",
"Bash(\"/Volumes/SSD/Projects/Clients/Axil Accountants/eslint.config.mjs\":*)",
"Bash(node_modules/.bin/eslint:*)",
"Bash(node --input-type=module:*)",
"Bash(python3:*)",
"Bash(ls:*)",
"WebFetch(domain:axilaccountants.co.uk)"
]
}
}