@extends('layout.new_master')
@section("title", "Frequently requested VA positions")
@section("meta-title", "Frequently requested VA positions")
@section("description", "We connect you with bilingual and highly qualified professionals who quickly engage in meeting your business’ goals. Our recruiting process is our key approach in making sure you find your next superstar.")
@section("keywords", "Executive assistant, Marketing coordinator, Social media manager, Graphic designer, Web developer, Support Technician, Accounting clerk")
@section("image", asset('images/backgrounds/frequenly_request_position_background.png') )
@php
//virtual assistant
$data_virtual_assistant = [
"Manage email accounts",
"Schedule meetings",
"Make travel arrangements",
"Manage a contact list",
"Create presentations",
"Customer service",
"Calendar management",
"Manage social media",
"Prepare reports",
"Organize events",
"Take notes or transcribe meetings",
"Update records",
"Market research",
"Handle client info",
"Lead generation",
"Arrange payments",
"File management",
"Purchase gifts",
"Follow up with clients",
"Create content"
];
$data_marketing_coordinator = [
"Prepare and assist in marketing and
advertising campaigns",
"Organize promotional presentations",
"Prepare marketing reports",
"Research competitive products",
"Create and maintain databases",
"Coordinate marketing event budgets",
"Support sales staff",
"Manage relationships with external vendors",
"Identify trends",
"Coordinate digital marketing services"
];
$data_social_media = [
"Create publishing schedule",
"Manage social media campaigns",
"Development of brand awareness",
"Social media content management",
"Generation of inbound traffic",
"Set objectives and report on ROI"
];
$data_graphic_designer = [
"Design web pages, logos, advertisements and other
communication materials.",
"Design layouts, including selection of colors, images,
and typefaces",
"Present design concepts",
"Conceptualize visuals based on requirements",
"Test graphics across various media",
"Review and update designs",
"Coordinate with other departments to ensure brand consistency",
"Retouch images",
"Assist and support software engineer"
];
$data_customer_service = [
"Review customer requests",
"Generate leads",
"Guiding prospects through the sales cycle",
"Negotiating contracts",
"Reporting to management",
"Giving sales presentations",
"Preparing quotes for prospective clients"
];
$data_support_technician = [
"Diagnose and repair technical issues",
"Resolve network issues",
"Install and configure software",
"Speak to customers to resolve technical issues",
"Provide customer feedback",
"Follow up with clients to ensure the problem is resolved",
"Test new technologies",
"Identify software solutions",
"Maintain computer systems"
];
$data_contentcreador = [
"Research on industry-related topics",
"Create various content types (videos, articles, infographics) with relevant tone and style, adhering to the respective style guides",
"Utilize various digital publishing platforms to create structured drafts",
"Target content to specific audiences and focus on trending topics",
"Incorporate blog and social media posts in both websites and social media platforms like Facebook or LinkedIn",
"Conduct keyword research and employ SEO best practices to optimize content",
"Analyze web traffic to measure the success of the content (e.g. conversion and bounce rates)",
"Creating and distributing marketing copy to advertise our company and products"
];
$data_videoeditor = [
"Assembling raw footage and transferring or uploading it to a computer",
"Following a script or outline",
"Inputting sound to enhance footage, which may include selecting music and writing voice-overs",
"Inputting graphics to enhance footage",
"Improving and correcting lighting, coloring and faulty footage",
"Digitally splicing video and synchronizing them into one rough final cut"
];
$data_AdminAssistant = [
"Schedule appointments and maintain calendars",
"Schedule and coordinate staff and other meetings",
"Collate and distribute mail",
"Prepare communications, such as memos, emails, invoices, reports and other correspondence",
"Write and edit documents from letters to reports and instructional documents",
"Create and maintain filing systems, both electronic and physical",
"Manage accounts and perform bookkeeping"
];
$data_sales_representative = [
"Research prospective opportunities",
"Contribute to and track marketing campaigns",
"Follow-up on inbound leads",
"Author project proposals and quotes",
"Participate in pitches to prospective new clients",
"Represent the company at marketing events and industry functions",
"Maintain and analyze CRM data",
"Draft Statements of Work for project managers"
];
$data_business_dev = [
"Develop sales strategy",
"Inbound lead strategy",
"Oversee and assist with custom proposal development",
"Attend planning meetings with clients",
"Assist with program development and design.",
"Develop critical path and working budgets, tracking, and reporting progress.",
"Develop program theme and marketing or promotional initiatives."
];
@endphp
@section('content')
@include('layout.new_nav')
@include('templates.section', [
"image" => "meet-allstars",
"title" => "ALL-STARS",
"aligntext" => "w-50"
])