diff --git a/src/component/product/ProductActive.jsx b/src/component/product/ProductActive.jsx index 67d7590..444975f 100644 --- a/src/component/product/ProductActive.jsx +++ b/src/component/product/ProductActive.jsx @@ -24,8 +24,8 @@ export default function ProductActive({productData}){ } const homeFields ={ - banner_text: { name: 'Main Banner Text', controls: 'TEXT', active: true }, - banner_description: { name: 'Main Banner Text', controls: 'TEXTAREA', active: true }, + banner_text: { name: 'Banner Text', controls: 'TEXT', active: true }, + banner_description: { name: 'Banner Description', controls: 'TEXTAREA', active: true }, } const footerFields ={ @@ -101,7 +101,7 @@ export default function ProductActive({productData}){
- +