--- import PageShell from '../../components/PageShell.astro'; import { services, process } from '../../data/site.js'; export function getStaticPaths() { return services.map((service) => ({ params: { slug: service.slug }, props: { service }, })); } const { service } = Astro.props; const relatedServices = services.filter((item) => item.slug !== service.slug); ---

{service.badge}

{service.headline}

{service.name}

{service.copy}

Diagnosis first

เริ่มจากดูว่าโจทย์นี้ควรแก้ตรงไหนก่อน

ปัญหาที่มักเจอ

    {service.painPoints.map((item) =>
  • {item}
  • )}

วิธีที่เราเข้าไปช่วย

    {service.approach.map((item) =>
  • {item}
  • )}

สิ่งที่ได้จากงานนี้

    {service.deliverables.map((item) =>
  • {item}
  • )}

What matters

{service.objective}

{service.name}

{service.proof}

{service.detail}

{process.map(([title, copy], index) => (
{String(index + 1).padStart(2, '0')}

{title}

{copy}

))}

Other services

บางโจทย์อาจต้องเริ่มจากบริการอื่นก่อน

Next step

เล่าโจทย์ของคุณก่อน แล้วเราช่วยดูว่าบริการนี้ใช่จุดเริ่มต้นไหม