<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>AD PR</title>
	<link>https://ad-pr.com</link>
	<description>AD PR</description>
	<pubDate>Fri, 03 Jul 2026 00:47:26 +0000</pubDate>
	<generator>https://ad-pr.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Contact</title>
				
		<link>http://ad-pr.com/Contact</link>

		<comments></comments>

		<pubDate>Fri, 03 Jul 2026 00:47:26 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459934</guid>

		<description>/*!DARK BACKGROUND CSS*/

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 1)/*!subpage_overlay*/
	!important;
}
h2, main, a, h3, H1 {
	color: white!important;
}
small {
	color: white!important;
	opacity: 0.5!important;
}
.underline::after {
	background-color: #fff!important;
}
.underlined:after {
	border-bottom:#fff solid 1px!important;
}





  
    
      AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management, partnerships and content.
    

    
      Information
      Work
      Contact
    

    

    
      
  (Close)

    
  



  
  
  
  
  
  
  
  
    .studio-content {
      position: absolute;
      left: 12px;
      top: 42.5vh;
      width: 300px;
      z-index: 5;
    }

    .studio-content * {
      box-sizing: border-box;
      text-decoration: none !important;
    }

.studio-links {
  display: grid;
  gap: 0;
  margin-bottom: 1rem;
  justify-items: start;
}

.studio-content a {
  display: inline-block !important;
  width: fit-content !important;
  max-width: max-content !important;
  position: relative;
  text-decoration: none !important;
}

.studio-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.studio-content a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
 

    .studio-address {
      max-width: 300px;
      margin: 0;

      font-style: normal;
    }

    .studio-address a {
      display: block;
    }

    @media screen and (max-width: 900px) {
      .studio-content {
        top: 42vh;
        width: min(300px, calc(100% - 24px));
      }
       .studio-links {
    gap: .5rem;
  }
    }
  

  
    Information
    Work
    Contact
  

  
    For enquiries, representation or collaboration opportunities, please get in touch.
    
info@ad-pr.com
  
