feat: add BlogAccordion component and integrate with Blog page; include Pantone color content
This commit is contained in:
@@ -99,3 +99,18 @@ a warming, brown hue imbued with richness. It nurtures us with its suggestion of
|
||||
of chocolate and coffee, answering our desire for comfort.`]
|
||||
|
||||
|
||||
export const BlogContent = [
|
||||
{
|
||||
title: 'Panetone color 2025',
|
||||
description: [
|
||||
'A Pantone color is a standardized, proprietary color created by the Pantone company, which assigns a unique code to each color. These colors are used in various industries to ensure color consistency across different materials and locations, as they provide a shared language for specifying and reproducing colors accurately. Pantone colors are often more vibrant and consistent than colors created with the standard CMYK or RGB color models.',
|
||||
|
||||
'For 2025, the Pantone Color Institute selects PANTONE 17-1230 Mocha Mousse, a warming, brown hue imbued with richness. It nurtures us with its suggestion of the delectable qualities of chocolate and coffee, answering our desire for comfort.' ]
|
||||
},
|
||||
{
|
||||
title: 'How I achieved 100% on Lighthouse Audit',
|
||||
description: [
|
||||
'TBA' ]
|
||||
},
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user