diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index ed0848f..12ef5b0 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -44,9 +44,9 @@ export default function NewsPage() { title="Latest Threat Intelligence" description="Stay ahead of global cyber risks." blogs={[ - { id: "b1", category: "CRITICAL", title: "New Ransomware Strain", excerpt: "Full detail of the vulnerability...", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 24, 2024" }, - { id: "b2", category: "HIGH", title: "Browser Zero-Day", excerpt: "Update now for security.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 23, 2024" }, - { id: "b3", category: "INFO", title: "Phishing Trends", excerpt: "New tactics discovered.", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 22, 2024" } + { id: "b1", category: "CRITICAL", title: "New Ransomware Strain", excerpt: "Full detail of the vulnerability...", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=3", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 24, 2024" }, + { id: "b2", category: "HIGH", title: "Browser Zero-Day", excerpt: "Update now for security.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=5", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 23, 2024" }, + { id: "b3", category: "INFO", title: "Phishing Trends", excerpt: "New tactics discovered.", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=3", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 22, 2024" } ]} />