Thursday, June 26, 2025
32.4 C
Singapore

Gigi and Bella Hadid arrive in Mykonos for sister Alana’s birthday

Supermodel sisters Gigi Hadid and Bella Hadid were all smiles as they arrived in Mykonos, Greece on Friday afternoon (26 Jul).

Gigi was dressed in a white T-shirt and blue sweatpants while Bella wore a white, blue and red jacket for their flight into Greece.

The sisters are in Mykonos to celebrate their big sister Alana’s birthday.

The next day Gigi uploaded a photo on Instagram posing in an orange bikini.

View this post on Instagram

mornin ??

A post shared by Gigi Hadid (@gigihadid) on

 

 

 

 

 

 

 

 

 

See also  Jung So Min loses her job and reunites with Jung Hae In: Love Next Door new drama teaser

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