+ {/* Fees */}
+
+
+ Individual Sessions
+ $175
+
+
+ {/* Payment Methods */}
+
+
+
+
+
+
Payment Methods
+
+
+ {paymentMethods.map((method, index) => (
+
+ {method}
+
+ ))}
+
+
+
+ {/* Insurance */}
+
+
+
+ {insuranceProviders.map((provider, index) => (
+
+ {provider}
+
+ ))}
+
+
+