# Factory Page Module

- **Purpose**: Manages the content and presentation for the "Factory" page. This includes a custom hero section and a flexible content section builder.

## Files
- `acf.php`: Defines two ACF field groups: one for the custom hero section and another for a generic repeater-based section builder.
- `shortcodes.php`: Implements custom shortcodes for the Factory page, including `[remark_factory_hero]`, `[remark_factory_location_section]`, `[remark_factory_rd_section]`, and `[remark_factory_packaging_section]`.
- `page.css`: Contains all styles specific to the factory page, including the hero and its components.
- `page.js`: Provides JavaScript-powered interactions, such as the hero button flair effect and the tab interfaces for Formulation R&D and Packaging Solutions.

## Notes
- The hero shortcode `[remark_factory_hero]` is designed to be placed in the main content editor for the Factory page.
- The generic sections can be managed via **Remark Builder > Factory** and rendered using the `[remark_page slug="factory"]` shortcode.
- Use `[remark_factory_rd_section]` to display the Formulation R&D section. Configure the heading, intro, and categories via **Remark Builder > Factory > R&D Section**.
- Use `[remark_factory_packaging_section]` to display the Packaging Solutions section. Configure the heading, intro, categories, and processes via **Remark Builder > Factory > Packaging Solutions Section**.
