0) {
        $row = mysqli_fetch_assoc($result);
        // Assign fetched data to variables
        $small_heading_EN = htmlspecialchars($row['small_heading_CTA_EN']);
        $small_heading_CN = htmlspecialchars($row['small_heading_CTA_CN']);
        $large_heading_EN = htmlspecialchars($row['Large_heading_CTA_EN']);
        $large_heading_CN = htmlspecialchars($row['Large_heading_CTA_CN']);
        $btn_text_EN = htmlspecialchars($row['btn_text_cta_EN']);
        $btn_text_CN = htmlspecialchars($row['btn_text_cta_CN']);
        $btn_link = htmlspecialchars($row['btn_link']);
        $long_description_EN = htmlspecialchars($row['long_description_CTA_EN']);
        $long_description_CN = htmlspecialchars($row['long_description_CTA_CN']);
    }
}
?>