Macky 00b0de2d9a feat: push all new content into markdown collections
- 6 page-level content files in src/content/pages/
  (home, about, services, portfolio, faq, contact) with full
  conversion-optimized copy from research-audit
- 9 portfolio items in src/content/portfolio/ with new schema
  fields: industry, what_we_did, result
- 20 FAQ items in src/content/faq/ across 5 categories:
  บริการ, ราคา, ระยะเวลา, AI & เทคนิค, หลังการขาย
- 1 settings file (site identity, contact, social links)

All values quoted for YAML safety with Thai characters and URLs.
All answers specific (no 'ติดต่อเรา' cop-outs) with real numbers:
  - 2-4x conversion stat
  - 100,000 THB minimum threshold for SME fit
  - 12% lead-to-customer (3x SaaS avg)
  - 90%+ AI chat indistinguishable from human
  - 30 day warranty, 1 refund case in 5 years
  - Rush service +30% for 50% faster
2026-06-03 14:15:12 +07:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

Description
No description provided
Readme 57 MiB
Languages
Astro 68.6%
MDX 16.9%
TypeScript 8.5%
CSS 5.9%
JavaScript 0.1%