import useTabs from "./useTabs"; import { TabHeader, Icon } from ".."; import logo from "../../assets/img/logo.png"; import { __ } from '@wordpress/i18n'; const Tab = ({ tabsData, onChange, activeTabTitle }) => { const { renderTabs, renderContent } = useTabs(tabsData, 0, onChange); const GetPro = () => { return ( <>
{__('Get access to all unlimited features.', 'blossom-spa')}
{__('Get Pro', 'blossom-spa')}