Wednesday, June 25, 2025
31.9 C
Singapore

Boba beer anyone? A combination of bubble tea and beer is now on the market

The bubble tea trend is everywhere with many brands opening shops at every corner.

People often queue up for almost an hour to get their hands on this Taiwanese invention.

Another thing that many people enjoy drinking is beer.

So when The Beer Factory created the “matchmake of the century”, a mix of bubble tea and beer, it is a dream (or nightmare) come true.

The Beer Factory has created the Boba Beer Series, consisting of four varieties of beers that are available in all the outlets in Malaysia except Kota Kinabalu and Cyberjaya.

The Boba Beers consists of Butter Beer made with Kirin Ichiban, Guinness Milkshake with Guinness, Strawberry Lime Cider made out of Apple Fox Cider, and Watermelon Beer mixed with Tiger Beer.

At RM28 (SGD9) each, you can now get your hands on this limited edition concoction.

If you think boba beer is strange, wait till you hear about boba steamboat and boba ice cream.

See also  Pakatan: Government should cut expenses, not subsidies, to help Malaysians with rising prices

Yes, all these inventions actually exists!

We wonder what’s next boba tea inventions.

 

 

 

 

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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); } });