diff --git a/public/destruction.jpg b/public/destruction.jpg new file mode 100644 index 0000000..be11f26 Binary files /dev/null and b/public/destruction.jpg differ diff --git a/public/education.png b/public/education.png new file mode 100644 index 0000000..b8ca0e8 Binary files /dev/null and b/public/education.png differ diff --git a/public/research.jpg b/public/research.jpg new file mode 100644 index 0000000..150e1b2 Binary files /dev/null and b/public/research.jpg differ diff --git a/public/road.jpg b/public/road.jpg new file mode 100644 index 0000000..a29f228 Binary files /dev/null and b/public/road.jpg differ diff --git a/public/tech.jpg b/public/tech.jpg new file mode 100644 index 0000000..35f76db Binary files /dev/null and b/public/tech.jpg differ diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index ac3ebc2..d59c600 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -116,19 +116,18 @@ const ContactUs = () => {

Email

-

support@earthquakesafety.org

+

getintouch@tremortracker.org.uk

Phone

-

+1 800 123 4567

+

+44 7538 359022

Address

- 123 Earthquake Ave, Prepared City, CA 98765 + 1 Swentown Row, Greenwich, London, SE3 0FQ

-

Follow Us

@@ -161,6 +160,9 @@ const ContactUs = () => { LinkedIn Logo +

+ @tremor.tracker +

diff --git a/src/app/earthquakes/page.tsx b/src/app/earthquakes/page.tsx index 5a24479..ea1519e 100644 --- a/src/app/earthquakes/page.tsx +++ b/src/app/earthquakes/page.tsx @@ -1,6 +1,6 @@ "use client"; -import Sidebar from "@/components/sidebar"; +import Sidebar from "@/components/Sidebar"; import Map from "@/components/map"; import { useState, useMemo } from "react"; diff --git a/src/app/observatories/page.tsx b/src/app/observatories/page.tsx index 5e4dd6a..d5ae8b0 100644 --- a/src/app/observatories/page.tsx +++ b/src/app/observatories/page.tsx @@ -1,6 +1,6 @@ "use client"; -import Sidebar from "@/components/sidebar"; +import Sidebar from "@/components/Sidebar"; import Map from "@/components/map"; import { useState, useMemo } from "react"; diff --git a/src/app/our-mission/page.tsx b/src/app/our-mission/page.tsx index 24793b7..8760a74 100644 --- a/src/app/our-mission/page.tsx +++ b/src/app/our-mission/page.tsx @@ -1,49 +1,71 @@ "use client"; -//export default function Page() const OurMission = () => { return ( -
-
-

Our Mission

+
+ {/* Overlay to Improve Text Readability */} +
+ + {/* Content Area */} +
+

+ Our Mission +

- At Earthquake Awareness Initiative, our mission is to help people worldwide prepare for and recover from earthquakes. Through education, research, and innovative technology, we work tirelessly to empower communities with the knowledge they need to stay safe before, during, and after seismic events. + At{" "} + + Earthquake Awareness Initiative + + , our mission is to help people worldwide prepare for and recover + from earthquakes. Through education, research, and innovative + technology, we work tirelessly to empower communities with the + knowledge they need to stay safe before, during, and after seismic + events.

- We aim to bridge the gap between scientific research and community awareness by providing resources, tools, and real-time updates for earthquake preparedness. Together, we aspire to save lives, mitigate impacts, and foster resilience against nature's powerful forces. + We aim to bridge the gap between scientific research and community + awareness by providing resources, tools, and real-time updates for + earthquake preparedness. Together, we aspire to save lives, mitigate + impacts, and foster resilience against nature's powerful forces.

-
+
Education Icon

Education

- Providing accessible resources to educate people about earthquake preparedness. + Providing accessible resources to educate people about earthquake + preparedness.

-
+
Research Icon

Research

- Supporting scientific studies to enhance understanding of seismic activity. + Supporting scientific studies to enhance understanding of seismic + activity.

-
+
Technology Icon

Technology

- Leveraging innovation to deliver real-time alerts and safety tools. + Leveraging innovation to deliver real-time alerts and safety + tools.

diff --git a/src/app/warehouse/page.tsx b/src/app/warehouse/page.tsx index 92806cd..7037f4c 100644 --- a/src/app/warehouse/page.tsx +++ b/src/app/warehouse/page.tsx @@ -1,5 +1,5 @@ "use client"; -import Sidebar from "@/components/sidebar"; +import Sidebar from "@/components/Sidebar"; import { useState, useMemo } from "react"; export default function Warehouse() {