The Divorce Prescription
Chapter 791
---- Chapter 791 Adam had agreed to marry Carly. Nigel and Fiona came forward. "Nigel!" Hailey''s expression shifted in an instant. "Adam!" Carly smiled, exchanging a brief nce with Anne as they silently celebrated their sess. Carly''s wish had been fulfilled . Despite the fallout with the Hampton family, she had secured her ce as Adam''s wife. To her, a woman''s sess wasn''t measured by her work but by her marriage. With the Heartstring Venom controlling Adam, she knew she would be his wife for the rest of her life.
Carly reached out and linked her arm through Adam''s, shing him a sweet smile. "Adam, you''ve finallye around. Let''s get married as soon as possible. Bing your wife has always been my dream." Adam nced at her but said nothing in response. Anne felt a surge of satisfaction as she observed the defeated expressions on Nigel, Fiona, and Celine''s faces. She was determined to make them suffer and ensure they could never find peace. "Mr, Alvarez, Carly, congrattions," Anne said with a smile. ---- At that moment, Grace and Be walked over.
"Adam, are you really going to marry Carly?" Grace asked. Be ran to Celine''s side. "Mommy!" Celine picked Be up and kissed her on the cheek. "Sweetie."" Carly turned to Grace with a sly smile. "Mrs. Alvarez, soon we''ll be inws, and I can call you ''Grace.''" Grace frowned and looked at Adam. "Adam, this is a big decision. You need to think carefully." Adam pursed his lips. "My marriage to Carly is final," he said firmly, making it clear he wasn''t open to discussion. Anne smiled. "Mrs. Alvarez, let''s pick a date. I think the 15th of this month would be perfect.
We could host a grand wedding for Mr. Alvarez and Carly." She then turned to Nigel. "Nigel, Celine, you both have toe to the wedding and bless the happy couple." Carly joined in with a smile. "Celine, I really hope to receive your blessing." Celine''s expression remained cold. "Don''t worry. I''ll definitely attend your wedding." Be called out, "Daddy!" ---- At just three years old, Be couldn''t understand what the adults were discussing. Adam walked over and kissed Be on the cheek. "Be, be good and listen to Mommy." Be nodded. "I know, Daddy." Carly smiled warmly.
"Adam, Be is so adorable. I really like her. I''ll treat Be as my own." Celine held Be close. "Carly, thank you, but my daughter already has a mother. You don''t need to worry about her." However, Carly wasn''t bothered. "You''re right, but once Adam and I are married, we''ll have our own children . Adam, you still don''t have a son, right ? How about I give you one?" Carly said, targeting Celine. The people around them began to offer their congrattions. "Congrattions to Mr. Alvarez and Ms. Carly!
Their union has been destined since childhood , and now their uing wedding is truly a joyous asion." "What a fate! It''s as if the stars themselves aligned for Mr. Alvarez and Ms. Carly." "Mr. Alvarez , Ms. Carly , we''ll all be there to celebrate your wedding with you!" ---- "Today is a double celebration! First, Ms. Celine bes the beloved daughter of the Hampton family, and second, Mr. Alvarez and Ms. Carly are getting married. Congrattions to both!" Carly looked at Adam with a blissful smile, then shot Celine a provocative nce.
However, Adam remainedposed, giving away no emotion. "I''m leaving now." With that, Adam turned and walked away. Carly waved at Celine. "Celine, I''m heading out." Carly quickly followed after Adam. "Adam, wait for me."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;
}
/stylescript
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);