import {createCheckoutSession} from 'backend/stripe.jsw'; // Import backend function $w.onReady(function () { // Assuming the amount is passed via the URL, e.g., ?amount=5000 const urlParams = new URLSearchParams(window.location.search); const amount = urlParams.get('amount'); // Get the amount from the URL // Check if the amount is valid if (amount && !isNaN(amount)) { // Attach click event to the button $w('#payButton').onClick(async () => { try { const checkoutUrl = await createCheckoutSession(parseInt(amount)); // Create Checkout session // Redirect to the Stripe Checkout page window.location.href = checkoutUrl; } catch (error) { console.error('Error during Stripe Checkout session creation:', error); // Handle errors (e.g., show a message to the user) } }); } else { console.error('Invalid or missing amount parameter.'); } });
top of page

Live Your Best Life.

Welcome to BestLife Counseling Services, a trusted provider of mental health services for individuals, couples, and families. We are dedicated to helping our clients achieve their best lives by providing compassionate, evidence-based care in a supportive and confidential environment.

At BestLife Counseling Services, we understand that seeking help can be a difficult and vulnerable step. That's why we strive to create a safe and nonjudgmental space where you can explore your thoughts and feelings, learn coping skills, and work towards healing and growth.

Our approach to counseling is grounded in the latest research and tailored to each individual's unique needs and goals. We use a variety of evidence-based techniques, including cognitive-behavioral therapy, mindfulness-based approaches, and trauma-focused therapy, to help our clients achieve positive change.

Therapists

Meet Our Therapists

Our team of licensed and experienced mental health professionals are here to help you navigate life's challenges, overcome obstacles, and achieve your goals.

icon2.png
Therapists

Meet Our Behavioral Assistants

Our team of skilled behavioral assistants is dedicated to supporting you in overcoming life's challenges, navigating obstacles, and achieving your goals.

Screen Shot 2023-08-15 at 8.48_edited.jpg

Vincent Leszczynski

BA

Screen Shot 2023-08-15 at 8.48_edited.jpg

Eunice Amoako

MS

Screen Shot 2023-08-15 at 8.48_edited.jpg

Jillian Bassetti

MS

Screen Shot 2023-08-15 at 8.48_edited.jpg

Kevin Roach

BA

Screen Shot 2023-08-15 at 8.48_edited.jpg

Chevez Trask

BA

Screen Shot 2023-08-15 at 8.48_edited.jpg

Ronnie Barber

BA

Therapists

Meet Our Administrators

Administrators: The Heartbeat of Our Company – Nurturing Efficiency, Fostering Growth, and Ensuring Organizational Vitality.

Shiann Wilson

Office Assistant

Founders

Our founders blend their mental health expertise with business and marketing acumen to provide a holistic approach to mental wellness.

icon.png
Adrienne DeStefano

Co-Founder, CEO

Tim Janicki

Co-Founder, CMO

Are You Interested in a Career as a Mental Health Professional?

bottom of page