From cfeccc68a36c8eb271a938e7114d4c9d560ad481 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:02:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33144fd..d3b3e93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { title="The Great Smog Event" description="A catastrophic meteorological event that paralyzed the London region in December 1952. Spanning the UK, this high-pressure system trapped toxic industrial pollutants across the Thames valley, creating a dense, deadly atmosphere." carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "London Smog 1952" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "Smog atmosphere" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "Industrial city haze" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "Pollution dense air" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "Historical event" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg", imageAlt: "Atmospheric event" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=1", imageAlt: "London Smog 1952" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=2", imageAlt: "Smog atmosphere" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=3", imageAlt: "Industrial city haze" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=4", imageAlt: "Pollution dense air" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=5", imageAlt: "Historical event" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=6", imageAlt: "Atmospheric event" } ]} /> @@ -67,7 +67,7 @@ export default function LandingPage() { { title: "Scope", description: "A widespread high-pressure event trapping coal smoke and industrial output." } ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=7" /> @@ -79,9 +79,9 @@ export default function LandingPage() { features={[ { id: "1", title: "Social & Health", author: "Healthcare", description: "Travel was halted by near-zero visibility. Hospitals faced an overwhelming surge of respiratory failure cases.", tags: ["Health Risk", "Visibility"], imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-31565.jpg" }, { id: "2", title: "Economic & Agriculture", author: "Economy", description: "Agricultural output suffered drastically as sunlight was blocked, leading to immediate yield reductions.", tags: ["Prices", "Yields"], imageSrc: "http://img.b2bpic.net/free-photo/resilient-life-desert_23-2151961985.jpg" }, - { id: "3", title: "Environmental Event", author: "Environment", description: "The high-pressure system exacerbated stagnant air, preventing pollutant dispersion.", tags: ["Stagnation", "Heatwave"], imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878570.jpg" }, - { id: "4", title: "Urban Logistics", author: "Transport", description: "Public transportation was completely paralyzed, and emergency services were unable to reach patients.", tags: ["Logistics", "Crisis"], imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg" }, - { id: "5", title: "Industrial Output", author: "Manufacturing", description: "Industrial productivity ground to a halt as visibility inside factories dropped to critical levels.", tags: ["Industry", "Coal"], imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878570.jpg" } + { id: "3", title: "Environmental Event", author: "Environment", description: "The high-pressure system exacerbated stagnant air, preventing pollutant dispersion.", tags: ["Stagnation", "Heatwave"], imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878570.jpg?_wi=1" }, + { id: "4", title: "Urban Logistics", author: "Transport", description: "Public transportation was completely paralyzed, and emergency services were unable to reach patients.", tags: ["Logistics", "Crisis"], imageSrc: "http://img.b2bpic.net/free-photo/view-green-mountain-covered-by-fog_198169-39.jpg?_wi=8" }, + { id: "5", title: "Industrial Output", author: "Manufacturing", description: "Industrial productivity ground to a halt as visibility inside factories dropped to critical levels.", tags: ["Industry", "Coal"], imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878570.jpg?_wi=2" } ]} title="Catastrophic Impacts" description="The smog caused systemic collapse across various societal and economic sectors, revealing the vulnerability of modern urban infrastructure." @@ -122,7 +122,7 @@ export default function LandingPage() {