=== Zentro Blocks  ===
Contributors: wpbranddigital25
Tags: blocks, gutenberg, interactive, tabs, popup 
Requires at least: 6.5
Tested up to: 7.0 
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A collection of interactive Gutenberg blocks: Tabs, Popup, Animated Counter, CTA Banner, Accordion, and Pricing Card.

== Description ==

Zentro Blocks is a collection of interactive and premium Gutenberg blocks designed to enhance your page design, layouts, and conversions.

Included Blocks:
* **Tabs Block**: Switchable tab panels with WAI-ARIA keyboard navigation (Arrow keys, Home, End) and layout options.
* **Popup Block**: Modal dialog with focus trap, Escape key closing, and overlay click closing.
* **Animated Counter**: Count-up statistics counter that animates when scrolled into view (using Intersection Observer).
* **CTA Banner**: Highly customizable Call to Action banner with stacked and inline layouts.
* **Accordion Block**: Collapsible content panels with smooth CSS transitions and full ARIA accessibility support.
* **Pricing Card**: Premium pricing table cards to showcase services, plans, and highlight standard/popular packages.

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory, or upload the ZIP file via WordPress Plugins -> Add New -> Upload.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. If building from source, run `npm install` and `npm run build` in the plugin directory.

== Frequently Asked Questions ==

= How do I add a block? =
In the WordPress block editor, click the "+" inserter icon, search for "Zentro", and click on the block you'd like to insert.

== Changelog ==

= 1.0.0 =
* Initial release with 6 interactive blocks.

== Development ==

Source code: https://github.com/wpbranddigital/Zentro-Blocks

Build process:

1. npm install
2. npm run build
