top of page

MINI BRANDING SESSION

Customized session for those looking to dip their toes into branding or those in need of a refresh

30 min
Starting at $400
Studio

Service Description

• 1 person • 30 minute session • 2 outfits/2 backdrops • Pre-session consultation • Online proof gallery • 3 fully retouched image (low-resolution for social media & 1 high-resolution for print) • Additional shots $100 each In Studio: $400 Your Location (Snohomish County): $400 + $100 travel/setup fee


Contact Details

  • Studio

    13714 103rd Ave NE, Arlington, WA, USA

    + 4258703319

    tinatang@parrisblue.com


bottom of page
// Ensure the DOM is ready before running $w.onReady(function () { // Select all anchor links starting with '#' $("a[href^='#']").on("click", function (event) { event.preventDefault(); // Stop Wix's smooth scroll const targetId = $(this).attr("href"); const targetElement = $(targetId); // If the target exists, jump instantly if (targetElement.length) { $("html, body").scrollTop(targetElement.offset().top); } }); });