</description>
		
		<excerpt>AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Index</title>
				
		<link>http://ad-pr.com/Index</link>

		<comments></comments>

		<pubDate>Mon, 29 Jun 2026 23:20:51 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459926</guid>

		<description>
  /*! DARK BACKGROUND CSS */

  [data-css-presets="true"] .subpage_overlay {
    background-color: rgba(0, 0, 0, 1) !important;
  }

  small {
    opacity: 0.5 !important;
  }

  .underline::after {
    background-color: #fff !important;
  }

  .underlined:after {
    border-bottom: #fff solid 1px !important;
  }







  

    
      AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management, partnerships and content.
    

    

      
        Information
      

      
        Work
      

      
        Contact
      

    

    

    
      
        (Menu)
      
    

  








  

    /* =========================================
       PAGE
       ========================================= */

    #studio-index-template {
      --bg: #f8f8f2;
      --ink: #080808;
      --muted: rgba(8, 8, 8, 0.34);
      --active-green: #32d74b;
      --gutter: 14px;

      position: relative;
      min-height: 100vh;

      background: var(--bg);
      color: var(--ink);

      font-family:
        "Neue Haas Grotesk Text",
        "Neue Haas Grotesk",
        "Helvetica Neue",
        Arial,
        sans-serif;

      font-size: 14px;
      font-weight: 500;
      line-height: 1.05;

      overflow: hidden;
    }


    /* =========================================
       RESET
       ========================================= */

    #studio-index-template * {
      box-sizing: border-box;
    }


    /* =========================================
       REMOVE LINK UNDERLINES
       ========================================= */

    #studio-index-template a,
    #studio-index-template a:visited,
    #studio-index-template a:hover,
    #studio-index-template a:focus,
    #studio-index-template a:active,
    #studio-index-template button,
    #studio-index-template button:hover,
    #studio-index-template button:focus,
    #studio-index-template button:active {
      color: inherit !important;

      text-decoration: none !important;
      text-decoration-line: none !important;

      border-bottom: none !important;

      box-shadow: none !important;

      background-image: none !important;
    }


    /*
      Kill Cargo's ::after underline.
      IMPORTANT:
      We deliberately DO NOT kill ::before
      because ::before is used for the green dot.
    */

    #studio-index-template a::after,
    #studio-index-template a:hover::after,
    #studio-index-template a:focus::after,
    #studio-index-template a:active::after {
      content: none !important;

      border: 0 !important;

      background: none !important;
      background-image: none !important;

      box-shadow: none !important;
    }


    #studio-index-template button {
      border: 0;
      padding: 0;

      background: transparent;

      font: inherit;

      cursor: pointer;
    }


    /* =========================================
       HOMEPAGE CONTROLS
       ========================================= */

    #studio-index-template .studio-controls {
      position: absolute;
      z-index: 20;

      top: 88px;
      left: var(--gutter);
      right: var(--gutter);

      display: grid;

      grid-template-columns:
        25%
        30%
        35%
        10%;

      column-gap: 0;

      align-items: start;

      color: var(--ink);
    }


    #studio-index-template .studio-control-empty {
      grid-column: 1 / 3;
    }


    #studio-index-template .studio-switch {
      grid-column: 3;

      display: flex;

      gap: 12px;

      align-items: flex-start;
    }


    #studio-index-template .studio-switch button {
      opacity: 1;

      transition: opacity 150ms ease;
    }


    #studio-index-template .studio-switch button.is-active {
      opacity: 0.38;
    }


    #studio-index-template .studio-version {
      grid-column: 4;

      margin: 0;

      text-align: right;

      opacity: 0.38;
    }


    /* =========================================
       MAIN
       ========================================= */

    #studio-index-template .studio-main {
      position: relative;
      z-index: 5;

      min-height: 100vh;

      padding:
        158px
        var(--gutter)
        92px;
    }


    /* =========================================
       MASTER GRID

       PROJECT  = 0%
       SERVICE  = 25%
       INDUSTRY = 55%
       YEAR     = 90%
       ========================================= */

    #studio-index-template .studio-grid {
      display: grid;

      grid-template-columns:
        25%
        30%
        35%
        10%;

      column-gap: 0;

      width: 100%;

      align-items: start;
    }


    /* PROJECT */

    #studio-index-template
    .studio-grid &#62; :nth-child(1) {
      grid-column: 1;

      padding-right: 24px;
    }


    /* SERVICE */

    #studio-index-template
    .studio-grid &#62; :nth-child(2) {
      grid-column: 2;

      padding-right: 24px;
    }


    /* INDUSTRY */

    #studio-index-template
    .studio-grid &#62; :nth-child(3) {
      grid-column: 3;

      padding-right: 24px;
    }


    /* YEAR */

    #studio-index-template
    .studio-grid &#62; :nth-child(4) {
      grid-column: 4;

      text-align: right;
    }


    /* =========================================
       PROJECT LIST
       ========================================= */

    #studio-index-template .studio-list {
      position: relative;
      z-index: 10;

      width: 100%;

      color: var(--ink);
    }


    /* =========================================
       COLUMN HEADINGS
       ========================================= */

    #studio-index-template .studio-head {
      position: relative;
      z-index: 10;

      margin-bottom: 22px;
    }


    #studio-index-template .studio-head p {
      margin: 0;

      color: var(--ink) !important;

      transition: color 120ms ease;
    }


    /* =========================================
       PROJECT ROWS
       ========================================= */

    #studio-index-template .studio-rows {
      position: relative;
      z-index: 10;

      display: grid;

      gap: 5px;

      margin: 0;
      padding: 0;

      list-style: none;
    }


    #studio-index-template .studio-row {
      position: relative;
      z-index: 10;

      width: 100%;

      color: var(--ink) !important;

      text-decoration: none !important;

      border-bottom: none !important;

      box-shadow: none !important;

      background: none !important;
    }


    #studio-index-template .studio-row:hover,
    #studio-index-template .studio-row:focus,
    #studio-index-template .studio-row:active,
    #studio-index-template .studio-row.is-current {
      color: var(--ink) !important;

      text-decoration: none !important;

      border-bottom: none !important;

      box-shadow: none !important;

      background: none !important;
    }


    /*
      REMOVE ROW UNDERLINE

      Only ::after is disabled here.
      ::before remains available for green dot.
    */

    #studio-index-template .studio-row::after,
    #studio-index-template .studio-row:hover::after,
    #studio-index-template .studio-row:focus::after,
    #studio-index-template .studio-row:active::after {
      content: none !important;

      border: 0 !important;

      background: none !important;

      box-shadow: none !important;
    }


    #studio-index-template .studio-row span {
      overflow: hidden;

      text-overflow: ellipsis;

      white-space: nowrap;

      color: var(--ink) !important;

      text-decoration: none !important;

      border-bottom: none !important;

      transition:
        color 120ms ease,
        padding-left 120ms ease;
    }


    /* =========================================
       TEXT OVER DARK IMAGE
       ========================================= */

    #studio-index-template
    .studio-head p.is-over-dark-image,

    #studio-index-template
    .studio-row span.is-over-dark-image {
      color: #ffffff !important;
    }


    /* =========================================
       ACTIVE GREEN DOT
       ========================================= */

    #studio-index-template
    .studio-row.is-current::before {
      content: "" !important;

      display: block !important;

      position: absolute;

      left: 0;
      top: 50%;

      width: 5px;
      height: 5px;

      border-radius: 50%;

      background: var(--active-green) !important;

      transform: translateY(-50%);

      z-index: 30;

      pointer-events: none;
    }


    /*
      Give project name room for dot
    */

    #studio-index-template
    .studio-row.is-current
    span:first-child {
      padding-left: 12px;
    }


    /* =========================================
       IMAGE STAGE
       ========================================= */

    #studio-index-template .studio-stage {
      position: absolute;
      z-index: 1;

      inset: 0;

      display: grid;

      place-items: center;

      pointer-events: none;

      padding:
        136px
        var(--gutter)
        96px;
    }


    #studio-index-template.is-text-view .studio-stage {
      display: none;
    }


    #studio-index-template .studio-poster {
      width: min(32vw, 420px);

      aspect-ratio: 0.78;

      overflow: hidden;

      background: transparent;
    }


    #studio-index-template .studio-poster img {
      display: block;

      width: 100%;
      height: 100%;

      object-fit: cover;

      opacity: 1;

      transition: opacity 140ms ease;
    }


    #studio-index-template .studio-poster img.is-changing {
      opacity: 0;
    }


    /* =========================================
       FOOTER
       ========================================= */

    #studio-index-template .studio-footer {
      position: absolute;
      z-index: 20;

      left: var(--gutter);
      right: var(--gutter);

      bottom: 12px;

      display: flex;

      justify-content: space-between;
    }


    #studio-index-template .studio-footer p {
      margin: 0;
    }


    #studio-index-template .studio-footer address {
      display: flex;

      gap: 12px;

      font-style: normal;
    }


    /* =========================================
       MOBILE
       ========================================= */

    @media (max-width: 900px) {

      #studio-index-template .studio-controls {
        top: 110px;

        display: block;
      }


      #studio-index-template .studio-control-empty,
      #studio-index-template .studio-version,
      #studio-index-template .studio-footer {
        display: none;
      }


      #studio-index-template .studio-switch {
        display: flex;

        justify-content: flex-start;
      }


      #studio-index-template .studio-main {
        padding-top: 160px;
      }


      /* MOBILE: PROJECT + YEAR */

      #studio-index-template .studio-grid {
        grid-template-columns:
          calc(100% - 60px)
          60px;

        column-gap: 0;
      }


      /* PROJECT */

      #studio-index-template
      .studio-grid &#62; :nth-child(1) {
        grid-column: 1;

        padding-right: 12px;
      }


      /* HIDE SERVICE */

      #studio-index-template
      .studio-grid &#62; :nth-child(2) {
        display: none;
      }


      /* HIDE INDUSTRY */

      #studio-index-template
      .studio-grid &#62; :nth-child(3) {
        display: none;
      }


      /* YEAR */

      #studio-index-template
      .studio-grid &#62; :nth-child(4) {
        display: block;

        grid-column: 2;

        padding-right: 0;

        text-align: right;
      }


      #studio-index-template .studio-stage {
        align-items: end;

        padding-bottom: 88px;
      }


      #studio-index-template .studio-poster {
        width: min(78vw, 340px);
      }

    }

  


  

  

    


    

      
        Images
      


      
        Text View
      

    


    
      Version 1.0
    

  


  

  

    


      

      

        
          Project
        

        
          Service
        

        
          Industry
        

        
          Year
        

      


      

      


        

        

          

            
              Sarah Abo
            

            
              PR, Talent Management
            

            
              Entertainment
            

            
              2026
            

          

        


        

        

          

            
              The Long Run Premiere
            

            
              Event, PR, Talent Management
            

            
              Sport, Entertainment
            

            
              2026
            

          

        


        

        

          

            
              Soft Systems
            

            
              Communications
            

            
              Technology
            

            
              2026
            

          

        


        

        

          

            
              Index No. 12
            

            
              Talent Management
            

            
              Arts &#38;amp; Culture
            

            
              2025
            

          

        


      

    


    

    

      

        &#60;img id="studioPosterImage" src="https://cortex.persona.co/w/2160/q/67/i/dca2c252c4882c637e19f8c6c60b9893eebbb1ffed07b4438a82f7469ee54817/STELLAR_18JAN26_SARAH_ABO_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" alt="" class="fade-ready is-visible"&#62;

      

    

  


  

  

    
      AD PR © 2026
    


    

      
        info@ad-pr.com
      


      
        Contact
      

    

  


  

  

    (function () {


      var root =
        document.getElementById(
          "studio-index-template"
        );


      var poster =
        root.querySelector(
          "#studioPoster"
        );


      var posterImage =
        root.querySelector(
          "#studioPosterImage"
        );


      var rows =
        root.querySelectorAll(
          ".studio-row"
        );


      var viewButtons =
        root.querySelectorAll(
          "[data-view]"
        );


      var textElements =
        root.querySelectorAll(
          ".studio-head p, .studio-row span"
        );


      var currentImageText =
        "light";


      /* =======================================
         CHECK RECTANGLE OVERLAP
         ======================================= */

      function rectanglesOverlap(a, b) {

        return !(
          a.right = b.right &#124;&#124;
          a.bottom = b.bottom
        );

      }


      /* =======================================
         UPDATE TEXT COLOUR
         ======================================= */

      function updateTextColour() {


        /*
          Reset text colour first.
        */

        textElements.forEach(
          function (item) {

            item.classList.remove(
              "is-over-dark-image"
            );

          }
        );


        /*
          Don't reverse text when Text View
          is active or when the image is light.
        */

        if (
          root.classList.contains(
            "is-text-view"
          ) &#124;&#124;
          currentImageText !== "light"
        ) {

          return;

        }


        var imageRect =
          poster.getBoundingClientRect();


        /*
          Find each piece of text that
          physically overlaps the image.
        */

        textElements.forEach(
          function (item) {


            var textRect =
              item.getBoundingClientRect();


            if (
              rectanglesOverlap(
                textRect,
                imageRect
              )
            ) {

              item.classList.add(
                "is-over-dark-image"
              );

            }


          }
        );

      }


      /* =======================================
         ACTIVATE PROJECT
         ======================================= */

      function activateRow(row) {


        var newImage =
          row.getAttribute(
            "data-image"
          );


        currentImageText =
          row.getAttribute(
            "data-image-text"
          ) &#124;&#124; "light";


        /*
          Remove green dot from all rows.
        */

        rows.forEach(
          function (item) {

            item.classList.remove(
              "is-current"
            );

          }
        );


        /*
          Add green dot to hovered row.
        */

        row.classList.add(
          "is-current"
        );


        /*
          Change image.
        */

        if (
          newImage &#38;&#38;
          posterImage.getAttribute("src") !== newImage
        ) {


          posterImage.classList.add(
            "is-changing"
          );


          setTimeout(
            function () {


              posterImage.src =
                newImage;


              posterImage.classList.remove(
                "is-changing"
              );


              requestAnimationFrame(
                updateTextColour
              );


            },
            120
          );


        } else {


          requestAnimationFrame(
            updateTextColour
          );


        }

      }


      /* =======================================
         PROJECT HOVER
         ======================================= */

      rows.forEach(
        function (row) {


          row.addEventListener(
            "mouseenter",
            function () {

              activateRow(
                row
              );

            }
          );


        }
      );


      /* =======================================
         IMAGE / TEXT VIEW
         ======================================= */

      viewButtons.forEach(
        function (button) {


          button.addEventListener(
            "click",
            function () {


              var view =
                button.getAttribute(
                  "data-view"
                );


              root.classList.toggle(
                "is-text-view",
                view === "text"
              );


              viewButtons.forEach(
                function (item) {

                  item.classList.toggle(
                    "is-active",
                    item === button
                  );

                }
              );


              requestAnimationFrame(
                updateTextColour
              );


            }
          );


        }
      );


      /* =======================================
         WINDOW RESIZE
         ======================================= */

      window.addEventListener(
        "resize",
        function () {

          requestAnimationFrame(
            updateTextColour
          );

        }
      );


      /* =======================================
         INITIAL STATE
         ======================================= */

      var initialRow =
        root.querySelector(
          ".studio-row.is-current"
        );


      if (initialRow) {

        currentImageText =
          initialRow.getAttribute(
            "data-image-text"
          ) &#124;&#124; "light";

      }


      requestAnimationFrame(
        updateTextColour
      );


    })();

  



