About

About

This page is markdown — a good fit for text-heavy content that changes occasionally. For pages with custom layout, use a Blade file at resources/views/pages/{slug}.blade.php instead.

When to use markdown

  • Policy pages, FAQs, simple about copy
  • Content that non-devs might edit in the future

When to use Blade

  • Landing pages, service pages, anything with custom sections
  • One file at resources/views/pages/your-slug.blade.php — full HTML and Tailwind control

Contact us