---- Chapter 817 Jonah''s deep, calming voice whispered in Hailey''s ear, "When you take your shot, stand tall, aim straight ahead, and channel your strength into the swing. If you focus and direct yourself toward the target, you''ll seed." His tone was gentle, like that of a patient teacher guiding her with each word. For a moment, Hailey''s thoughts drifted to Den, and she couldn''t help but speak up. "Mr. Pilsner , you remind me of someone." "Who?" Jonah asked. Hailey hesitated, her words hanging in the air. Jonah looked down at her. "Why the silence ? Is it your ex?" Hailey nodded.
"Yeah." "Do you still talk to him?" Jonah asked. Hailey gave a bitter smile. "We haven''t spoken in three years." "Why did hee to mind? Do you still love him?" It seemed Jonah was trying to determine if she still had feelings for Den. Hailey met his gaze and said, "Mr. Pilsner, thank you for your help. I think I understand now." She gently steered the conversation away, not wanting to ---- revisit the past any further. Jonah let go of her and took a few steps back. "Good luck," he said. Hailey stood still for a moment, golf club in hand, reflecting on what Jonah had taught her.
Suddenly, she felt a heavy, unsettling gaze on her. When she looked up, she saw Ewan watching her once again. Ewan seemed to be constantly observing her and Jonah, like some silent spectator. Earlier , she had helped Jonah with his suit, and now he was holding her, guiding her through golf. Ewan''s expression darkened with rage. Hailey chose to ignore him. Just then, Cedrick called out, "Ms. Hailey, it''s your turn." Hailey shed a subtle smile. "Alright, Mr. Morrison, I won''t hold back." She stood tall, carefully lining up her shot.
Recalling Jonah''s instructions, she gathered her strength and then took the swing. ''The ball flew through the air andnded perfectly in the hole. With a surge of excitement, Hailey jumped into the air. "I did it! Twon!" Her face beamed as she turned to Jonah, rushing over to him and wrapping her arms around him. "Did you see that? I made the shot! We''re up two to one-we won!" ---- Her eyes gleamed with joy as she smiled. Jonah gazed at her fondly. "Hailey, you''re incredible!" Cedrick chuckled . "Well, Ms. Hailey , you won, I lost.
Looks like Jonah''s judgment was spot on." He gave Jonah an approving thumbs-up. After realizing she had hugged Jonah, Hailey quickly pulled back, feeling a flush of embarrassment. She offered him a sheepish smile. Jonah continued to gaze at her with kind, understanding eyes. At that moment, Ewan approached. "Hailey, I guess I underestimated you. You really did win." Hailey raised an eyebrow. "Hard work always pays off. I''ve always believed that if you put in the effort, the results will follow." Ewan''s expression darkened, clearly irritated.
Cedrick quickly interjected, "Since you and Jonah won, I''ll treat you both to dinner as promised." Hailey felt a wave of excitement . They were finally moving forward -the salvation of Lambert Group was almost within reach. Her dedication was starting to bear fruit, and she was determined to rescue Lambert Group. Jonah shed a grin. "Well, Cedrick, in that case, it''s an honor ---- to ept. Looks like you''ll be treating us tonight." "As long as you and Ms. Hailey are up for it, it would be my pleasure. Let''s freshen up first," Cedrick said.<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);