</description>
		
		<excerpt>AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Work</title>
				
		<link>http://ad-pr.com/Work</link>

		<comments></comments>

		<pubDate>Fri, 26 Jun 2026 01:07:46 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459907</guid>

		<description>

  
    
      AD PR
    

    
      Information
      Work
      Contact
    

    

    
      (Menu)
    
  








  

	Selected work across talent, brand partnerships, content-led campaigns and editorial.
	

  


  





  
  Sarah Abo Stellar Profile&#38;nbsp;

    
    
      Secured and managed Sarah Abo’s first major national cover profile with Stellar, shaping the story around her new chapter on Today and her growing profile in Australian television.
      
    

  

  
  

    
    
      
    

    
    
      &#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/d92f615d4ba7d37719a6c9bf11582f5bb1ba2f108b34facb66410589707621c5/ALL_STELLAR_20260118_COVER-1.jpg" data-mid="1441408" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/dca2c252c4882c637e19f8c6c60b9893eebbb1ffed07b4438a82f7469ee54817/STELLAR_18JAN26_SARAH_ABO_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441410" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/55febb67ce7aa389b153daf2fe463fd8c777ebd86e6f23c2903f6efcc503c05a/STELLAR_18JAN26_SARAH_ABO2_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441409" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/a69aef80b02b6f9277a084d0f55964504edeb44bd7aa8757aae182493edcefff/STELLAR_18JAN26_SARAH_ABO3_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441407" border="0" /&#62;
    

  

  





  
  

    
    
      JT and Buddy Franklin Documentary &#38;nbsp;

    
    Sydney premiere event and publicity campaign for The Long Run, featuring Johnathan Thurston, Lance “Buddy” Franklin and the Indigenous Marathon Project. We led talent, red carpet and media moments across the launch, bringing together VIPs, partners and press ahead of the national premiere.

    

  

  
  

    
    

    
    
 



      
      &#60;img width="1122" height="1402" width_o="1122" height_o="1402" src_o="https://cortex.persona.co/t/original/i/bc9d5c962a11cf125e480b601095b1f0e6a92076ff796c1f3a44cdcf6beae87e/ChatGPT-Image-Jun-27--2026-at-03_35_02-PM.png" data-mid="1441438" border="0" /&#62;
