@extends('layouts.app') @section('content')

Simple to use. Powerful enough to run a serious store.

{{-- ── Migration ease ───────────────────────────────────────────────────── --}}

Switching from a cash register or spreadsheet? We handle it.

@foreach([ ['We load your products', 'Bring us your product list in any format — paper, Excel, or photos. We create your catalogue.', 'package'], ['We set up your hardware', 'Scanner, printer, terminal, cash drawer — installed, tested, and paired in a day.', 'cpu'], ['You start billing', 'Your cashier learns the POS in under an hour. We are on call if you need us.', 'monitor'], ] as [$title, $desc, $icon])
@include('components.icons.' . $icon)

{{ $title }}

{{ $desc }}

@endforeach
@endsection