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

Education Icon

Earthquakes

Log new earthquakes with their required details or search past seismic events

Research Icon

Observatories

Find recently active observatories, and newly opened/closed sites

Technology Icon

Artifacts

View or purchase recently discovered artifacts from seismic events

Background Image

Welcome to Tremor Tracker

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

What is an earthquake?

info

How do we log earthquakes?

What information are we interested in?

info

What are observatories?

What is their role?

info

Recent Earthquake Events

Learn about the most recent earthquake events from around the world:

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

{name}

))}

Contact Information

Learn about Tremor Tracker's mission, our team or contact us directly:

Education Icon

Contact us directly

Visit our socials or leave us a message via phone or email.

Research Icon

Our Mission

Find out more about our purpose and the features we offer.

Technology Icon

Meet the Team

Learn about our team leads and their responsibilities.

Background Image
); // 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 // //
//
// //
// ); }