&#60;img width="1122" height="1402" width_o="1122" height_o="1402" src_o="https://cortex.persona.co/t/original/i/bc9d5c962a11cf125e480b601095b1f0e6a92076ff796c1f3a44cdcf6beae87e/ChatGPT-Image-Jun-27--2026-at-03_35_02-PM.png" data-mid="1441438" border="0" /&#62;
      Your browser does not support HTML video.
 

&#60;img width="1122" height="1402" width_o="1122" height_o="1402" src_o="https://cortex.persona.co/t/original/i/b07e494444be42a07f0d641fdf0af52496c22d8754ed59fd527ad792a24efd17/ChatGPT-Image-Jun-27--2026-at-03_35_02-PM.png" data-mid="1441439" border="0" /&#62;



  

  





  
  

    
    
      Karl Stefanovic 20 Years On Air
      
    

    
    

      
      

      Publicity campaign for Karl Stefanovic’s 20-year Today show milestone, shaping a national media moment around one of Australian television’s most recognisable hosts through editorial, radio, interviews, cover shoot coordination and behind-the-scenes content.      

    

  





  
  

    
    

    
    

    
    
      
        &#60;img width="1024" height="1575" width_o="1024" height_o="1575" src_o="https://cortex.persona.co/t/original/i/1ad1dbd7835f9835960706fa95cf18bb3c016cfaeddbc4f953b457f556fe292c/10899e022a221f134f780f307e21c182.jpeg" data-mid="1441418" border="0" /&#62;&#60;img width="1024" height="1575" width_o="1024" height_o="1575" src_o="https://cortex.persona.co/t/original/i/2119b6d70459c3e243455621bf9db0f686fe87871ffa57c05a750c12af1f13a9/3ab9b9e0fea33f2b98f08457eaf7c609-2.jpg" data-mid="1441424" border="0" /&#62;
      
    

    
    
      

        

          
          Your browser does not support HTML video.

        

      
    

  





 


 
 
  

    
    
      Zoe Hobbs Talent Management &#38;amp; Brand Partnerships

    
    
      Talent management and brand partnership strategy for Olympic sprinter Zoe Hobbs, shaping her commercial profile across sport, lifestyle and performance-led campaigns. Work has included TV commercial placements, New Balance partnership management, Colgate Games ambassador activity and major retail campaign opportunities with Rebel Sport.      
    

  

  
  

    
    
    
  
    
    

    
    
    
      &#60;img width="1139" height="854" width_o="1139" height_o="854" src_o="https://cortex.persona.co/t/original/i/d1c1cf105ff5126482e3696fa46e0a8c853a8641a78e0be8666d105147c70c3c/Colgate_Zoe-Hobbs_Shot-4_0504.jpg" data-mid="1441436" border="0" /&#62;&#60;img width="1875" height="2292" width_o="1875" height_o="2292" src_o="https://cortex.persona.co/t/original/i/c1b217f2eb9144dfab4aa22b4a66aa41bce0db0f684f00a7764934e4b070aca3/Website_PostImage_20252-2.jpg" data-mid="1441442" border="0" /&#62;&#60;img width="1250" height="1667" width_o="1250" height_o="1667" src_o="https://cortex.persona.co/t/original/i/5637c006ba92c57d8cb3d9248fb6438fd41c4e92aa98a3537ded65a70cc4e8c6/NB_ZOE_02-919_FINAL_RT_FULLRES-4.jpeg" data-mid="1441432" border="0" /&#62;&#60;img width="1197" height="1596" width_o="1197" height_o="1596" src_o="https://cortex.persona.co/t/original/i/abd626cac2b75790a311f419dd5d51e02e08c28355579999bb41bdfcec554e64/NB_ZOE_04-2107_FINAL_RT_FULLRES-2.jpeg" data-mid="1441440" border="0" /&#62;

    

  

 
















 











  

    
    
      Back to top ↑
    

    
    
      info@ad-pr.com
    

    
    
      Copyright © 2026.
    

  

  
  
    AD
    PR
  


