From 9e7ca066afd83398f1bd01a7050c2fc0226194f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:25 +0000 Subject: [PATCH] Update src/app/news/page.tsx --- src/app/news/page.tsx | 99 ++++++------------------------------------- 1 file changed, 13 insertions(+), 86 deletions(-) diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index 62a18a7..ed0848f 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function NewsPage() { return ( @@ -58,36 +44,9 @@ export default function LandingPage() { 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?_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", - }, + { 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" } ]} /> @@ -96,15 +55,7 @@ export default function LandingPage() { @@ -113,32 +64,8 @@ export default function LandingPage() {