Update src/app/alerts/page.tsx

This commit is contained in:
2026-03-12 16:54:15 +00:00
parent 73d4062180
commit c1556e508c

View File

@@ -45,21 +45,21 @@ export default function AlertsPage() {
id: "1",
title: "Real-Time Tracking Map",
tags: ["Tracking", "Live"],
imageSrc: "http://img.b2bpic.net/free-vector/ecological-wind-power-flat-infographic-poster_1284-8891.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/ecological-wind-power-flat-infographic-poster_1284-8891.jpg?_wi=2",
imageAlt: "Live cyclone tracking map",
},
{
id: "2",
title: "Warning Levels & Alerts",
tags: ["Alerts", "Warning"],
imageSrc: "http://img.b2bpic.net/free-photo/angry-ceo-tension-trying-manage-organizational-crisis-boardroom_482257-122903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/angry-ceo-tension-trying-manage-organizational-crisis-boardroom_482257-122903.jpg?_wi=2",
imageAlt: "Storm warning alert levels",
},
{
id: "3",
title: "Safety Recommendations",
tags: ["Safety", "Guidance"],
imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg?_wi=2",
imageAlt: "Safety recommendations guide",
},
]}
@@ -81,21 +81,21 @@ export default function AlertsPage() {
id: "1",
title: "Evacuation Guidelines",
tags: ["Evacuation", "Procedures"],
imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stomatology-patient-denstiry-wainting-area-filling-form-before-consultation-with-dentist-dressed-ppe-suit-as-safety-precation-agasint-infection-with-coronavirus-global-outbreak_482257-16170.jpg?_wi=3",
imageAlt: "Evacuation procedures guide",
},
{
id: "2",
title: "Find Emergency Shelters",
tags: ["Shelters", "Safety"],
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-sit-read-field-chair_1150-24715.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-sit-read-field-chair_1150-24715.jpg?_wi=1",
imageAlt: "Emergency shelter locations",
},
{
id: "3",
title: "First Aid During Storms",
tags: ["Medical", "Safety"],
imageSrc: "http://img.b2bpic.net/free-photo/paramedics-examining-injured-girl_107420-63735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/paramedics-examining-injured-girl_107420-63735.jpg?_wi=1",
imageAlt: "First aid emergency response",
},
]}