</description>
		
		<excerpt>AD PR                  Information       Work       Contact                        (Menu)                     	Selected work across talent, brand...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Ben Main</title>
				
		<link>http://ad-pr.com/Ben-Main</link>

		<comments></comments>

		<pubDate>Sun, 14 Jun 2026 00:12:35 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">459804</guid>

		<description>

  
    
      AD PR
    

    
      Information
      Work
      Contact
    

    

    
      (Menu)
    
  












Ben Main 








	&#60;img width="898" height="1184" width_o="898" height_o="1184" src_o="https://cortex.persona.co/t/original/i/5bf5781c4176686223fb7f60f9beb3f3bd6c5812e4297214078b2d53554c4b9f/Screenshot-2026-06-18-at-4.45.09pm.png" data-mid="1441020" border="0" /&#62;&#60;img width="892" height="1180" width_o="892" height_o="1180" src_o="https://cortex.persona.co/t/original/i/7caf7ac91482fa36e100daf4d8be357a3fbac474370e1ca94821c42c59310e12/Screenshot-2026-06-18-at-4.45.02pm.png" data-mid="1441018" border="0" /&#62;
	&#60;img width="892" height="1180" width_o="892" height_o="1180" src_o="https://cortex.persona.co/t/original/i/7caf7ac91482fa36e100daf4d8be357a3fbac474370e1ca94821c42c59310e12/Screenshot-2026-06-18-at-4.45.02pm.png" data-mid="1441018" border="0" /&#62;&#60;img width="892" height="1178" width_o="892" height_o="1178" src_o="https://cortex.persona.co/t/original/i/2e0a3b20a61e80c6d8bbbde8eae090aec5ae6c069168ad7d6bfbb2ab914fe3c2/Screenshot-2026-06-18-at-4.44.58pm.png" data-mid="1441019" border="0" /&#62;
	&#60;img width="898" height="1184" width_o="898" height_o="1184" src_o="https://cortex.persona.co/t/original/i/5bf5781c4176686223fb7f60f9beb3f3bd6c5812e4297214078b2d53554c4b9f/Screenshot-2026-06-18-at-4.45.09pm.png" data-mid="1441020" border="0" /&#62;

















  
 
	
	Location
	Auckland, NZ / Sydney, Australia&#38;nbsp;
	

  
    
     
 
	
	Instagram
	56,000
	

 
    
     
 
	
	TikTok
	25,000
	

    









	Profile

	Ex-rugby player turned fitness coach, this ultimate Kiwi boy is an enthusiast for life, fitness, health, and wellbeing.&#38;nbsp;
