From 3227c55d7b9558b4b4bb2d0fccef6b36a8a2ed1d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:16:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 100 +++++++++-------------------------------------- 1 file changed, 18 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b5d63..71597ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,41 +43,22 @@ export default function LandingPage() {
@@ -97,32 +72,11 @@ export default function LandingPage() { description="Discover our latest news and features." blogs={[ { - id: "b1", - title: "The Future of Digital News", - excerpt: "How AI is changing the landscape of journalism.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg?_wi=1", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", - date: "Oct 12, 2023", - }, + id: "b1", category: "Journalism", title: "The Future of Digital News", excerpt: "How AI is changing the landscape of journalism.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", date: "Oct 12, 2023"}, { - id: "b2", - title: "Global Innovation Hubs", - excerpt: "Exploring the cities leading technology adoption.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg?_wi=1", - authorName: "John Smith", - authorAvatar: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", - date: "Oct 15, 2023", - }, + id: "b2", category: "Technology", title: "Global Innovation Hubs", excerpt: "Exploring the cities leading technology adoption.", imageSrc: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/photo-editing-software-computer-screen-empty-studio-used-enhancing-digital-images_482257-82274.jpg", date: "Oct 15, 2023"}, { - id: "b3", - title: "Sustainable Tech Practices", - excerpt: "Why energy efficiency matters for modern servers.", - imageSrc: "http://img.b2bpic.net/free-photo/cloud-download-icon-line-connection-circuit-board_1379-888.jpg", - authorName: "Alice Wong", - authorAvatar: "http://img.b2bpic.net/free-photo/cloud-download-icon-line-connection-circuit-board_1379-888.jpg", - date: "Oct 18, 2023", - }, + id: "b3", category: "Sustainability", title: "Sustainable Tech Practices", excerpt: "Why energy efficiency matters for modern servers.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-download-icon-line-connection-circuit-board_1379-888.jpg", authorName: "Alice Wong", authorAvatar: "http://img.b2bpic.net/free-photo/cloud-download-icon-line-connection-circuit-board_1379-888.jpg", date: "Oct 18, 2023"}, ]} /> @@ -137,25 +91,13 @@ export default function LandingPage() { description="Quantifying our reach and content influence." metrics={[ { - id: "m1", - value: "1.2M", - title: "Monthly Readers", - description: "Global reach on our platform.", - icon: Users, + id: "m1", value: "1.2M", title: "Monthly Readers", description: "Global reach on our platform.", icon: Users, }, { - id: "m2", - value: "500+", - title: "Published Stories", - description: "High-quality journalism daily.", - icon: Newspaper, + id: "m2", value: "500+", title: "Published Stories", description: "High-quality journalism daily.", icon: Newspaper, }, { - id: "m3", - value: "99.9%", - title: "Uptime", - description: "Consistent access to news.", - icon: ShieldCheck, + id: "m3", value: "99.9%", title: "Uptime", description: "Consistent access to news.", icon: ShieldCheck, }, ]} /> @@ -168,12 +110,7 @@ export default function LandingPage() { title="Trusted by Leaders" description="Partnering with industry pioneers." names={[ - "Global Media Group", - "Tech Innovation Press", - "Creative Studio Hub", - "Digital Journalism Inc", - "Future News Network", - ]} + "Global Media Group", "Tech Innovation Press", "Creative Studio Hub", "Digital Journalism Inc", "Future News Network"]} /> @@ -181,8 +118,7 @@ export default function LandingPage() {