GNXSOFT.COM
This commit is contained in:
45
gnx-react/public/data/blog-category.ts
Normal file
45
gnx-react/public/data/blog-category.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
// Blog category data - Replace with API call to get blog categories
|
||||
export const BlogCategoryButtons = [
|
||||
{
|
||||
id: 1,
|
||||
title: "All",
|
||||
slug: "all",
|
||||
display_order: 1
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Enterprise Software",
|
||||
slug: "enterprise-software",
|
||||
display_order: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Digital Transformation",
|
||||
slug: "digital-transformation",
|
||||
display_order: 3
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "System Integration",
|
||||
slug: "system-integration",
|
||||
display_order: 4
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Cloud Solutions",
|
||||
slug: "cloud-solutions",
|
||||
display_order: 5
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Security",
|
||||
slug: "security",
|
||||
display_order: 6
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
title: "API Development",
|
||||
slug: "api-development",
|
||||
display_order: 7
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user