She Said / She Said with Laura Cox Kaplan

311. Build a Brand That Repels the Wrong Clients and makes More Money! Insights from Pia Silva, cofounder, Worstofall Design


Listen Later

311. Build a Brand That Repels the wrong clients and makes more money!  Insights from Pia Silva, cofounder, Worstofall Design

THIS WEEK’S TOPIC:

Ever wish for an easier way to attract your ideal client or customer and repel those who aren’t the right fit? This week, we’re diving deep into the world of bold, authentic branding with Pia Silva, co-founder of “Worstofall Design.” Pia shares how she went from debt-ridden to wildly profitable by niching down, owning her pricing, and embracing the power of “banked confidence.” Her advice applies whether you are building your business or your personal brand.

ABOUT THIS WEEK’S GUEST:

Pia Silva is the co-founder of Worstofall Design, a branding agency that helps small-scale service businesses tap into what makes them unique and that helps them attract their ideal customer. With a focus on bold authenticity and streamlined service offerings, Pia’s has helped countless entrepreneurs elevate their brands and attract their ideal clients. She’s also a TEDx speaker and the author of “Badass Your Brand.”

KEY TOPICS AND WHAT YOU’LL LEARN IN THIS EPISODE:

  • Focusing on a Niche:   Understand how narrowing your focus to cater to a smaller, highly profitable segment can lead to greater success, in contrast to the struggles of serving a broader client base.
  • Pricing Strategy:   Pia introduces the “sell, sell, raise” method, explaining how gradually increasing prices builds confidence and validates market demand without making abrupt jumps that could unsettle both the business and clients.
  • Client Perception and Value:   Discover how aligning the inherent value of your service with the perceived value from your clients’ perspective can enhance satisfaction and loyalty.
  • Handling Rejection:   Learn how facing client rejections can serve as a valuable indicator of whether the client fits your ideal profile rather than reflecting issues with your pricing strategy.
  • Branding Insights:   Pia discusses her “four angles” concept for building a standout brand, providing advice on how to define your unique brand personality and target market.
  • Boundary Setting with Clients: Pia emphasizes the importance of clear communication and setting boundaries to manage client expectations effectively.
  • This episode is packed with great advice, from practical pricing strategies to thoughtful insights on client engagement. I am confident that you will find Pia’s experiences and tips both inspiring and actionable.

    PLEASE GET IN TOUCH!  I’m eager to hear your thoughts on this conversation! Please be sure to share your favorite takeaways with me:

    • Instagram
    • LinkedIn
    • Facebook
    • Or email me at: [email protected]!

      LOOKING FOR MORE SHE SAID/SHE SAID? You’ll find all episodes and content here!

      LINKS MENTIONED IN EPISODE 311:

      • Pia’s FREE Gift for She Said/She Said Podcast Listeners: nobsagencies.com/SheSaid
      • FREE blueprint on how to scale your branding agency to $30k+ months without employees
      • Pia’s FREE calculator to discover the price you must charge to achieve freedom in your branding business
      • Pia’s best-selling book Badass Your Brand
      • Pia’s podcast “No BS Agency Podcast”
      • Website
      • Pia on Instagram
      • LinkedIn
      • No BS Agency Owners Free Facebook Group
      • Free audio copy of Pia’s book “Badass Your Brand”
      • IS SHE SAID/SHE SAID PODCAST ON YOUR GIFT LIST THIS YEAR?   Your feedback is invaluable! Please consider leaving a review on iTunes, Spotify, or wherever you listen. Reviews help us improve and bring you the content you crave. Thank you for your support!

        Contact Form

        • First Name
        • Last Name
        • Email
      • Message
      • /* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
        /* ]]> */

        The post 311. Build a Brand That Repels the Wrong Clients and makes More Money! Insights from Pia Silva, cofounder, Worstofall Design appeared first on She Said / She Said.

        ...more
        View all episodesView all episodes
        Download on the App Store

        She Said / She Said with Laura Cox KaplanBy Laura Cox Kaplan

        • 4.8
        • 4.8
        • 4.8
        • 4.8
        • 4.8

        4.8

        130 ratings


        More shows like She Said / She Said with Laura Cox Kaplan

        View all
        Happier with Gretchen Rubin by Gretchen Rubin / The Onward Project

        Happier with Gretchen Rubin

        12,911 Listeners

        WSJ What’s News by The Wall Street Journal

        WSJ What’s News

        4,358 Listeners

        The School of Greatness by Lewis Howes

        The School of Greatness

        21,197 Listeners

        10% Happier with Dan Harris by 10% Happier

        10% Happier with Dan Harris

        12,732 Listeners

        The Lazy Genius Podcast by Kendra, The Lazy Genius

        The Lazy Genius Podcast

        6,633 Listeners

        WSJ Minute Briefing by The Wall Street Journal

        WSJ Minute Briefing

        673 Listeners

        Happier in Hollywood by The Onward Project

        Happier in Hollywood

        2,448 Listeners

        Worklife with Adam Grant by TED

        Worklife with Adam Grant

        9,187 Listeners

        Boutique Chat by The Boutique Hub with Ashley Alderson

        Boutique Chat

        863 Listeners

        Laugh Lines with Kim & Penn Holderness by Kim & Penn Holderness

        Laugh Lines with Kim & Penn Holderness

        3,370 Listeners

        SmartHERNews by Jenna Lee

        SmartHERNews

        641 Listeners

        Lipstick on the Rim by Sony Music Entertainment

        Lipstick on the Rim

        1,050 Listeners

        Morning Wire by The Daily Wire

        Morning Wire

        26,663 Listeners

        Honestly with Bari Weiss by The Free Press

        Honestly with Bari Weiss

        8,808 Listeners

        The Mel Robbins Podcast by Mel Robbins

        The Mel Robbins Podcast

        20,377 Listeners