Five steps from "I need to schedule something" to "done, everyone's notified."
{{-- Steps --}}
@php
$steps = [
['Create your account', 'Sign up free in seconds — just your name, email and a password. Pick the plan that matches how much you meet (you can change it later).'],
['Set your timezone', 'Tell DigiStack where you are. From now on every meeting time is shown in your local timezone — and in each attendee\'s timezone too.'],
['Schedule a meeting', 'Click a slot on your calendar, add a title (or let AI suggest one), pick start and end times, drop in a video link, and choose whether it repeats.'],
['Invite attendees', 'Add people by email. They receive a calendar invite with an .ics attachment and can accept or decline with one click — no account required.'],
['Relax — reminders are automatic', 'DigiStack emails everyone 1 day, 1 hour and 15 minutes before. You just show up. Need to change something? Edit the meeting and updates go out automatically.'],
];
@endphp
@foreach ($steps as $i => [$t, $d])