import Image from 'next/image'; export default function Home() { return (
Background Image
Title Image

Welcome to Tremor Tracker

TremorTracker empowers communities with real-time earthquake monitoring, preparedness guidance, and the latest research. Our mission is to make seismic safety and scientific insight accessible to everyone—anywhere on the planet.

Recent Earthquake Events:

See the most recent earthquake events from around the world.

{["Earthquake 1", "Earthquake 2", "Earthquake 3", "Earthquake 4", "Earthquake 5"].map((name) => (

{name}

))}

Spacer

Spacer

); // return ( //
//
// Next.js logo //
    //
  1. // Get started by editing{" "} // // src/app/page.tsx // // . //
  2. //
  3. Save and see your changes instantly.
  4. //
//
// // Vercel logomark // Deploy now // // // Read our docs // //
//
// //
// ); }