diff --git a/public/artifact.png b/public/artifact.png new file mode 100644 index 0000000..f64abca Binary files /dev/null and b/public/artifact.png differ diff --git a/public/artifactIcon.jpg b/public/artifactIcon.jpg new file mode 100644 index 0000000..cd7f000 Binary files /dev/null and b/public/artifactIcon.jpg differ diff --git a/public/contactUs.jpg b/public/contactUs.jpg new file mode 100644 index 0000000..a5f3d12 Binary files /dev/null and b/public/contactUs.jpg differ diff --git a/public/earthquake.png b/public/earthquake.png new file mode 100644 index 0000000..46ccade Binary files /dev/null and b/public/earthquake.png differ diff --git a/public/mission.jpg b/public/mission.jpg new file mode 100644 index 0000000..84cf01b Binary files /dev/null and b/public/mission.jpg differ diff --git a/public/observatory.jpg b/public/observatory.jpg new file mode 100644 index 0000000..b1c6037 Binary files /dev/null and b/public/observatory.jpg differ diff --git a/public/team.jpg b/public/team.jpg new file mode 100644 index 0000000..a2f547c Binary files /dev/null and b/public/team.jpg differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 43d4b18..ad6a04a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ import Image from 'next/image'; +import Link from 'next/link'; export default function Home() { return ( @@ -12,9 +13,33 @@ export default function Home() { 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 +

+ +

-

+

Welcome to Tremor Tracker

@@ -22,16 +47,16 @@ export default function Home() {

-
-

- Recent Earthquake Events: +
+

+ Recent Earthquake Events

- See the most recent earthquake events from around the world. + Learn about the most recent earthquake events from around the world:

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

{name}

@@ -39,8 +64,40 @@ export default function Home() {
))}
-

Spacer

-

Spacer

+

+
+

+ 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. +

+ +
+

);