{"id":4034,"date":"2026-04-20T18:26:42","date_gmt":"2026-04-20T18:26:42","guid":{"rendered":"https:\/\/www.angelinamargo.com\/?page_id=4034"},"modified":"2026-04-20T20:40:23","modified_gmt":"2026-04-20T20:40:23","slug":"home2","status":"publish","type":"page","link":"https:\/\/www.angelinamargo.com\/index.php\/home2\/","title":{"rendered":"Home 2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4034\" class=\"elementor elementor-4034\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-383a487 e-flex e-con-boxed e-con e-parent\" data-id=\"383a487\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-50078c3 e-con-full e-flex e-con e-parent\" data-id=\"50078c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-ad5f1f8 elementor-widget elementor-widget-html\" data-id=\"ad5f1f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"am-simple-hero-slider\" id=\"amSimpleHeroSlider\">\n  <div class=\"am-simple-slide active\">\n    <img \n      src=\"https:\/\/www.angelinamargo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2025-10-29-at-3.28.56-PM.webp\" \n      alt=\"Hero Slide 1\"\n      fetchpriority=\"high\"\n      loading=\"eager\"\n      decoding=\"async\">\n  <\/div>\n\n  <div class=\"am-simple-slide\">\n    <img \n      src=\"https:\/\/www.angelinamargo.com\/wp-content\/uploads\/2026\/04\/Banner-2-1-scaled-1.webp\" \n      alt=\"Hero Slide 2\"\n      loading=\"lazy\"\n      decoding=\"async\">\n  <\/div>\n\n  <div class=\"am-simple-slide\">\n    <img \n      src=\"https:\/\/www.angelinamargo.com\/wp-content\/uploads\/2026\/04\/2E0A9192_v1-for-website-scaled-1.webp\" \n      alt=\"Hero Slide 3\"\n      loading=\"lazy\"\n      decoding=\"async\">\n  <\/div>\n<\/div>\n\n<style>\n  .am-simple-hero-slider{\n    position: relative;\n    width: 100%;\n    height: 100vh;\n    min-height: 720px;\n    max-height: 980px;\n    overflow: hidden;\n    line-height: 0;\n  }\n\n  .am-simple-slide{\n    position: absolute;\n    inset: 0;\n    opacity: 0;\n    visibility: hidden;\n    transition: opacity .8s ease, visibility .8s ease;\n    z-index: 1;\n  }\n\n  .am-simple-slide.active{\n    opacity: 1;\n    visibility: visible;\n    z-index: 2;\n  }\n\n  .am-simple-slide img{\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n    object-position: center center;\n  }\n\n  \/* Large desktop *\/\n  @media (min-width: 1441px){\n    .am-simple-hero-slider{\n      height: 100vh;\n      min-height: 760px;\n    }\n  }\n\n  \/* Laptop \/ normal desktop *\/\n  @media (max-width: 1440px){\n    .am-simple-hero-slider{\n      height: 88vh;\n      min-height: 680px;\n      max-height: 900px;\n    }\n  }\n\n  \/* Tablet *\/\n  @media (max-width: 1024px){\n    .am-simple-hero-slider{\n      height: 72vh;\n      min-height: 520px;\n      max-height: 760px;\n    }\n\n    .am-simple-slide img{\n      object-position: center center;\n    }\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 767px){\n    .am-simple-hero-slider{\n      height: 56vh;\n      min-height: 340px;\n      max-height: 520px;\n      border-radius: 0;\n    }\n\n    .am-simple-slide img{\n      object-fit: cover;\n      object-position: center center;\n    }\n  }\n\n  \/* Small mobile *\/\n  @media (max-width: 480px){\n    .am-simple-hero-slider{\n      height: 50vh;\n      min-height: 300px;\n      max-height: 430px;\n    }\n  }\n<\/style>\n\n<script>\n(function(){\n  const slider = document.getElementById('amSimpleHeroSlider');\n  if (!slider) return;\n\n  const slides = slider.querySelectorAll('.am-simple-slide');\n  let current = 0;\n  let autoSlide;\n\n  if (slides.length <= 1) return;\n\n  function showNextSlide(){\n    slides[current].classList.remove('active');\n    current = (current + 1) % slides.length;\n    slides[current].classList.add('active');\n  }\n\n  function startSlider(){\n    autoSlide = setInterval(showNextSlide, 4000);\n  }\n\n  startSlider();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-22c3299 e-con-full e-flex e-con e-parent\" data-id=\"22c3299\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false,&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div data-ka-cursor-size=\"1\" class=\"elementor-element elementor-element-cc52159 elementor-widget elementor-widget-html\" data-id=\"cc52159\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;kng_cursor_interaction&quot;:&quot;default&quot;,&quot;kng_cursor_magnetic&quot;:&quot;none&quot;,&quot;kng_cursor_size_multiplier&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"am-about-transform\">\n  <div class=\"am-about-wrap\">\n    \n    <div class=\"am-about-image\">\n      <img loading=\"lazy\" \n        src=\"https:\/\/www.angelinamargo.com\/wp-content\/uploads\/2026\/04\/Blair-before-_-after-768x568-1.webp\"\n        alt=\"Angelina Margo body transformation result\"\n        loading=\"lazy\"\n        decoding=\"async\"\n        width=\"768\"\n        height=\"568\">\n    <\/div>\n\n    <div class=\"am-about-content\">\n      <div class=\"am-about-label\">\n        <span class=\"am-about-icon\">&#8594;<\/span>\n        <span>ABOUT ANGELINA<\/span>\n      <\/div>\n\n      <h2>TRANSFORM YOUR BODY WITH LA TOP FEMALE PERSONAL TRAINER IN 90 DAYS<\/h2>\n\n      <p>\n        <strong>The Age-Proof Transformation:<\/strong> Angelina\u2019s method adapts to every woman\u2019s body, ensuring success whether you are 30 or 65. She provides the most streamlined, efficient blueprint to naturally shed 30 pounds and more in just 90 days. Stop guessing what works; Angelina eliminates the confusion and delivers dramatic, sustainable, body-transforming results you can trust at any life stage.\n      <\/p>\n\n      <p>\n        Angelina\u2019s Body Transformation method combines her <strong>research-backed expertise, aesthetics mastery, delivering predictable unmatched transformation results \u2013 with a level of precision rarely seen in the fitness industry.<\/strong> Angelina\u2019s method is designed to <strong>sculpt the female body to its perfection.<\/strong> Reserved for women who want <strong>definitive body architecture \u2013 to reduce body-fat, shape, and tone their bodies \u2014 not bulk up.<\/strong>\n      <\/p>\n\n      <a class=\"am-about-btn\" href=\"https:\/\/www.angelinamargo.com\/index.php\/about-us\/\">\n        Read More About Angelina\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.am-about-transform{\n  background:#f3f3f3;\n  padding:90px 20px;\n}\n\n.am-about-wrap{\n  max-width:1200px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  align-items:center;\n  gap:70px;\n}\n\n.am-about-image img{\n  width:100%;\n  height:auto;\n  display:block;\n  border-radius:14px;\n}\n\n.am-about-content{\n  color:#2f2f2f;\n}\n\n.am-about-label{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:18px;\n  font-size:14px;\n  font-weight:700;\n  letter-spacing:3px;\n  color:#8a8a8a;\n  text-transform:uppercase;\n}\n\n.am-about-icon{\n  width:18px;\n  height:18px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border:1px solid #ff4f93;\n  border-radius:50%;\n  color:#ff4f93;\n  font-size:12px;\n  flex-shrink:0;\n}\n\n.am-about-content h2{\n  margin:0 0 24px;\n  font-size:clamp(34px,4vw,64px);\n  line-height:1.05;\n  font-weight:800;\n  letter-spacing:-1.5px;\n  text-transform:uppercase;\n  color:#333;\n}\n\n.am-about-content p{\n  margin:0 0 20px;\n  font-size:16px;\n  line-height:1.7;\n  color:#444;\n}\n\n.am-about-content p strong{\n  color:#111;\n  font-weight:800;\n}\n\n.am-about-btn{\n  display:inline-block;\n  margin-top:14px;\n  padding:16px 34px;\n  background:#ff4f93;\n  color:#ffffff !important;\n  text-decoration:none;\n  border-radius:999px;\n  font-size:15px;\n  font-weight:700;\n  line-height:1;\n  transition:all .2s ease;\n}\n\n.am-about-btn:hover,\n.am-about-btn:focus,\n.am-about-btn:visited{\n  color:#ffffff !important;\n  text-decoration:none;\n  opacity:.92;\n  transform:translateY(-2px);\n}\n\n@media (max-width:1024px){\n  .am-about-transform{\n    padding:70px 20px;\n  }\n\n  .am-about-wrap{\n    grid-template-columns:1fr;\n    gap:40px;\n  }\n\n  .am-about-content h2{\n    font-size:clamp(30px,5vw,48px);\n  }\n}\n\n@media (max-width:767px){\n  .am-about-transform{\n    padding:50px 16px;\n  }\n\n  .am-about-wrap{\n    gap:28px;\n  }\n\n  .am-about-label{\n    font-size:12px;\n    letter-spacing:2px;\n    margin-bottom:14px;\n  }\n\n  .am-about-content h2{\n    font-size:32px;\n    line-height:1.12;\n    margin-bottom:18px;\n  }\n\n  .am-about-content p{\n    font-size:15px;\n    line-height:1.65;\n    margin-bottom:16px;\n  }\n\n  .am-about-btn{\n    width:100%;\n    text-align:center;\n    padding:15px 22px;\n    font-size:14px;\n  }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#8594; ABOUT ANGELINA TRANSFORM YOUR BODY WITH LA TOP FEMALE PERSONAL TRAINER IN 90 DAYS The Age-Proof Transformation: Angelina\u2019s method adapts to every woman\u2019s body, ensuring success whether you are 30 or 65. She provides the most streamlined, efficient blueprint to naturally shed 30 pounds and more in just 90 days. Stop guessing what works; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4034","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/pages\/4034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/comments?post=4034"}],"version-history":[{"count":8,"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/pages\/4034\/revisions"}],"predecessor-version":[{"id":4047,"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/pages\/4034\/revisions\/4047"}],"wp:attachment":[{"href":"https:\/\/www.angelinamargo.com\/index.php\/wp-json\/wp\/v2\/media?parent=4034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}