@php
$quickstarts = [
[
'Appointment Setter',
'',
'Designed for setting appointments with streamlined scheduling and service.',
],
[
'Medical Appointment Assistant – Zoe',
'Zoe',
'Zoe assists in managing patient scheduling, follow-ups, and basic inquiries.',
],
[
'E-Commerce Customer Service Agent – Max',
'Max',
'Max helps customers with product recommendations, order tracking, and support.',
],
[
'Hospitality Booking Assistant – Oliver',
'Oliver',
'Oliver manages hotel reservations, guest requests, and property information.',
],
[
'Financial Advisor Assistant – Mia',
'Mia',
'Mia assists with budgeting, financial planning, and investment guidance.',
],
[
'IT Support Specialist Assistant – Alex',
'Alex',
'Alex provides technical support, troubleshooting assistance, and guidance on IT issues.',
],
[
'Automotive Service Assistant – Lily',
'Lily',
'Lily assists customers in scheduling vehicle maintenance, handling service inquiries, and tracking repairs.',
],
[
'Fitness Membership Coordinator Assistant – Miles',
'Miles',
'Miles manages gym memberships, class schedules, and fitness planning for a health and wellness facility.',
],
[
'Event Planning Assistant – Sophia',
'Sophia',
'Sophia coordinates events, manages RSVPs, and handles vendor communications.',
],
[
'Tax Assistant – Nathan',
'Nathan',
'Nathan assists with tax preparation, documentation, and financial planning.',
],
[
'Insurance Claims Assistant – Ava',
'Ava',
'Ava processes insurance claims, policy questions, and coverage inquiries.',
],
];
@endphp
@foreach ($quickstarts as $qs)
@endforeach