top of page

CONTACT PARRIS BLUE PHOTOGRAPHY

Reach out on the form below, or select Book Consultation Now.

Thank you for contacting Parris Blue. We will respond to you soon.

PBP_8250.jpg

Tina Tang

Arlington, WA

tinatang@parrisblue.com

Tel: 425.870.3319

  • Instagram Social Icon
  • LinkedIn Social Icon
  • Facebook Social Icon
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); } }); });