---- Chapter 814 Hailey''s heart skipped a beat -Ewan''s instincts were sharp. He had figured it out. "Mr. Morrison, they''re not really a couple! Don''t let them fool you!" Ewan quickly turned to Cedrick, trying to expose them. Hailey quickly retorted, "Mr. Morrison, Iam Jonah''s girlfriend. Don''t listen to him." "Hailey, if you''re truly Mr. Pilsner''s girlfriend, then prove it," Ewan challenged. "and how exactly do you want me to prove it?" "Kiss Mr. Pilsner." Ewan had to be losing his mind -did he actually expect her to kiss Jonah?
She turned to Jonah, only to find his cold, piercing gaze meeting hers. Their eyes locked, and Hailey felt a slight tension in the air. "What''s wrong, Hailey? Are you afraid to kiss him? I knew it! You and Mr. Pilsner are just putting on an act. Don''t think I don''t see through you. Mr. Morrison can''t stand liars -once he finds out you''re a fraud, he''ll throw you out on the spot!" Ewan snapped. "Who said I''m afraid? Jonah is my boyfriend, and I''ll kiss him whenever I want!" ---- With that, Hailey rose onto her tiptoes, closing the distance between her and Jonah. Ina whisper, she asked, "Mr.
Pilsner, the situation is urgent. May I kiss you?" Jonah caught the subtle scent of Hailey''s perfume, a smirk curling at the corners of his lips. "Of course. If we''re going to pretend, we might as wellmit to the role fully." Hailey had been nervous he might decline, but with his approval, she didn''t hesitate. She wrapped her arms around his neck and pressed her lips to his. + His lips were firm yet cool, and the sensation was unexpectedly pleasant. It triggered a flood of memories, pulling her thoughts back to Den.
Though three years had passed, Den remained her first love -the man who had shown her the depth of passion. The tender, intimate moments they had shared still lingered in her mind. Hailey''s longshes fluttered as she pulled back, stepping away from Jonah''s lips. She turned to Ewan, arching an eyebrow. "Well, Ewan, you saw it with your own eyes. Are you satisfied now?" Ewan clenched his fists tightly at his sides. He had been so sure Hailey wouldn''t go through with it, but she had. Worse still, he was the one who had dared her to do it. His blood simmered with rage. "Mr.
Morrison-"" Before he could finish , Cedrick cut him off. "That''s enough, ---- Mr. Shaw. Ms. Hailey is Jonah''s girlfriend , and I trust them. We''re here to enjoy a game of golf, so let''s not allow this to ruin the mood." It was clear that Cedrick was siding with Jonah and Hailey. Ewan turned his gaze to Hailey, only to see her holding onto Jonah''s arm. The sight of it ignited a surge of rage within him, but with Cedrick''s words hanging in the air, he knew there was nothing more he could say. "Cedrick, shall we begin the game?" Jonah asked. "Certainly, Jonah. Ms.
Hailey, do you y golf?" Hailey nodded. "I''ve yed a few rounds with my dad, but I''m not really a fan of the sport, so I''m not great at it." "That''s alright, Ms. Hailey," Cedrick replied with a reassuring nod. "Jonah is an excellent golfer-he can teach you. How about we y a round together?" Jonah let out a chuckle. "A round sounds great, Cedrick , but what''s in it for us if we win?" "Tf you win, I''ll treat both of you to dinner tonight." The offer was too tempting to pass up. A dinner with Cedrick would give Hailey the perfect opportunity to discuss Lambert Group''s situation.
Her eyes lit up with excitement . "Deal, Mr. Morrison! Jonah and I won''t hold back!" Cedrick chuckled heartily. "Alright, Ms. Hailey, let''s see what ---- you''ve got!""<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);