top of page

STANDARD BRANDING SESSION

Designed to give you an overall variety of photos to use for online content and marketing materials.

1 h
Starting at $600
Studio or Your Location

Service Description

• 1 person • 1 hour session • Unlimited outfits/backdrops • Pre-session consultation • Online proof gallery • 6 fully retouched images (low-resolution for social media & 1 high-resolution for print) Additional shots $100 each In Studio: $600 Your Location (Snohomish County): $600 + $100 travel/setup fee


Contact Details

+ 4258703319

tinatang@parrisblue.com

13714 103rd Ave NE, Arlington, WA, USA


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); } }); });