top of page

FREE CONSULTATION

Let's figure out what your specific needs are.

30 minVirtual (Zoom), Phone or at Studio

Service Description

Let's spend some time together discussing your specific needs and/or planning your session. Please specify whether you would like to meet in person, virtually (Zoom) or by phone.


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