---- Chapter 821 Hailey leaned against the wall, scratching it with her fingers. " W-What did you say?" Jonah kissed her. "What''s wrong?" "Did you want to stay here and sleep with Den? Or Jonah?" Jonah responded with a question instead. "Who do you want to sleep with?" Hailey smirked and suddenly turned to kiss him on the lips. Jonah stiffened for a second , not expecting her to suddenly be this bold and eager. But after a brief pause, he cupped her face and kissed her deeply. Itwas a kiss where both gave their all.
Hailey clung to him with everything she had, while Jonah lost himself in her sweetness. Hailey turned back around, her hand sliding down along Jonah''s abs. Meanwhile, he buried his head into the curve of her neck, panting. She whispered, "You are him." He gave her hair a gentle peck. Tears shimmered in her eyes. "I actually knew even without ---- seeing the mole. I already knew you were him!" She had known it the first time they met. She just didn''t dare to believe it. Now, she was sure-he was the one. However, now, she was at a loss for how to address him. Should it be Den? Or Mr.
Pilsner? Jonah scooped her up by the waist and set her down on the sink counter. His eyes wereced with desire as he held her face, leaning in for another kiss. Hailey reached out and removed his mask. The disfigured face was suddenly exposed under the light, and Jonah froze. He immediately stood up, wanting to pull away. However, Hailey caught him by the hand. "What happened to your face?" How did his face turn out like this? He used to be so handsome , but now his face was all messed up. Jonah looked at her and smiled bitterly. "Ugly, isn''t it?
Did I scare you?" Hailey''s tears fell without warning, and then she kissed him. She didn''t say anything , but the kiss was full of heartbreak and tenderness. Jonah''s breathing grew heavier . He reached for her clothes ---- and rasped, "Do you want it? I know I want you." Hailey answered him through her actions . She dropped her hand to his belt and started tugging. Jonah grabbed her hand. "I''ll guide you. Press here, then pull." With a click, the belt came undone. Jonah started taking off her clothes while Hailey took his off.
After three years apart, the two of them longed and yearned for each other, desperate for physical intimacy. But just then, a mellow ringtone rang out. Jonah was getting a call. Hailey nced at the screen-it was Cedrick calling. She regained some of her rationality. She hadn''t forgotten why she came tonight. She still needed to save Lambert Group. She nudged Jonah. "It''s Mr. Morrison." Jonah replied hoarsely, "Later." "Just answer it real quick." "Later," he said again. "Please, just answer it, okay?" That little whine in her girlish voice made Jonah''s heart melt.
She was no different from three years ago-clingy and affectionate , the same bold and passionate heiress who once fulfilled his greatest desires.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);