71 lines
2.5 KiB
TypeScript
71 lines
2.5 KiB
TypeScript
export const content = [
|
|
{
|
|
id: 0,
|
|
title: "Previous 7 days",
|
|
items: [
|
|
{
|
|
id: 0,
|
|
title: "Write a blog post about remote work productivity",
|
|
description:
|
|
"Created a 700-word blog article discussing tips, tools, and challenges of working remotely.",
|
|
icon: "ai-chat",
|
|
},
|
|
{
|
|
id: 1,
|
|
title: "Generate a fantasy castle in the clouds ",
|
|
description:
|
|
"Prompted an AI image of a magical floating castle during sunset, for use in concept art.",
|
|
icon: "image-1",
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "Draft a SaaS business proposal",
|
|
description:
|
|
"Generated a professional proposal document for a subscription-based productivity tool.",
|
|
icon: "document",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: 1,
|
|
title: "Previous Month",
|
|
items: [
|
|
{
|
|
id: 0,
|
|
title: "Write a blog post about remote work productivity",
|
|
description:
|
|
"Created a 700-word blog article discussing tips, tools, and challenges of working remotely.",
|
|
icon: "ai-chat",
|
|
},
|
|
{
|
|
id: 1,
|
|
title: "Generate a fantasy castle in the clouds ",
|
|
description:
|
|
"Prompted an AI image of a magical floating castle during sunset, for use in concept art.",
|
|
icon: "image-1",
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "Draft a SaaS business proposal",
|
|
description:
|
|
"Generated a professional proposal document for a subscription-based productivity tool.",
|
|
icon: "document",
|
|
},
|
|
{
|
|
id: 3,
|
|
title: "Generate a fantasy castle in the clouds ",
|
|
description:
|
|
"Prompted an AI image of a magical floating castle during sunset, for use in concept art.",
|
|
icon: "analytic",
|
|
},
|
|
{
|
|
id: 4,
|
|
title: "Draft a SaaS business proposal",
|
|
description:
|
|
"Generated a professional proposal document for a subscription-based productivity tool.",
|
|
icon: "document",
|
|
},
|
|
],
|
|
},
|
|
];
|