Your Post Title
Your content here...
# Content Guide - MoreminiMore Website
## Adding Blog Posts
Blog posts are located in `src/pages/category/` directory.
### Creating a New Blog Post
1. **Create a new `.astro` file** in `src/pages/category/`:
```astro
---
import Layout from '../../layouts/Layout.astro'
---
Your content here...
Short description or subtitle
Your Post Title
Post Title Here
` - Lists: `
```
### Thai Language Support
All content supports Thai language. Use proper Unicode encoding (UTF-8).
## Updating Service Pages
Service pages are in `src/pages/`:
- `digital-transformation-consult.astro`
- `online-marketing-consult.astro`
- `website-development.astro`
- `app-development.astro`
- `chatbot-consult.astro`
### Editing Services
1. Open the relevant `.astro` file
2. Update content in the `