import Head from 'next/head'
import { useState } from 'react'
import fetchNews from '../lib/fetch-news'
export async function getServerSideProps() {
try {
let globalCounter = 1;
const getNextId = () => globalCounter++;
const generalNews = await fetchNews('general');
const businessNews = await fetchNews('business');
const techNews = await fetchNews('technology');
const sportsNews = await fetchNews('sports');
const allNews = [
...generalNews.news, ...businessNews.news, ...techNews.news, ...sportsNews.news
];
const article = {
headline: "Rahane: 'When the team is struggling, it is important to show your character'",
published_at: "25 May 2026, 05:29 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "With Siddaramaiah and DKS by side, KC Venugopal denies Karnataka CM change buzz",
published_at: "26 May 2026, 03:21 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "IndiGo Bengaluru-Chennai flight evacuated after smoke detected during taxiing, airline responds",
published_at: "26 May 2026, 03:01 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Apple’s AI health coach could be delayed, leaving fitness fans in the lurch as rival companies surge ahead - TechRadar",
published_at: "26 May 2026, 05:28 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Ritu Jaiswal, ex-RJD Bihar women's wing chief, joins BJP: All about the leader",
published_at: "26 May 2026, 10:00 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Clashes erupt in Mumbai's Mira Road over alleged goat sacrifice ahead of Eid al-Adha, FIR filed",
published_at: "26 May 2026, 12:07 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Karnataka CM, DCM in Delhi: Congress top brass only discussed Rajya Sabha polls, rest is speculation, insists K.C. Venugopal - The Hindu",
published_at: "26 May 2026, 01:07 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "India needs to raise R&D spending to 2 pc of GDP by 2035 to boost manufacturing: Report ",
published_at: "20 May 2026, 11:21 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Oil giant BP chairman removed over 'governance concerns', interim chief named",
published_at: "26 May 2026, 12:05 pm",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Siddaramaiah to stay CM? Big remark by Karnataka Congress leader amid power tussle",
published_at: "26 May 2026, 08:17 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Engineer Rashid gets interim bail for father’s post-death rituals",
published_at: "26 May 2026, 09:17 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "US jury finds Boeing not guilty in 737 MAX grounding lawsuit ",
published_at: "23 May 2026, 02:21 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "India, Canada eye 'game changer' deal; aim to triple bilateral trade to $50 billion by 2030",
published_at: "26 May 2026, 04:49 am",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Petrol pain: How fuel price hike complicates RBI’s inflation fight",
published_at: "26 May 2026, 03:26 pm",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Superconducting diamond reveals a hidden three-phase order - Tech Explorist",
published_at: "26 May 2026, 12:16 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Fish-rice meals at ₹5, curbs on liquor shops: Bengal CM Suvendu Adhikari announces new initiatives",
published_at: "26 May 2026, 10:09 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Vivo X500 Pro Camera Specifications Leak; Tipped to Feature MediaTek Dimensity 9600 SoC",
published_at: "26 May 2026, 09:44 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "‘100 is just a number...let rupee depreciate or reserves will bleed out’: 16th Finance Commission chief Arvind Panagariya’s advice to RBI ",
published_at: "22 May 2026, 02:03 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Indian-origin woman shot dead inside US supermarket; attack caught on cam",
published_at: "26 May 2026, 09:34 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Why CEA Anantha Nageswaran says India is facing a ‘Live Balance of Payments Stress Test’ ",
published_at: "20 May 2026, 09:19 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "In another dowry-linked death, newlywed jumps from fourth floor of Delhi house, family alleges harassment",
published_at: "26 May 2026, 11:41 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "NIA files charge sheet against 9 for grenade attack on Haryana police station",
published_at: "26 May 2026, 12:14 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Explained: Why Taiwan has overtaken India to become world’s fifth largest stock market",
published_at: "26 May 2026, 04:48 am",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Enzo Maresca 'signs three-year deal' to replace Pep Guardiola as Man City set to make official announcement - Goal.com",
published_at: "26 May 2026, 09:34 am",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Character limit on X faces Parliament panel scrutiny, chairman Nishikant Dubey from BJP cites Right to Equality",
published_at: "26 May 2026, 09:56 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Trump’s big move hits Indians: Over 7 lakh green card seekers face uncertainty; top challenges explained",
published_at: "26 May 2026, 09:30 am",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "CSA apologises for 'confusion' around New Year's Test tickets availability ",
published_at: "21 May 2026, 03:24 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "China coal mine blast toll jumps to 82, nine missing ",
published_at: "23 May 2026, 03:05 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Redmi Note 15 5G, Redmi 15 5G Reportedly Receive Price Hikes in India",
published_at: "25 May 2026, 10:26 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Xiaomi 17T, Xiaomi 17 Pro Price, Storage Configurations Leak Ahead of Global Launch",
published_at: "25 May 2026, 04:01 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Monsoon yet to arrive in Kerala; heatwave to continue over central, NW India: IMD",
published_at: "26 May 2026, 09:52 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Suryakumar Yadav likely to play against Uganda in Mumbai",
published_at: "26 May 2026, 12:10 pm",
source: "TOI Sports",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Bhishmar (2026) Now Streaming Online: What You Need to Know About This Malayalam Action Drama",
published_at: "24 May 2026, 08:30 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Medvedev reveals what he 'should' have done after latest Roland Garros defeat - ATP Tour",
published_at: "26 May 2026, 03:51 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "RCB vs GT, Qualifier 1: How Powerplay battle could decide IPL 2026 finalist",
published_at: "26 May 2026, 07:31 am",
source: "TOI Sports",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "RR qualify for IPL 2026 playoffs; PBKS and KKR knocked out",
published_at: "24 May 2026, 03:11 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Graham Clark hits Durham's fastest fifty to down Leicestershire ",
published_at: "24 May 2026, 05:12 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "We'll Have Fewer Doctors, Scientists: US Tech Founders On New Green Card Rule",
published_at: "26 May 2026, 04:43 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Lanning goes freelance after opting out of Victoria contract",
published_at: "26 May 2026, 12:41 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Solid RCB, surging GT clash for direct final ticket",
published_at: "25 May 2026, 12:39 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Trump to deploy 5,000 troops to Poland post Karol Nawrocki's election as President ",
published_at: "22 May 2026, 12:56 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "007 First Light developer releases opening footage post leaks; 13-minute intro shows stealth-heavy mission - Indulgexpress",
published_at: "25 May 2026, 05:01 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Bairstow puts down a marker as Yorkshire march past Outlaws",
published_at: "26 May 2026, 09:07 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "'In a great mind space'- Shreyas Iyer, and the freedom of expression",
published_at: "24 May 2026, 04:59 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Fredun Pharmaceuticals board approves 2:1 bonus issue ",
published_at: "26 May 2026, 12:14 pm",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Oppo A6c Launched in India With 7,000mAh Battery, 13-Megapixel Rear Camera: Price, Specifications",
published_at: "26 May 2026, 04:26 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Kuldeep and Rahul help DC sign off with big win",
published_at: "24 May 2026, 07:54 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "iOS 27 Said to Offer Third-Party AirPlay Alternatives Such as Google Cast to EU Users",
published_at: "25 May 2026, 12:48 pm",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "IYC fuels its ‘Indian Youth Cockroaches’ campaign as unemployment in focus after viral social media movement",
published_at: "26 May 2026, 01:57 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Hide Your Number on WhatsApp: How to Set a Username for Better Privacy",
published_at: "23 May 2026, 06:30 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Rare Blueberry Species Rediscovered In Arunachal Forest After 188 Years",
published_at: "26 May 2026, 01:08 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Ireland host rare home Test as New Zealand seek red-ball rhythm ",
published_at: "26 May 2026, 05:36 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "AIADMK’s Esakki Subaya resigns to join TVK; fourth exit in two days",
published_at: "26 May 2026, 10:00 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "US stock markets today (May 26, 2026): Wall Street rises as Iran deal hopes lift sentiment, tech stocks lead gains",
published_at: "26 May 2026, 02:10 pm",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Take-Two Confirms GTA 6 Launch Date Again, Says Marketing Campaign Will Begin This Summer",
published_at: "22 May 2026, 07:10 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Patrolling, flag marches, social media monitoring: Delhi Police on high alert ahead of Eid ul-Azha",
published_at: "26 May 2026, 03:36 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "After two T20 World Cup final defeats, Wolvaardt says South Africa 'even hungrier' for title",
published_at: "26 May 2026, 11:32 am",
source: "TOI Sports",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Realme 16T 5G Review: The Pro Looks at an Affordable Price",
published_at: "22 May 2026, 07:51 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Iran, US make progress on Tehran's demand to unfreeze assets; Doha talks signal breakthrough: Report - Moneycontrol.com",
published_at: "26 May 2026, 09:50 am",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Apple's AI-Powered Health Coach Said to Face Delay, Might Arrive After watchOS 27 Release",
published_at: "25 May 2026, 05:15 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Vijay Shankar set for LPL stint with Kandy Royals",
published_at: "26 May 2026, 01:33 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "White House Shooting: Who was Nasire Best? Maryland man who allegedly believed he was ‘Jesus Christ’ killed after gunfire near Donald Trump’s home ",
published_at: "24 May 2026, 02:39 am",
source: "Economic Times",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Google Introduces Gemini 3.5 Flash Low to Help Antigravity Users Maximise Usage",
published_at: "26 May 2026, 08:39 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Setback for BJD as MP quits party, resigns from RS",
published_at: "26 May 2026, 12:08 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "6 die due to asphyxiation inside under-construction septic tank: Odisha Police",
published_at: "26 May 2026, 07:20 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Siddaramaiah's Rajya Sabha move likely, but Shivakumar may still not be CM: What next in Karnataka?",
published_at: "26 May 2026, 05:11 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "As Heatwave Grips India Again, Data Shows Who Is Most At Risk",
published_at: "26 May 2026, 04:31 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "PM Modi completes 12 years in office; BJP, Union ministers hail his leadership",
published_at: "26 May 2026, 03:59 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Parliament panel to review CBSE marking, NEET and language policy",
published_at: "26 May 2026, 09:12 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Devine intervention brings New Zealand back from the dead",
published_at: "24 May 2026, 03:17 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "AAP to contest 2028 MP assembly polls on its own strength",
published_at: "26 May 2026, 04:47 pm",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Moto G37 Power vs Oppo K14x vs Samsung Galaxy M17 5G: Price in India, Specifications Compared",
published_at: "23 May 2026, 04:30 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Won't go and forcibly vacate: Centre tells Delhi high court over Delhi Gymkhana Club eviction",
published_at: "26 May 2026, 05:30 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Nifty, Sensex Fall From Day's High To Slip In The Red — Three Reasons Why Market Is Falling Today - NDTV Profit",
published_at: "26 May 2026, 08:53 am",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Why Trump's Push For Muslim Nations To Join Abraham Accords Is Unrealistic",
published_at: "26 May 2026, 03:38 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Salt misses out for RCB; Shubman makes big change as GT opt to field",
published_at: "26 May 2026, 01:49 pm",
source: "TOI Sports",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "OKX Introduces Exchange OS to Support User-Created Crypto Trading Markets",
published_at: "26 May 2026, 10:32 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "MacBook Pro OLED Panels to Enter Mass Production Next Month as Anticipated Launch Draws Close: Report",
published_at: "22 May 2026, 09:00 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Ethereum Co-Founder Vitalik Buterin Responds to Criticism of Ethereum Foundation",
published_at: "25 May 2026, 12:43 pm",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "'I was not supposed to play today' - Riyan Parag not completely fit but will play Eliminator",
published_at: "24 May 2026, 03:28 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Meta Launches Forum App as a Reddit-Like Platform for Discussions With AI-Powered Assistant for Admins",
published_at: "22 May 2026, 01:47 pm",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Lawyer seeks to register Cockroach Janta Party separately from US-based founder",
published_at: "26 May 2026, 08:27 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Assam UCC Bill keeps tribals out of ambit; proposes live-in registration, polygamy ban",
published_at: "26 May 2026, 12:50 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "MI bowl and rest Bumrah; Parag, Burger back for RR",
published_at: "24 May 2026, 10:17 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: ""Absolute Chaos": Israeli Police Recounts Deadly Iran Missile Strike",
published_at: "26 May 2026, 02:33 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Understrength Surrey maintain 100% win record ",
published_at: "24 May 2026, 01:55 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Macleod, Griffith storm to victory for Essex",
published_at: "22 May 2026, 06:13 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Chunky Panday DEFENDS Ananya for brutal trolling on her ‘Bharatanatyam’ moves: 'Understand the context be - The Times of India",
published_at: "26 May 2026, 08:18 am",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "3 teachers behind leaking NEET questions to be named in CBI chargesheet",
published_at: "26 May 2026, 02:11 am",
source: "Hindustan Times",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Dattani and spinners take Hampshire to first Blast win",
published_at: "26 May 2026, 05:45 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Shreyas Iyer's maiden IPL ton keeps Punjab Kings in the hunt for playoffs spot",
published_at: "24 May 2026, 04:21 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Course-corrected RR thrown a first-blink challenge against SRH - Cricbuzz",
published_at: "26 May 2026, 04:05 pm",
source: "Google News",
category: "GENERAL",
read_full: "Click to expand ▼",
};
const article = {
headline: "Gold price prediction today: Where are gold prices headed in the coming days? Check May 26, 2026 outlook",
published_at: "26 May 2026, 05:38 am",
source: "TOI Business",
category: "BUSINESS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Xiaomi Smart Band 11 Active Reportedly Sighted on IMDA, NCC Certification Sites Ahead of Launch",
published_at: "25 May 2026, 03:30 am",
source: "Gadgets360",
category: "TECHNOLOGY",
read_full: "Click to expand ▼",
};
const article = {
headline: "Simpson the best as Sussex power past Essex",
published_at: "22 May 2026, 08:42 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Kuldeep: 'Was expecting more, but I couldn't deliver this season'",
published_at: "24 May 2026, 07:10 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "'Revenge, spite' driving Schutt in World Cup swansong",
published_at: "25 May 2026, 04:31 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "SRH bat, Bethell out as Patidar returns for RCB",
published_at: "22 May 2026, 02:07 pm",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "England hopeful James Rew stars in comfortable Somerset win ",
published_at: "26 May 2026, 10:09 am",
source: "ESPN Cricinfo",
category: "SPORTS",
read_full: "Click to expand ▼",
};
const article = {
headline: "Smoke Scare On IndiGo Aircraft, Then An Emergency Evacuation",
published_at: "26 May 2026, 03:45 pm",
source: "NDTV",
category: "GENERAL",
read_full: "Click to expand ▼",
};
return { props: { news: allNews } };
} catch (error) {
console.error('Error:', error);
}
}