---- Chapter 2351 Andrew did not want to keep arguing with Sheena, so he turned to head back. "Andrew! Were you waiting at the gate just for me?" A ck Mercedes pulled up, and Isabelle hopped out, practically bouncing with excitement. Her driver followed behind, arms full of bags and packages, struggling to carry all of them. Andrew was stunned the moment he saw Isabelle and everything she had brought with her. "What''s all this supposed to be?" Isabelle blinked her bright eyes. "I came to see you! At first, I had nned to just show up, but then I looked it up online.
It said if you''re visiting someone you care about, you should bring gifts. So yesterday I went shopping, then added a few more thingsst night, and today I rushed over right away." Andrew looked at her innocent, beaming smile and felt his head throb even more. "Does your family know you''re here?" Isabelle shook her head. "No. I didn''t tell them. If I had, they definitely wouldn''t have let mee." Sheena clicked her tongue. "Everyone says the Robertson family has this airhead daughter who''spletely clueless. But looking ---- at you now, you''re not brainless at all...
You''re just clever in your own way. Isabelle, sneaking off behind your family''s back just to meddle with Andrew? Don''t tell me you''ve fallen for him." Originally, Sheena was just being her usual mischievous self, teasing for fun. But the moment the words left her mouth, Isabelle''s petite face flushed red. She mumbled, "Sheena, I-I don''t know what you mean." Sheena scoffed. "Don''t call me by my name. I don''t like anyone from the Robertson family, and you''re not wee here. You''ve got some nerve showing up at our family''s doorstep.<fn11bc> Content originallyes from FιndNovel</fn11bc>
Aren''t you afraid I''ll take you out right here?" Isabelle shook her head. "I''m scared! But I believe that with Andrew here, you won''t do anything to me." Sheena was even more annoyed and said mockingly, "If you want to y some underground romance thing, that''s your business. But you and Andrew? Not gonna happen, got it? As long as I''m around, you don''t stand a chance." Isabelle looked wounded, tears welling up in her eyes Andrew frowned. "Sheena, that''s enough. She''s just a kid. What you said was too harsh." Sheena snorted. "I was too harsh?
Andrew, don''t underestimate this little brat in front of you. When ites to being vicious, ---- she''s probably worse than me. And why should I be nice to anyone from the Robertson family?" Isabelle said pitifully, "My family is my family, and I''m me. At least this time, I came to see Andrew with genuine sincerity. Otherwise, knowing you were here, I wouldn''t have dared toe at all." Sheenaughed coldly. "I suppose you''re right about that. I doubt you''ve got the guts to cause trouble at the Lloyd family estate. Not just you...
Even your brother, Zion, the Robertson family''s golden boy, would take a detour to avoid me." She nced at Andrew with a half-smile, then turned and walked away. Andrew looked at Isabelle''s anxious, frightened expression and said gruffly, "Come on, let''s go to my ce."<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);