Originally from New Zealand’s far south, Ben is now based in Auckland, where he develops and teaches Les Mills workouts. He is involved in the education, inspiration and coaching of other instructors and regularly presents and films Les Mills’ newest workout releases. When this sports-loving giant isn’t bringing the burn in the gym, he lives the total Kiwi lifestyle, with regular beach days, ski trips, and a whole lot of good kai.

Ben has connected with a super engaged and growing online community, who love keeping up with his every move. He brings energy and authenticity to everything he does, and is the embodiment of a true modern New Zealander.
 



















  
    
      Back to top ↑
    

    
      info@ad-pr.com
    

    
       Copyright © 2026.
    
  

  
    AD
    PR
  



</description>
		
		<excerpt>AD PR                  Information       Work       Contact                        (Menu)                     Ben Main          	 	 	               ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Information</title>
				
		<link>http://ad-pr.com/Information</link>

		<comments></comments>

		<pubDate>Thu, 16 Jan 2025 23:50:52 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">455530</guid>

		<description>/*!DARK BACKGROUND CSS*/

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 1)/*!subpage_overlay*/
	!important;
}
h2, main, a, h3, H1 {
	color: white!important;
}
small {
	color: white!important;
	opacity: 0.5!important;
}
.underline::after {
	background-color: #fff!important;
}
.underlined:after {
	border-bottom:#fff solid 1px!important;
}







  
    
      AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management, partnerships and content.
    

    
      Information
      Work
      Contact
    

    

    
      (Menu)
    
  





	










	
    
    
    
Contact
For enquires, representation or collaboration opportunities, please get in touch.

info@ad-pr.com


	
  
	
  

  
  
    
Services&#38;nbsp;
Publicity &#38;amp; CommunicationsCampaign StrategyTalent ManagementBrand PlanningPartnershipsContent &#38;amp; DigitalCreative Production &#38;amp; DirectionSocial Media StrategyUGC Strategy &#38;amp; CreationMedia ReleasesInfluencer RelationsPress KitsPhotoshoots &#38;amp; Asset CreationGuest List StrategyVIP Press ToursSpeaking EngagementsTalent Bookings

	
   
  
    
Clients &#38;amp; Collaborators
ĀrepaCeres OrganicsColgateECOYAGoodFor WholefoodsNespressoNew BalanceRebel SportsTVNZWarner Bros. Discovery&#38;nbsp;
DisneyNine Entertainment










	
	
    

    
    
Acknowledgement of Country
AD PR acknowledges Māori as tangata whenua of Aotearoa New Zealand, and recognises the importance of tino rangatiratanga, culture and connection to place. We also pay respect to the Traditional Custodians of the lands across Australia on which we work, and acknowledge First Nations peoples as the original storytellers of this country.















  
    
      Back to top ↑
    

    
      info@ad-pr.com
    

    
       © Copyright 2026
    
  

  
    AD
    PR
  



