added more test items
This commit is contained in:
@@ -135,6 +135,126 @@ export default function Home() {
|
||||
rating: 1.0,
|
||||
discount: 0,
|
||||
},
|
||||
{
|
||||
id: "101",
|
||||
name: "Item 1",
|
||||
description: "Description 1",
|
||||
price: 10,
|
||||
stock: 100,
|
||||
category: "Seeds",
|
||||
rating: 4.5,
|
||||
discount: 10,
|
||||
},
|
||||
{
|
||||
id: "102",
|
||||
name: "Item 2",
|
||||
description: "Description 2",
|
||||
price: 20,
|
||||
stock: 9,
|
||||
category: "GardenSupplies",
|
||||
rating: 4.0,
|
||||
discount: 20,
|
||||
},
|
||||
{
|
||||
id: "103",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 10,
|
||||
category: "TechnicalComponents",
|
||||
rating: 4.8,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "104",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 0,
|
||||
category: "TechnicalComponents",
|
||||
rating: 1.8,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "105",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 2.2,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "106",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 3.8,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "107",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 4.8,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "108",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 3.4,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "109",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 2.9,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "110",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 4.4,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "111",
|
||||
name: "Item 3",
|
||||
description: "Description 3",
|
||||
price: 30,
|
||||
stock: 300,
|
||||
category: "TechnicalComponents",
|
||||
rating: 4.0,
|
||||
discount: 15,
|
||||
},
|
||||
{
|
||||
id: "112",
|
||||
name: "Item 4",
|
||||
description: "Description 3",
|
||||
price: 50,
|
||||
stock: 300,
|
||||
category: "Other",
|
||||
rating: 1.0,
|
||||
discount: 0,
|
||||
}
|
||||
// Weitere Items hinzufügen
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user