Created
February 6, 2025 17:48
-
-
Save tc-david/f5cffe3915152014743dbd114c3be925 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pressReleases": [ | |
{ | |
"id": "1", | |
"title": "Next.js 14 Released with Performance Boosts", | |
"date": "2024-02-06", | |
"author": "John Doe", | |
"content": "Next.js 14 has been released with major improvements in server components, caching, and edge functions.", | |
"image": "https://example.com/nextjs14.jpg", | |
"tags": ["Next.js", "JavaScript", "Web Development"] | |
}, | |
{ | |
"id": "2", | |
"title": "AI and Design: The Future of Branding", | |
"date": "2024-01-25", | |
"author": "Jane Smith", | |
"content": "AI tools are transforming branding with real-time design assistance and automated asset generation.", | |
"image": "https://example.com/ai-design.jpg", | |
"tags": ["AI", "Design", "Branding"] | |
}, | |
{ | |
"id": "3", | |
"title": "How Sound Design Enhances Brand Identity", | |
"date": "2024-01-10", | |
"author": "Alex Johnson", | |
"content": "Sound branding is becoming a crucial element in brand recognition and customer engagement.", | |
"image": "https://example.com/sound-branding.jpg", | |
"tags": ["Sound Design", "Branding", "Marketing"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment