Midorick is a boutique Employer of Record helping growing companies build dedicated, happy teams across LatAm & the Caribbean โ without the compliance headaches.
);
}
/* ============================================================
HomeWhyNearshore โ soft mint section with playful cards
============================================================ */
function HomeWhyNearshore() {
const cards = [
{ ico: "Users", tone: "mint", t: "Talented & prepared", d: "Cheerful, hospitable, and trained โ ready to innovate alongside your team from day one." },
{ ico: "Sun", tone: "butter", t: "Same-day collaboration", d: "AST year-round. 9am Eastern actually means 9am Eastern โ for everyone on the call." },
{ ico: "Coin", tone: "peach", t: "Tariff-free flow", d: "No import/export tariff between the DR and foreign countries on goods or services." },
{ ico: "Spark", tone: "sky", t: "Stable, fast-growing", d: "The fastest-growing economy in the region, with a stable government and a young workforce." },
{ ico: "Globe", tone: "lilac", t: "English fluency", d: "English is taught as a second language across the country. Customers won't notice the handoff." },
{ ico: "Heart", tone: "mint", t: "Boutique by design", d: "We stop growing at the size where every client still gets a name, not a ticket." }];
return (
๐ Why nearshore
The Republic of Talent.
Six reasons companies choose LatAm & the Caribbean โ and one reason they choose Midorick.
Scale-ups & mid-market companies who pick us โ and stay.
{doubled.map((c, i) =>
{c}
)}
);
}
/* ============================================================
HomeTestimonials โ client feedback carousel
============================================================ */
function HomeTestimonials() {
const testimonials = [
{
quote: "The Midorick team is a joy to work with. They show a sense of urgency, and do a great job finding the best candidates to interview. We were able to stand up 6 DR resources in a month in a half with the help of the Midorick team.",
client: "Verified Client",
sector: "Technology Sector",
source: "Annual Customer Satisfaction Survey, April 2026"
},
{
quote: "The Midorick team is very professional and kind and has been very helpful with our requests. Their Dave and Busters event was also a big hit with my team!",
client: "Verified Client",
sector: "Technology Sector",
source: "Annual Customer Satisfaction Survey, April 2026"
},
{
quote: "Jean has been great to work with and he found 2 great candidates very early in the process. I was very impressed!",
client: "Verified Client",
sector: "Technology Sector",
source: "Annual Customer Satisfaction Survey, April 2026"
}
];
const [current, setCurrent] = React.useState(0);
const [paused, setPaused] = React.useState(false);
const count = testimonials.length;
React.useEffect(() => {
if (paused) return;
const timer = setInterval(() => {
setCurrent(c => (c + 1) % count);
}, 6000);
return () => clearInterval(timer);
}, [paused, count]);
const go = (dir) => {
setCurrent(c => (c + dir + count) % count);
};
return (
setPaused(true)}
onMouseLeave={() => setPaused(false)}>
"We hired four engineers and a designer through Midorick over two years.
Same five people are still here. That has never been our experience with
a staffing partner before โ and it's the only reason we'd recommend one."
VP
VP of Engineering
Mid-market SaaS ยท client since 2021
);
}
/* ============================================================
HomeCTA โ friendly mint band with floating shapes
============================================================ */
function HomeCTA() {
return (
๐ฏ Ready when you are
Save 38% on hiring costs. Keep the team you love.
A 30-minute consult, no pitch deck. Bring a role, a headcount plan, or just a question
โ and we'll give you our honest read.