{"id":17995,"date":"2025-09-17T14:52:35","date_gmt":"2025-09-17T14:52:35","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/?page_id=17995"},"modified":"2026-02-15T04:51:02","modified_gmt":"2026-02-15T04:51:02","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17995\" class=\"elementor elementor-17995\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d8a4fbf e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"2d8a4fbf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-2a7cdbb8 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"2a7cdbb8\" data-element_type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tOur Pricing<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-65124ff2 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"65124ff2\" data-element_type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\r\n\t\t\t\tSelect the pricing plan that best suits your needs.\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-25bbd24c nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"25bbd24c\" data-element_type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            \/\/ Check which variation is currently active\r\n            const activeVariation = pricingWrapper.querySelector('[data-display=\"toggle-variation-1\"]') ? 'toggle-variation-1' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-2\"]') ? 'toggle-variation-2' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-3\"]') ? 'toggle-variation-3' : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n  <div class=\"nextsaas-pricing-container\" data-display=\"toggle-variation-1\">\r\n    <!-- Toggle Section -->\r\n    <div class=\"flex justify-center pricing-toggle-container\">\r\n              <div class=\"relative z-0 inline-flex pricing-toggle-wrapper\">\r\n                      <span class=\"absolute z-11 -right-6 -top-2.5 bg-secondary dark:bg-accent text-accent dark:text-secondary inline-block font-normal capitalize text-tagline-2 px-3.5 py-1.5 shadow-xs rounded-[36px] rotate-[20deg] w-[90px] nextsaas-save-badge\">\r\n              save 40%            <\/span>\r\n                    <label class=\"relative inline-flex items-center cursor-pointer z-[10] bg-white dark:bg-background-9 rounded-full py-6 px-[56px] max-[426px]:px-10 max-[426px]:py-4 nextsaas-pricing-toggle nextsaas-pricing-toggle-v1\">\r\n            <span class=\"mr-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-monthly-label\">\r\n              Monthly            <\/span>\r\n            <input type=\"checkbox\" id=\"priceCheck-v1\" class=\"sr-only peer nextsaas-price-toggle nextsaas-price-toggle-v1\" aria-label=\"Toggle between Monthly and Yearly pricing\" \/>\r\n                          <span class=\"relative w-13 h-[28px] bg-secondary dark:bg-accent rounded-[34px] peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-1\/2 after:-translate-y-1\/2 after:start-[2px] peer-checked:after:start-[2px] after:bg-accent dark:after:bg-background-8 after:rounded-full after:h-6 after:w-6 after:transition-all nextsaas-toggle-switch\"><\/span>\r\n                        <span class=\"ms-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-yearly-label\">\r\n              Yearly            <\/span>\r\n          <\/label>\r\n        <\/div>\r\n          <\/div>\r\n\r\n    <!-- Pricing Cards Grid -->\r\n    <div class=\"relative\">\r\n      <div class=\"grid grid-cols-1 xl:grid-cols-3 items-center xl:gap-8 gap-y-5 xl:max-w-full max-w-[500px] mx-auto xl:mx-0 nextsaas-pricing-cards-grid\">\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">\r\n                Simplified              <\/h3>\r\n\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>19.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Month<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>230.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Year<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose Simplified plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling your own items                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Powerful integration                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                                                <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"flex-1 w-full max-lg:w-full nextsaas-pricing-card nextsaas-pricing-featured-card nextsaas-pricing-featured-v1 p-2.5 rounded-[20px]\" style=\"background: url('https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/pricing-card-gradient-scaled-1.jpg') no-repeat center center; background-size: cover;\" data-bg-type=\"gradient\">\r\n                          <div class=\"bg-white dark:bg-black rounded-[20px] nextsaas-pricing-featured-inner p-8\">\r\n              \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">\r\n                Basic              <\/h3>\r\n\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description text-secondary\/60 dark:text-accent\/60\">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>3342.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Month<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>4420.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Year<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-secondary dark:btn-accent hover:btn-white-v2 dark:hover:btn-white-dark\"\r\n                    aria-label=\"Choose Basic plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Unlimited Bandwidth                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Promotional Tools                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Single Payment                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling your own items                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Powerful integration                        <\/span>\r\n                                          <\/li>\r\n                                  <\/ul>\r\n              \r\n                            <\/div>\r\n                      <\/div>\r\n\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">\r\n                Enhanced              <\/h3>\r\n\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  For individuals and small teams with unlimited trial access.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>4800.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Month<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>5800.00<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Per Year<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"#\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose Enhanced plan\">\r\n                    Get Started                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Selling on your own conditions                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Seamless integrations                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-not-included nextsaas-feature-not-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-background-4 dark:fill-background-9 nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-secondary\/60 dark:fill-accent\/60 nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary\/60 dark:text-accent\/60 font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Real-time streaming                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                                                <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n              <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n\r\n\r\n    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58da4ad9 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"58da4ad9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-2bdc8618 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"2bdc8618\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19d9ed20 elementor-absolute e-transform nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"19d9ed20\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:267,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"938\" height=\"938\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1.png\" class=\"attachment-full size-full wp-image-39283\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1.png 938w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1-300x300.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1-150x150.png 150w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1-768x768.png 768w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-523-1-200x200.png 200w\" sizes=\"(max-width: 938px) 100vw, 938px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-349464cf e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"349464cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb2aebb nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"2cb2aebb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"124\" height=\"124\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-icon-3.png\" class=\"attachment-full size-full wp-image-39457\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6d2b5f nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"f6d2b5f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"124\" height=\"124\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-icon-4.png\" class=\"attachment-full size-full wp-image-39456\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b35302b nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"3b35302b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"124\" height=\"124\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-icon-5.png\" class=\"attachment-full size-full wp-image-40029\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5afd1df6 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-id=\"5afd1df6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">99+<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42f951b3 nextsaas-filter-effect-no elementor-widget elementor-widget-image-box\" data-id=\"42f951b3\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Trusted by 20k+<\/h3><p class=\"elementor-image-box-description\">Customers across the globe<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-3cc3b1e1 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"3cc3b1e1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed46931 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_customer_logos\" data-id=\"ed46931\" data-element_type=\"widget\" data-widget_type=\"nextsaas_customer_logos.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"nextsaas_customer_logos_wrapper\"\r\n            data-layout=\"horizontal\"\r\n            data-direction=\"left\"\r\n            data-speed=\"40000\"\r\n            data-pause-hover=\"no\"\r\n            data-gap=\"32\">\r\n                            <div class='relative'>\r\n      <!-- Start of shadow -->\r\n    <div class=\"absolute left-0 top-0 h-full bg-gradient-to-r from-background-3 to-transparent z-40 dark:from-background-5 shadow-left\"><\/div>\r\n    <div class=\"absolute right-0 top-0 h-full bg-gradient-to-l from-background-3 to-transparent z-40 dark:from-background-5 shadow-right\"><\/div>\r\n    <!-- End of shadow -->\r\n  \r\n  <div class=\"logos-marquee-container\">\r\n    <div class=\"flex items-center justify-center\" style=\"gap: 32px; margin-left: 32px;\">\r\n                        \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/client-logo-6-1.svg\"\r\n                alt=\"Client Logo 1\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/client-logo-7-1.svg\"\r\n                alt=\"Client Logo 2\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/client-logo-8.svg\"\r\n                alt=\"Client Logo 3\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/client-logo-9.svg\"\r\n                alt=\"Client Logo 4\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            \r\n                      <figure class=\"w-28 md:w-36 flex items-center justify-center\">\r\n              <img decoding=\"async\"\r\n                src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/client-logo-10.svg\"\r\n                alt=\"Client Logo 5\"\r\n                class=\"lg:w-auto inline-block\" \/>\r\n            <\/figure>\r\n                            <\/div>\r\n  <\/div>\r\n<\/div>                    <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-624b9170 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"624b9170\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6adba116 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"6adba116\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-3e214da5 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"3e214da5\" data-element_type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tFaq<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-40ea0fb8 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"40ea0fb8\" data-element_type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\r\n\t\t\t\tCommon inquiries from clients\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-28e7faaf nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_accordion\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"28e7faaf\" data-element_type=\"widget\" data-widget_type=\"nextsaas_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"nextsaas_accordion_wrapper\" data-layout=\"layout-1\">\r\n      <!-- faq items -->\r\n<div class=\"accordion w-full mx-auto flex flex-col\">\r\n  \r\n            \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item active-accordion\">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What is the primary role of a business agency?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow\">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\"\r\n                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What kinds of services should I anticipate from a business agency?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow\">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\"\r\n                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              How often should I consider updating my website?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow\">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\"\r\n                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"dark:bg-background-7 bg-white rounded-[20px] px-6 sm:px-8 accordion-item \">\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between sm:pt-8 pt-5 sm:pb-8 pb-5 w-full\">\r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              How often is it recommended to refresh my website?            <\/span>\r\n            <!-- Accordion Icon -->\r\n                          <span class=\"sm:ml-auto ml-2.5 block accordion-arrow\">\r\n                <svg\r\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                  fill=\"none\"\r\n                  viewBox=\"0 0 24 24\"\r\n                  stroke=\"currentColor\"\r\n                  width=\"16\"\r\n                  height=\"16\">\r\n                  <path\r\n                    stroke-opacity=\"0.8\"\r\n                    stroke-width=\"1.5\"\r\n                    stroke-linecap=\"round\"\r\n                    stroke-linejoin=\"round\"\r\n                    d=\"m19.5 8.25-7.5 7.5-7.5-7.5\"\r\n                    class=\"stroke-secondary dark:stroke-accent\" \/>\r\n                <\/svg>\r\n              <\/span>\r\n            \r\n          <\/button>\r\n          <div class=\"accordion-content\">\r\n            <div class=\"border-t border-t-stroke-2 dark:border-t-stroke-6 sm:pt-6 pt-5 sm:pb-8 pb-5\">\r\n              <p>When collaborating with a business agency, you can generally expect an extensive array of services designed to not only support your current operations but also to foster growth and innovation within your business. These services often include strategic planning, marketing solutions, financial consulting, and operational improvements.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n            <\/div>    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22b669d6 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"22b669d6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-5b77578e nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"5b77578e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1368\" height=\"1250\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612.png\" class=\"attachment-full size-full wp-image-40102\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612.png 1368w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612-300x274.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612-1024x936.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612-768x702.png 768w, https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-content\/uploads\/2026\/01\/ns-img-612-219x200.png 219w\" sizes=\"(max-width: 1368px) 100vw, 1368px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2662ef0e e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-parent\" data-id=\"2662ef0e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7f34b482 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"7f34b482\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-534d46c5 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"534d46c5\" data-element_type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tGet started<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-53233f6d nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"53233f6d\" data-element_type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2 class=\"font-medium mb-4 nextsaas_heading \" style=\"\">\r\n\t\t\t\tBuild a complete website using the assistance\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-48b8c8fa nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"48b8c8fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Start your free trial today and see your ideas come to life easily and creatively.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-554882c4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"554882c4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2e16c863 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"2e16c863\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-155c64ec elementor-widget-mobile__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-newsletter\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"155c64ec\" data-element_type=\"widget\" data-widget_type=\"nextsaas-newsletter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"nextsaas_newsletter_wrapper\">\r\n            <form action=\"\" method=\"post\" class=\"newsletter-form\" data-nextsaas-form=\"newsletter-subscribe\">\r\n                <div class=\"flex items-center flex-col gap-5 sm:flex-row justify-start lg:gap-3 newsletter-form-inner\">    \r\n                    <input type=\"email\" name=\"email\" placeholder=\"Enter your email\"\r\n                    required\r\n                    class=\"px-[18px] shadow-1 h-12 py-3 placeholder:text-secondary\/50 rounded-full border border-stroke-1 lg:max-w-[340px] md:w-[71%] w-full max-[376px]:w-full dark:border-stroke-7 dark:placeholder:text-accent\/60 focus:outline-none focus:border-primary-600 dark:focus:border-primary-400 dark:text-accent placeholder:font-normal font-normal\" \/>\r\n                    <input type=\"hidden\" name=\"action\" value=\"nextsaas_mailchimp_subscribe\">\r\n                                            <div class=\"group\/btn-v2 inline-block w-[85%] rounded-full md:w-auto mx-auto md:mx-0 duration-500 transition-transform ease-in-out\">\r\n                            <button type=\"submit\" class=\"inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 btn-lg-v2 btn-primary-v2 !border-0 group-hover\/btn-v2:btn-v2-white text-center transition-all duration-500 ease-in-out font-medium text-nowrap lowercase w-full md:w-auto mx-auto md:mx-0 h-12 md:h-auto nextsaas-newsletter-btn\">\r\n                                <span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Get started                                <\/span>\r\n                                <div class=\"relative overflow-hidden size-6\">\r\n                                    <span class=\"group-hover\/btn-v2:translate-x-1 -translate-x-6 absolute inset-0 transition-all duration-300 ease-in-out size-6 btn-v2-icon\">\r\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                                            <path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n                                            <path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n                                            <path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n                                            <path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n                                            <path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n                                            <path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n                                            <path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n                                            <path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n                                            <path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n                                            <path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                    <span class=\"group-hover\/btn-v2:translate-x-6 absolute -translate-x-2 transition-all duration-300 ease-in-out size-6 btn-v2-icon\">\r\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                                            <path d=\"M11 5H13V7H11V5Z\"><\/path>\r\n                                            <path d=\"M5 5H7V7H5V5Z\"><\/path>\r\n                                            <path d=\"M14 8H16V10H14V8Z\"><\/path>\r\n                                            <path d=\"M8 8H10V10H8V8Z\"><\/path>\r\n                                            <path d=\"M17 11H19V13H17V11Z\"><\/path>\r\n                                            <path d=\"M11 11H13V13H11V11Z\"><\/path>\r\n                                            <path d=\"M14 14H16V16H14V14Z\"><\/path>\r\n                                            <path d=\"M8 14H10V16H8V14Z\"><\/path>\r\n                                            <path d=\"M11 17H13V19H11V17Z\"><\/path>\r\n                                            <path d=\"M5 17H7V19H5V17Z\"><\/path>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/div>\r\n                            <\/button>\r\n                        <\/div>\r\n                                    <\/div>\r\n                <div class=\"form-result alert mt-3\">\r\n                    <div class=\"content\"><\/div>\r\n                <\/div>\r\n            <\/form>\r\n        <\/div>\r\n\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-696df500 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-sticky-no e-con e-child\" data-id=\"696df500\" data-element_type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-e2699b2 elementor-icon-list--layout-inline elementor-align-start elementor-mobile-align-center elementor-list-item-link-full_width nextsaas-filter-effect-no elementor-widget elementor-widget-icon-list\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.7\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e2699b2\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">No credit card required<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">14-Day free trial<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Pricing Select the pricing plan that best suits your needs. save 40% Monthly Yearly Simplified For individuals and small teams with unlimited trial access. $19.00 Per Month $230.00 Per Year Get Started Single Payment Selling your own items Powerful integration Basic For individuals and small teams with unlimited trial access. $3342.00 Per Month $4420.00 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-17995","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/pages\/17995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/comments?post=17995"}],"version-history":[{"count":40,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/pages\/17995\/revisions"}],"predecessor-version":[{"id":41420,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/pages\/17995\/revisions\/41420"}],"wp:attachment":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-voice-generator\/wp-json\/wp\/v2\/media?parent=17995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}