Content

Edit the how it works section

Steps are a simple array: step number, title, and description in EN and TR.

Edit steps


                export const howItWorks = [
  {
    step: "01",
    title: { en: "Book online", tr: "Online randevu" },
    description: {
      en: "Choose a time that suits you.",
      tr: "Size uygun bir saat seçin.",
    },
  },
  // add step "02", "03" …
];
              

Dedicated page

When howItWorks is enabled, visitors also get /how-it-works (EN) and /tr/nasil-calisir (TR) with the same section.

Enable in sector

Set howItWorks: true in src/config/sector.ts.