</description>
		
		<excerpt>AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Work - Gallery</title>
				
		<link>http://ad-pr.com/Work-Gallery</link>

		<comments></comments>

		<pubDate>Wed, 04 Jan 2023 09:03:55 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">436048</guid>

		<description>
  
    #adpr-site-header {
   
      --muted: rgba(244, 244, 244, 0.32);
      --gutter: 12px;

      position: fixed;
      z-index: 999;
      top: 12px;
      left: var(--gutter);
      right: var(--gutter);
      color: var(--text);
      font-family: "Neue Haas Grotesk Text", "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.08;
    }

    #adpr-site-header * {
      box-sizing: border-box;
      text-decoration: none !important;
    }

    #adpr-site-header a {
      color: inherit;
      font: inherit;
      text-decoration: none !important;
    }

    #adpr-site-header .adpr-header-grid {
      display: grid;
      grid-template-columns: 50% 25% 25%;
      align-items: start;
    }

    #adpr-site-header .adpr-intro {
      max-width: 650px;
      padding-right: 10px;
    }

    #adpr-site-header .adpr-nav {
      grid-column: 2;
      display: flex;
      gap: 10px;
      align-items: flex-start;
      justify-self: start;
    }

    #adpr-site-header .adpr-time {
      grid-column: 3;
      margin: 0;
      text-align: right;
      white-space: nowrap;
      justify-self: end;
    }

    #adpr-site-header .is-muted {
      color: var(--muted);
    }

    @media (max-width: 900px) {
      #adpr-site-header .adpr-header-grid {
        grid-template-columns: 1fr;
      }

      #adpr-site-header .adpr-nav,
      #adpr-site-header .adpr-time {
        display: none;
      }
    }
  

  
    
      AD PR is a publicity and talent practice working across lifestyle, sport and entertainment — shaping visibility through media relations, management, partnerships and content.
    

    
      Information
      Work
      Contact
    

    
  

  
    (function () {
      var timeElement = document.getElementById("adprSydneyTime");

      function updateSydneyTime() {
        var now = new Date();

        var time = new Intl.DateTimeFormat("en-AU", {
          timeZone: "Australia/Sydney",
          hour: "2-digit",
          minute: "2-digit",
          hour12: false,
          timeZoneName: "short"
        }).format(now);

        var date = new Intl.DateTimeFormat("en-AU", {
          timeZone: "Australia/Sydney",
          day: "2-digit",
          month: "long",
          year: "numeric"
        }).format(now);

        timeElement.textContent = time + " " + date;
      }

      updateSydneyTime();
      setInterval(updateSydneyTime, 1000);
    })();
  





















	
	Selected work across talent, brand partnerships, 
content-led campaigns and editorial.







	
&#60;img width="1139" height="854" width_o="1139" height_o="854" src_o="https://cortex.persona.co/t/original/i/d767cba9d9f772eaaab9983864e905604bf885ad1c2133941ea7fea188d241cf/Colgate_Zoe-Hobbs_Shot-4_0504.jpg" data-mid="1305167" border="0" /&#62;


01&#38;nbsp; &#38;nbsp; Zoe Hobbs, Colgate 
A brand partnership connecting Olympic sprinter Zoe Hobbs with Colgate Games, one of New Zealand’s leading youth sport initiatives. Managed the opportunity from talent pitch through to negotiation, alignment and campaign delivery.


	
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/e322c38e9d4177bea2f07179b88ae91db09b4080fd0328b7656962eabc26bb5b/ALL_STELLAR_20260118_COVER-1.jpg" data-mid="1441052" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/b95748fdd27e1d5d2082797b9e1a4a7ef73f6749db61dfa1c2898aeee7e5b045/STELLAR_18JAN26_SARAH_ABO_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441049" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/e84cf3ab1fdd413e4a55cd7119db2d5c317bc6e25abbefdd68f3f5e0f42f6919/STELLAR_18JAN26_SARAH_ABO3_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441050" border="0" /&#62;&#60;img width="2160" height="2700" width_o="2160" height_o="2700" src_o="https://cortex.persona.co/t/original/i/27629dec3ab82c432ca28464ffe367d50581cf7677c9d7275949ac23c70634c1/STELLAR_18JAN26_SARAH_ABO2_PHOTOGRAPHER_STEVEN_CHEE_SOCIAL.jpg" data-mid="1441051" border="0" /&#62;02&#38;nbsp; &#38;nbsp; Sarah Abo, Stellar Feature Profile
Secured and managed Sarah Abo’s first major national cover profile with Stellar, shaping the story around her new chapter on Today and her growing profile in Australian television.










  
    
      
      
      Your browser does not support HTML video.
    

    03&#38;nbsp; &#38;nbsp; Karl Stefanovic, 20 Years On Air
Publicity for Karl Stefanovic’s 20-year Today milestone, spanning editorial coverage, interviews, radio, cover shoot coordination and behind-the-scenes content.
    
  


















	
&#60;img width="1024" height="1536" width_o="1024" height_o="1536" src_o="https://cortex.persona.co/t/original/i/39a4bd8c4551410751c967404e2522685278ea4f38ae54c41e598dd67db7e883/ChatGPT-Image-Jun-21--2026-at-05_15_50-PM.png" data-mid="1441170" border="0" /&#62;04&#38;nbsp; &#38;nbsp; The Golden Bachelor Australia
PR lead for the first Australian season of The Golden Bachelor, managing the full campaign across talent media, appearances, partnerships, editorial storytelling and national entertainment coverage.



	
 &#60;img width="1250" height="1667" width_o="1250" height_o="1667" src_o="https://cortex.persona.co/t/original/i/230a7a3f6226f2100f8b582f500357072a364d2a50ce8f0b8786aa4f8b5be3b3/NB_ZOE_02-919_FINAL_RT_FULLRES.jpeg" data-mid="1305172" border="0" /&#62;
05&#38;nbsp; &#38;nbsp; Zoe Hobbs, New BalanceCampaign management for Zoe Hobbs’ New Balance partnership, supporting the collaboration across talent, brand and publicity.











	 
  

  Your browser does not support HTML video
06&#38;nbsp; &#38;nbsp; Zoe Hobbs, Rebel Sports

