---- Chapter 822 Jonah had no choice but to take his lips off Hailey, pick up the phone, and answer, "Hello, Cedrick..." As he took the call, his gaze stayed intensely locked on her. Noticing this, Hailey bit her lip and let her hand roam freely. Her actions cause Jonah''s breathing to grow uneven. Cedrick''s voice came from the other end. "Jonah, are you and Ms. Hailey done freshening up? I''ve reserved the restaurant. When shall we head out?" Jonah''s breathing quickened. Cedrick grew puzzled. "Jonah? Why aren''t you saying anything? What''s going on? Why is your breathing sobored?
With his eyes flushed, Jonah muttered, "Cedrick... we''ll be ready... soon..." "Jonah, it''s fine. Take your time. Here I thought you were trying to be celibate, but it turns out you already found yourself a girlfriend. Jonah couldn''t hear what Cedrick said after that. Every sensation seemed to have condensed into a single point, followed by a burst of dazzling white light. It felt as though countless fireworks exploded in his mind at the same time. With that, he copsed onto Hailey''s shoulder. ---- "Jonah? Jonah..." Cedrick''s voice continued on the phone.
Still holding onto his phone, Jonah muttered with a hoarse voice, "Cedrick, I''ll call you backter." "Alright," Cedrick replied. With that, Jonah hung up and began kissing Hailey''s cheek again, then slowly moved toward her lips. She was his first woman-and only woman-a delicate, sweet heiress. Jonah was now a grown man, and after three years of yearning, he had grown to crave her more and more. His desire was no longer something he could control. It was intense, dangerously so. Hailey''s love for him was just as strong. She returned the kiss, wrapping her arms around his neck.
However, remembering they still had serious business tonight , Jonah released his grip on her. "Let''s clean up first and go see Cedrick." Hailey nodded. "I have something to discuss with him." Jonah said, "If you need help, just say the word." She knew he wasn''t the poor young man Den Zamora once was-he was Jonah Pilsner now, a rising star in the business world. She knew how to live with Den , but she had no idea what things would be like with his new identity as Jonah. Hailey could only nod. "Alright." ---- After freshening up, the two headed out and met Cedrick at the restaurant.
Cedrick had reserved a Frankian restaurant. Once the food was served and the atmosphere warmed up, Hailey took the chance to speak up. "Mr. Morrison , I know it''s a bit bold of me to bring this up, but I came here today because I have a favor to ask of you." Cedrick looked at her. "Ms. Hailey, it''s about Lambert Group, right?" Hailey blinked in surprise. "You knew?" Cedrick smiled. "Of course I knew. Jonah told me about it. You''re the heiress of Lambert Group, aren''t you?" Hailey turned to look at Jonah, surprised that he had told Cedrick in advance.
Cedrick continued, "Lately, Lambert Group has been in turmoil, and its reputation has taken a hit. From a business standpoint, I should be pulling out of the partnership." "Mr. Morrison, please let me exin-" "''No need to worry, Ms. Hailey. Jonah already filled me in. He and I go way back, so I''ll give Lambert Group a chance. I''m not terminating the partnership." "Mr, Morrison isn''t pulling out?" Hailey''s eyes lit up enthusiastically as she wondered to herself. ---- "That''s wonderful! Thank you so much, Mr. Morrison." "But Ms.
Hailey, you''ll need to resolve the internal issues within Lambert Group quickly . Otherwise , our partnership could suffer." "I promise, Mr. Morrison, we''ll deal with everything internally as soon as possible. We won''t let it affect our partnership." Cedrick nodded. "Good. Then let''s toast to our partnership ." He raised his ss. Hailey picked up hers in response. "Mr. Morrison, thank you again." Cedrick chuckled. "You should be thanking Jonah the most. I was wondering why he suddenly wanted to y golf with me. Turns out, it was for your sake."<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);