Hope Kids Occupational Therapy
Company Information
H
Hope Kids Occupational Therapy
1 contacts available
Sign in to add to cart and unlock contacts.
Description
Discover expert tips and stories on child development and OT from Hope Kids OT. Learn, grow, and support your child. Explore our blog today! | About Us - Hope Kids Occupational Therapy
{
Alpine.data('companyPage', () => ({
companyId: 907597,
companyName: 'Hope Kids Occupational Therapy',
creditCost: 1,
get inCart() {
return this.$store.cart.items.some(i => i.id === this.companyId && i.type === 'category_list_item');
},
addToCart() {
this.$store.cart.add({
id: this.companyId,
name: this.companyName,
type: 'category_list_item',
credits: this.creditCost
});
},
removeFromCart() {
this.$store.cart.remove(this.companyId, 'category_list_item');
}
}));
});