Talent placement secured for Rebel Sport’s Summer of Sport campaign, aligning Zoe Hobbs with a major seasonal retail brand platform.















	
&#60;img width="4500" height="3000" width_o="4500" height_o="3000" src_o="https://cortex.persona.co/t/original/i/b5036130947634822183f8020ca1fa7ce31de042b50b12a5352e7ffadbce67ab/MKR_230209_0219.JPG" data-mid="1323370" border="0" /&#62;
07&#38;nbsp; &#38;nbsp; Manu &#38;amp; Colin, MKR New ZealandPR strategy and creative direction for campaign assets and publicity, supporting the launch of Manu &#38;amp; Colin on MKR New Zealand.


	&#60;img width="1023" height="1537" width_o="1023" height_o="1537" src_o="https://cortex.persona.co/t/original/i/e8d24b8d70dadb17255d8d7851c1f6e09c866ba75bf10992581556aba5ecd7a0/ChatGPT-Image-Jun-25--2026-at-08_44_30-PM.png" data-mid="1441358" border="0" /&#62;
08&#38;nbsp; &#38;nbsp; JT and Buddy Franklin, The Long Run&#38;nbsp;
Sydney premiere event and publicity campaign for The Long Run, featuring Johnathan Thurston, Lance “Buddy” Franklin and the Indigenous Marathon Project.
	






















  
    
      Back to top ↑
    

    
      info@ad-pr.com
    

    
       © Copyright 2026
    
  

  
    AD
    PR
  



</description>
		
		<excerpt>AD PR is a publicity and talent practice working across lifestyle, sport and entertainment — shaping visibility through media relations,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Zoe Hobbs</title>
				
		<link>http://ad-pr.com/Zoe-Hobbs</link>

		<comments></comments>

		<pubDate>Wed, 04 Jan 2023 08:48:21 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">436047</guid>

		<description>


	AD PR
	Menu
	About

Work
	Roster

Contact


















Zoe Hobbs, 
is among an exciting new generation of sprint talent to emerge in New Zealand athletics and currently holds the title of the country’s fastest woman.








	&#60;img width="4000" height="2667" width_o="4000" height_o="2667" src_o="https://cortex.persona.co/t/original/i/fc14a378f13e800699da4009d611d38cfddfd885841c0bc5fd430c204aec17d4/IMG_1564.JPG" data-mid="1253669" border="0" /&#62;












	Highlights

NZ 100m All-time Record holder Top 8 at Commonwealth Games2x Oceanian 100m Record holder 100m World Ranking Position #18





	In 2021, Zoe twice equalled the New Zealand record of 11.32s, held by Michelle Seymour, before re-setting the record three times this season, with the most recent set on 12th February 2022 with her time of 11.15s. At 24-years-young, Zoe wrote her way into the history books – not only was it a record for the fastest NZ woman, but also the fastest any woman has ever run in New Zealand. &#38;nbsp;
 &#38;nbsp; 
Zoe has built up a large and engaged following on Instagram sharing her sports journey, fitness routines and travel adventures. Her healthy and active lifestyle, combined with behind-the-scenes insights into the life of a high-performance athlete, has proved her popularity. The young athlete is a true breakout star, and Zoe’s eager to share the secrets to her success with others. There’s plenty more to come for this fearless sprinter.&#38;nbsp;















	
	
&#60;img width="4000" height="2667" width_o="4000" height_o="2667" src_o="https://cortex.persona.co/t/original/i/fc14a378f13e800699da4009d611d38cfddfd885841c0bc5fd430c204aec17d4/IMG_1564.JPG" data-mid="1253669" border="0" /&#62;












































  if ('noModule' in HTMLScriptElement.prototype) {
    const d=document,s=d.createElement('script');s.type='module';
    s.src='https://w.behold.so/widget.js';d.body.appendChild(s);
  }







	Partnerships 
&#38;amp; Enquires
	Dan has created loyal partnerships with an array of local and international brands.
To partner with Zoe Hobbs in a corporate or commercial environment, please contact alex@ad-pr.com
















	© Copyright
	
	Email&#38;nbsp;
	IG



	© Copyright
	
	info@pulsetalentgroup.com
	Instagram











</description>
		
		<excerpt>AD PR 	Menu 	About  Work 	Roster  Contact                   Zoe Hobbs,  is among an exciting new generation of sprint talent to emerge in New Zealand athletics...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Home Page</title>
				
		<link>http://ad-pr.com/Home-Page</link>

		<comments></comments>

		<pubDate>Mon, 17 Aug 2015 23:34:03 +0000</pubDate>

		<dc:creator>AD PR</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">436041</guid>

		<description>/*!DARK BACKGROUND CSS*/

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(14, 13, 13, 1)/*!subpage_overlay*/
	!important;
}
h2, main, a, h3, H1 {
	color: white!important;
}
small {
	color: white!important;
	opacity: 0.5!important;
}
.underline::after {
	background-color: #fff!important;
}
.underlined:after {
	border-bottom:#fff solid 1px!important;
}





  
    
      AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management, partnerships and content.
    

    
      Information
      Work
      Contact
    

    

    
      (Menu)
    
  




















  
    AD
    PR
  




</description>
		
		<excerpt>AD PR partners with talent and brands across lifestyle, sport and entertainment, shaping visibility through communications, management,...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>