79513984

Date: 2025-03-17 08:28:30
Score: 0.5
Natty:
Report link

Our product data like below, but modified many times still not work.
export const products_data = [
{
title: 'Industrial Sensor',
slug: 'industrial-sensor',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'High-precision industrial sensor for automation.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 199.99,
categories: [],
meta: {
title: 'Industrial Sensor',
description: 'High-precision industrial sensor for industrial automation.',
image: null,
},
publishedAt: new Date(),
},
{
title: 'PLC Controller',
slug: 'plc-controller',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'Advanced PLC controller for industrial use.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 499.99,
categories: [],
meta: {
title: 'PLC Controller',
description: 'A powerful PLC controller for automated systems.',
image: null,
},
publishedAt: new Date(),
},
{
title: 'Servo Motor',
slug: 'servo-motor',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'High-torque servo motor for precision automation.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 299.99,
categories: [],
meta: {
title: 'Servo Motor',
description: 'Reliable servo motor with high torque and efficiency.',
image: null,
},
publishedAt: new Date(),
},
];

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Yan Zhang