{"id":19,"date":"2026-06-22T09:12:42","date_gmt":"2026-06-22T09:12:42","guid":{"rendered":"https:\/\/ultraweddings.site\/?page_id=19"},"modified":"2026-07-31T21:51:12","modified_gmt":"2026-07-31T21:51:12","slug":"home","status":"publish","type":"page","link":"https:\/\/ultraweddings.site\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 HERO.CSS\n   Requiere global.css cargado antes.\n   ===================================================== *\/\n\n.uw-hero {\n  position: relative;\n  width: 100%;\n  min-height: 100vh;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: -26px; \/* cierra el hueco entre header y hero *\/\n}\n\n\/* --- Video de fondo \u2014 t\u00e9cnica \"cover\" 100% CSS.\n   pointer-events:none = NO aparecen los controles de YouTube. --- *\/\n\n.uw-hero__video-wrap {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  overflow: hidden;\n  pointer-events: none;\n}\n\n.uw-hero__video-wrap iframe {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 100vw;\n  height: 56.25vw;      \/* 16:9 *\/\n  min-height: 100vh;\n  min-width: 177.78vh;   \/* 16:9 invertido *\/\n  transform: translate(-50%, -50%);\n  pointer-events: none;\n  border: 0;\n}\n\n\/* --- Overlay oscuro para legibilidad --- *\/\n\n.uw-hero__overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  background-color: var(--contrast);\n  opacity: 0.45;\n  pointer-events: none;\n}\n\n\/* --- Contenido --- *\/\n\n.uw-hero__content {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  max-width: 900px;\n  padding: 0 24px;\n}\n\n.uw-hero__headline {\n  color: var(--base-3);\n  font-size: 48px;\n  line-height: 1.25;\n  margin: 0 0 32px;\n}\n\n\/* --- CTA (usa efecto underline-slide de global.css) --- *\/\n\n.uw-hero__cta {\n  display: inline-block;\n  color: var(--base-3);\n  font-size: 12px;\n  text-decoration: none;\n  padding-bottom: 4px;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil --- *\/\n\n@media (max-width: 768px) {\n  .uw-hero {\n    min-height: 100svh;\n  }\n\n  .uw-hero__headline {\n    font-size: 30px;\n    line-height: 1.3;\n  }\n}\n\n@media (max-width: 420px) {\n  .uw-hero__headline {\n    font-size: 25px;\n  }\n}\n<\/style>\n\n<section class=\"uw-hero\" id=\"uw-hero\">\n\n  <div class=\"uw-hero__video-wrap\" aria-hidden=\"true\">\n    <iframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/K9XfxgrPJjQ?autoplay=1&amp;mute=1&amp;loop=1&amp;playlist=K9XfxgrPJjQ&amp;controls=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1&amp;iv_load_policy=3&amp;disablekb=1&amp;fs=0&amp;cc_load_policy=0&amp;start=0\" title=\"\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" tabindex=\"-1\"><\/iframe>\n  <\/div>\n\n  <div class=\"uw-hero__overlay\"><\/div>\n\n  <div class=\"uw-hero__content\">\n    <h1 class=\"uw-hero__headline font-headline-italic\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n      Capturing the unscripted experience<br>\n      of human emotion\n    <\/h1>\n\n    <a href=\"javascript:void(0)\" class=\"uw-hero__cta uw-btn-underline font-button\" data-aos=\"fade-up\" data-aos-delay=\"500\">Get in touch<\/a>\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 QUOTE.CSS\n   Card flotante: se monta sobre el Hero y sobre \"love\n   stories\". Fluye con el scroll (NO sticky).\n   ===================================================== *\/\n\n.uw-quote {\n  position: relative;\n  z-index: 5;\n  padding: 0 24px;\n  margin-top: -160px;   \/* monta sobre el hero *\/\n  margin-bottom: -80px; \/* monta sobre la secci\u00f3n siguiente *\/\n}\n\n.uw-quote__card {\n  background-color: var(--base-3);\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 56px;\n  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);\n  display: grid;\n  grid-template-columns: 42% 1fr;\n  gap: 56px;\n  align-items: center;\n}\n\n\/* --- Imagen forzada a vertical (portrait) --- *\/\n\n.uw-quote__image img {\n  width: 100%;\n  aspect-ratio: 3 \/ 4;   \/* vertical, evita landscape *\/\n  height: auto;\n  display: block;\n  object-fit: cover;\n}\n\n.uw-quote__headline {\n  color: var(--contrast-2);\n  font-size: 32px;\n  line-height: 1.35;\n  margin: 0 0 24px;\n}\n\n.uw-quote__body {\n  color: var(--contrast-2);\n  font-size: var(--text-body);   \/* texto de cuerpo reducido (parejo) *\/\n  line-height: 1.8;\n  margin: 0;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil: sin overlap, apilado --- *\/\n\n@media (max-width: 900px) {\n  .uw-quote {\n    margin-top: -60px;\n    margin-bottom: 0;\n    padding: 0 16px;\n  }\n\n  .uw-quote__card {\n    grid-template-columns: 1fr;\n    gap: 24px;\n    padding: 32px 24px;\n  }\n\n  .uw-quote__headline {\n    font-size: 24px;\n  }\n\n  .uw-quote__body {\n    font-size: var(--text-body-sm);\n  }\n}\n\n@media (max-width: 480px) {\n  .uw-quote {\n    margin-top: -40px;\n  }\n\n  .uw-quote__card {\n    padding: 24px 20px;\n  }\n\n  .uw-quote__headline {\n    font-size: 21px;\n  }\n}\n<\/style>\n\n<section class=\"uw-quote\">\n  <div class=\"uw-quote__card\" data-aos=\"fade-up\">\n\n    <div class=\"uw-quote__image\" data-aos=\"fade-right\" data-aos-delay=\"150\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-104.jpg\" alt=\"Ashley &amp; Eric wedding\" loading=\"lazy\">\n    <\/div>\n\n    <div class=\"uw-quote__text\" data-aos=\"fade-left\" data-aos-delay=\"300\">\n      <blockquote class=\"uw-quote__headline font-headline-italic\">\n        \u201cEvery glance, every laugh, every tear<br>\n        immortalized for a lifetime.\u201d\n      <\/blockquote>\n      <p class=\"uw-quote__body font-body\">\n        At Ultraweddings, we capture the tender moments and joyous emotions\n        of your wedding day, turning them into a breathtaking film that\n        becomes a cherished part of your love story. Each frame is a\n        heartfelt reflection of your special day, preserving not just the\n        events, but the very essence of your love and the profound magic\n        of the moment. This is more than a video; it&#8217;s a timeless treasure\n        that lets you relive your wedding day&#8217;s beauty and emotion, time\n        and again.\n      <\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 LOVESTORIES.CSS\n   T\u00edtulo \"love stories\" centrado, detr\u00e1s de las fotos.\n   El movimiento (baja con el scroll) lo controla el JS,\n   tambi\u00e9n en m\u00f3vil.\n   ===================================================== *\/\n\n.uw-lovestories {\n  position: relative;\n  background-color: var(--base-2);\n  padding: 0 24px 160px;\n  overflow: hidden;\n}\n\n\/* --- Pista del t\u00edtulo (el JS la mueve con transform) --- *\/\n\n.uw-lovestories__title-track {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  z-index: 1;\n  pointer-events: none;\n  text-align: center;\n  will-change: transform;\n}\n\n.uw-lovestories__title {\n  color: var(--contrast-2);\n  font-size: 180px;\n  line-height: 1;\n  margin: 0;\n  padding-top: 40px;\n  white-space: nowrap;\n}\n\n\/* --- Galer\u00eda (encima del t\u00edtulo) \u2014 fotos portrait --- *\/\n\n.uw-lovestories__grid {\n  position: relative;\n  z-index: 2;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding-top: 300px;      \/* m\u00e1s espacio inicial para ver el t\u00edtulo *\/\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 90px;               \/* m\u00e1s separaci\u00f3n horizontal entre columnas *\/\n}\n\n.uw-lovestories__col {\n  display: flex;\n  flex-direction: column;\n  gap: 140px;              \/* m\u00e1s separaci\u00f3n vertical: se ve el t\u00edtulo correr entre fotos *\/\n}\n\n.uw-lovestories__col:not(.uw-lovestories__col--offset) {\n  padding-top: 180px;      \/* m\u00e1s desfase de la columna derecha *\/\n}\n\n.uw-lovestories__grid img {\n  width: 100%;\n  aspect-ratio: 3 \/ 4;   \/* vertical (portrait), evita landscape *\/\n  height: auto;\n  display: block;\n  object-fit: cover;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil: t\u00edtulo m\u00e1s chico, 1 columna --- *\/\n\n@media (max-width: 900px) {\n  .uw-lovestories {\n    padding: 0 24px 100px;\n  }\n\n  .uw-lovestories__title {\n    font-size: 56px;\n    padding-top: 30px;\n    white-space: nowrap;\n  }\n\n  .uw-lovestories__grid {\n    padding-top: 130px;\n    grid-template-columns: 1fr;\n    gap: 60px;             \/* separaci\u00f3n media en m\u00f3vil *\/\n  }\n\n  .uw-lovestories__col {\n    gap: 60px;\n  }\n\n  .uw-lovestories__col:not(.uw-lovestories__col--offset) {\n    padding-top: 0;\n  }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n(function () {\n  function initLoveStories() {\n    var section = document.getElementById('uw-lovestories');\n    if (!section) return;\n    var track = section.querySelector('.uw-lovestories__title-track');\n    if (!track) return;\n\n    var ticking = false;\n\n    function update() {\n      ticking = false;\n\n      var sectionRect = section.getBoundingClientRect();\n      var trackHeight = track.offsetHeight;\n\n      \/\/ Recorrido m\u00e1ximo: alto de la secci\u00f3n menos el alto del t\u00edtulo\n      \/\/ menos un margen inferior (m\u00e1s peque\u00f1o en m\u00f3vil).\n      var margin = window.innerWidth <= 900 ? 20 : 40;\n      var maxTravel = section.offsetHeight - trackHeight - margin;\n      if (maxTravel < 0) maxTravel = 0;\n\n      var scrolled = -sectionRect.top;\n\n      var offset = scrolled;\n      if (offset < 0) offset = 0;\n      if (offset > maxTravel) offset = maxTravel;\n\n      track.style.transform = 'translateY(' + offset + 'px)';\n    }\n\n    function onScroll() {\n      if (!ticking) {\n        window.requestAnimationFrame(update);\n        ticking = true;\n      }\n    }\n\n    window.addEventListener('scroll', onScroll, { passive: true });\n    window.addEventListener('resize', update);\n    update();\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initLoveStories);\n  } else {\n    initLoveStories();\n  }\n})();\n<\/script>\n\n<section class=\"uw-lovestories\" id=\"uw-lovestories\">\n\n  <div class=\"uw-lovestories__title-track\">\n    <h2 class=\"uw-lovestories__title font-script-accent\" data-aos=\"fade-up\">love stories<\/h2>\n  <\/div>\n\n  <div class=\"uw-lovestories__grid\">\n\n    <div class=\"uw-lovestories__col uw-lovestories__col--offset\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-107.jpg\" alt=\"Ultra Weddings \u2014 Guatemala\" loading=\"lazy\" data-aos=\"fade-up\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-106.jpg\" alt=\"Ultra Weddings \u2014 Guatemala\" loading=\"lazy\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n    <\/div>\n\n    <div class=\"uw-lovestories__col\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-101.jpg\" alt=\"Ultra Weddings \u2014 Guatemala\" loading=\"lazy\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-103.jpg\" alt=\"Ultra Weddings \u2014 Guatemala\" loading=\"lazy\" data-aos=\"fade-up\" data-aos-delay=\"250\">\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 JOURNEY.CSS\n   ===================================================== *\/\n\n.uw-journey {\n  position: relative;\n  background-color: var(--base-3);\n  padding: 0 24px 100px;\n}\n\n.uw-journey__bg-strip {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 180px;\n  background-color: var(--base-2);\n  z-index: 0;\n}\n\n.uw-journey__wrap {\n  position: relative;\n  z-index: 1;\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 45% 1fr;\n  gap: 80px;\n  align-items: center;\n  padding-top: 60px;\n}\n\n\/* --- Imagen forzada a vertical (portrait) --- *\/\n\n.uw-journey__image img {\n  width: 100%;\n  aspect-ratio: 3 \/ 4;   \/* vertical, evita landscape *\/\n  height: auto;\n  display: block;\n  object-fit: cover;\n}\n\n.uw-journey__title {\n  color: var(--contrast-2);\n  font-size: 40px;\n  margin: 0 0 24px;\n}\n\n.uw-journey__body {\n  color: var(--contrast-2);\n  font-size: var(--text-body);   \/* texto de cuerpo reducido (parejo) *\/\n  line-height: 1.8;\n  margin: 0 0 24px;\n}\n\n\/* --- Link (usa efecto underline-slide --dark de global.css) --- *\/\n\n.uw-journey__link {\n  color: var(--contrast-2);\n  text-decoration: none;\n  font-size: 12px;\n  padding-bottom: 4px;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil --- *\/\n\n@media (max-width: 900px) {\n  .uw-journey__wrap {\n    grid-template-columns: 1fr;\n    gap: 32px;\n    padding-top: 40px;\n  }\n\n  .uw-journey__title {\n    font-size: 30px;\n  }\n\n  .uw-journey__body {\n    font-size: var(--text-body-sm);\n  }\n}\n<\/style>\n\n<section class=\"uw-journey\">\n\n  <div class=\"uw-journey__bg-strip\"><\/div>\n\n  <div class=\"uw-journey__wrap\">\n\n    <div class=\"uw-journey__image\" data-aos=\"fade-right\">\n      <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/06\/kalingyjunior.jpg\" alt=\"Kaling &amp; Junior \u2014 filmmakers\" loading=\"lazy\">\n    <\/div>\n\n    <div class=\"uw-journey__text\" data-aos=\"fade-left\" data-aos-delay=\"150\">\n      <h2 class=\"uw-journey__title font-headline-italic\">Our journey<\/h2>\n      <p class=\"uw-journey__body font-body\">\n        We have been driven by a passion for capturing the true magic of\n        each couple&#8217;s special day. For years, we&#8217;ve dedicated ourselves to\n        creating stunning wedding films that not only showcase the events\n        of the day but also beautifully tell your unique love story. We\n        believe every couple deserves a film that reflects their\n        individual journey, and that&#8217;s why we pour our hearts into every\n        project. Our goal is to craft a timeless piece that you will\n        cherish forever, preserving the beauty and emotion of your\n        wedding day.\n      <\/p>\n      <a href=\"javascript:void(0)\" class=\"uw-journey__link uw-btn-underline--dark font-label\">More about us<\/a>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 MEMORIES.CSS\n   ===================================================== *\/\n\n.uw-memories {\n  background-color: var(--accent);\n  display: grid;\n  grid-template-columns: 45% 1fr;\n  align-items: center;\n  gap: 0;\n}\n\n.uw-memories__text {\n  padding: 60px 64px;\n  text-align: right;\n}\n\n.uw-memories__headline {\n  color: var(--contrast-2);\n  font-size: 34px;\n  line-height: 1.35;\n  margin: 0 0 24px;\n}\n\n.uw-memories__body {\n  color: var(--contrast-2);\n  font-size: var(--text-body);   \/* texto de cuerpo reducido (parejo) *\/\n  line-height: 1.9;\n  margin: 0;\n}\n\n\/* --- Imagen forzada a vertical (portrait) --- *\/\n\n.uw-memories__image img {\n  width: 100%;\n  aspect-ratio: 3 \/ 4;   \/* vertical, evita landscape *\/\n  height: auto;\n  display: block;\n  object-fit: cover;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil --- *\/\n\n@media (max-width: 900px) {\n  .uw-memories {\n    grid-template-columns: 1fr;\n  }\n\n  .uw-memories__text {\n    padding: 40px 24px;\n    text-align: center;\n    order: 2;\n  }\n\n  .uw-memories__image {\n    order: 1;\n  }\n\n  .uw-memories__headline {\n    font-size: 26px;\n  }\n\n  .uw-memories__body {\n    font-size: var(--text-body-sm);\n  }\n}\n<\/style>\n\n<section class=\"uw-memories\">\n\n  <div class=\"uw-memories__text\" data-aos=\"fade-right\">\n    <h2 class=\"uw-memories__headline font-headline-italic\">\n      Deeply moving memories<br>\n      treasured forever.\n    <\/h2>\n    <p class=\"uw-memories__body font-body\">\n      We believe deep memories live in the quietest seconds. That is why\n      our lenses remain silent\u2014to turn your wedding day into a cinematic\n      masterpiece that frames your legacy exactly as it felt.\n    <\/p>\n  <\/div>\n\n  <div class=\"uw-memories__image\" data-aos=\"fade-left\" data-aos-delay=\"150\">\n    <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/07\/ultra-weddings-wedding-photographer-guatemala-102.jpg\" alt=\"Wedding couple walking\" loading=\"lazy\">\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ULTRAWEDDINGS \u2014 LEGACY.CSS\n   Fondo difuminado v\u00eda CSS filter (no afecta el texto).\n   ===================================================== *\/\n\n.uw-legacy {\n  position: relative;\n  min-height: 480px;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n}\n\n.uw-legacy__bg {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n}\n\n.uw-legacy__bg img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  filter: blur(6px);\n  transform: scale(1.05); \/* evita bordes por el blur *\/\n}\n\n.uw-legacy__overlay {\n  position: absolute;\n  inset: 0;\n  z-index: 1;\n  background-color: var(--contrast);\n  opacity: 0.55;\n}\n\n.uw-legacy__content {\n  position: relative;\n  z-index: 2;\n  max-width: 600px;\n  padding: 60px;\n}\n\n.uw-legacy__headline {\n  color: var(--base-3);\n  font-size: 38px;\n  margin: 0 0 20px;\n}\n\n.uw-legacy__body {\n  color: var(--base-2);\n  font-size: var(--text-body);   \/* texto de cuerpo reducido (parejo) *\/\n  line-height: 1.8;\n  margin: 0 0 28px;\n}\n\n\/* --- CTA (usa efecto underline-slide de global.css) --- *\/\n\n.uw-legacy__cta {\n  display: inline-block;\n  color: var(--base-3);\n  font-size: 12px;\n  text-decoration: none;\n}\n\n\/* --- Responsive \u2014 m\u00f3vil --- *\/\n\n@media (max-width: 768px) {\n  .uw-legacy {\n    min-height: 380px;\n  }\n\n  .uw-legacy__content {\n    padding: 32px 24px;\n  }\n\n  .uw-legacy__headline {\n    font-size: 26px;\n  }\n\n  .uw-legacy__body {\n    font-size: var(--text-body-sm);\n  }\n}\n<\/style>\n\n<section class=\"uw-legacy\">\n\n  <div class=\"uw-legacy__bg\" aria-hidden=\"true\">\n    <img decoding=\"async\" src=\"https:\/\/ultraweddings.site\/wp-content\/uploads\/2026\/06\/techo.jpg\" alt=\"\">\n  <\/div>\n\n  <div class=\"uw-legacy__overlay\"><\/div>\n\n  <div class=\"uw-legacy__content\" data-aos=\"fade-up\">\n    <h2 class=\"uw-legacy__headline font-headline-italic\">Let&#8217;s frame your legacy<\/h2>\n    <p class=\"uw-legacy__body font-body\">\n      To stay truly connected to every couple we work with, we keep our\n      calendar intentional and small.<br>\n      We are ready to listen to your story\u2014tell us about your vision.\n    <\/p>\n    <a href=\"javascript:void(0)\" class=\"uw-legacy__cta uw-btn-underline font-label\">Get in touch<\/a>\n  <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Capturing the unscripted experience of human emotion Get in touch \u201cEvery glance, every laugh, every tear immortalized for a lifetime.\u201d At Ultraweddings, we capture the tender moments and joyous emotions of your wedding day, turning them into a breathtaking film that becomes a cherished part of your love story. Each frame is a heartfelt reflection &#8230; <a title=\"Home\" class=\"read-more\" href=\"https:\/\/ultraweddings.site\/\" aria-label=\"Read more about Home\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":52,"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":183,"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions\/183"}],"wp:attachment":[{"href":"https:\/\/ultraweddings.site\/index.php\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}