About & Contact
Route: /about
File: ayts-fe/app/about/page.tsx
Auth required: No
Purpose
Informational page that builds customer trust by explaining what AYTS is, who it serves, and how to reach support.
Current Content
The /about page exists in the codebase. It should contain:
About AYTS
- Mission statement: "Connecting you to your neighborhood stores"
- What AYTS stands for: At Your Tayo Service
- How the platform works (3 steps: Browse → Order → Receive)
- Why local marketplace matters
Our Story
- Founded by and for the local community
- Focus on neighborhood stores (sari-sari, pharmacy, grocery)
Contact Us
- Email: support@ayts.ph (or equivalent)
- Facebook Page link
- Response time SLA
FAQ
- "How do I order?"
- "What payment methods are accepted?"
- "How do I become a vendor?"
- "What if my order is wrong?"
- "How do I track my order?"
Known Issues / Status
| Item | Status |
|---|---|
| About page exists | ✅ Route exists |
| Content complete | ⚠️ Needs content review |
| Contact form/info | ⚠️ May be missing |
| FAQ section | ❌ Recommended to add |
Recommended
Add a /contact route or fold contact into /about with:
- Simple contact form (
POST /api/public/contact) - FAQ accordion (static content, no API needed)
- Social media links
- Business hours
This is a trust signal for customers and a requirement for app store listings.