MediSync — Help
Reference

Marketing site

What the public MediSync landing page covers and where its copy lives.

The MediSync marketing site

The public landing page served at the root URL (/ on the landing-page app) is the marketing front door for MediSync. It is fully localized and renders in both English and Arabic (RTL).

Sections

The page is composed of these sections, top to bottom:

  • Navbar — anchor links plus sign-in / "Try it for FREE" calls to action.
  • Hero — headline, subtitle, and the primary "Try it for FREE" / "Become a partner" CTAs.
  • Logo cloud — trusted-by logos.
  • Stats band — animated count-up metrics.
  • Features — product modules presented as a feature grid (#features).
  • How it works — a three-step onboarding overview (#how-it-works).
  • Testimonials — customer quotes (#testimonials).
  • Pricing — three tiers with a monthly/annual billing toggle (#pricing) and a "Compare all features →" link that takes visitors to the full /pricing comparison page.
  • Final CTA — closing conversion band.
  • Footer — link columns and legal.

The /pricing page

A dedicated full-width page at /pricing provides a detailed feature-comparison table for all published subscription plans. Key elements:

  • Per-plan entity allowances — client limits, storage capacity, custom website pages, blog posts, and member counts are shown as real numbers pulled from the plan catalog API (null = Unlimited).
  • Module feature grid — each bundled module is listed with a checkmark (included) or dash (not included) per plan.
  • Metered allowances — the included units for each metered module (e.g. AI tokens, SMS) are shown alongside the overage pricing model.
  • CTA per plan — each column has its own "Get started" / "Contact sales" button.

The home page Pricing section links to /pricing via a "Compare all features →" anchor so visitors can jump from the teaser to the full comparison table.

Editing the copy

All visible text is translatable. The strings live in messages/en.json and messages/ar.json under the landing_* namespace (for example landing_hero_title, landing_pricing_most_popular). Edit both files to keep English and Arabic in sync, then recompile the catalogs.

On this page