Saturday, June 28, 2025
29.7 C
Singapore

[Discussion] What are your thoughts on the Garena rebrand to Sea?

Does the rebrand to “Sea” indicate bigger ambitions for the company? Pitch in with your thoughts below

We earlier reported that Garena has raised new US$550 million funding and has rebranded to Sea. The media release said the company will use majority of funding to expand Shopee in Indonesia, but that doesn’t really require such a big branding change, does it?

Let’s connect the dots. Does Garena want SEA — South East Asia — dominance? What do you think is in store for Garena in the future with this rebrand.

Leave your opinions, ideas, speculations, and reactions at the comments area below.

- Advertisement -

Also read: [Discussion] Are hackathons a waste of time? Are there better alternatives?

—-

 

The post [Discussion] What are your thoughts on the Garena rebrand to Sea? appeared first on e27.

Source: e27

See also  Myanmar fintech company ONGO receives backing from National Bank of Canada; aims to boost country’s cashless transactions

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });