From aedffe3af3611db02def9d890356ef41d0dd28d4 Mon Sep 17 00:00:00 2001 From: Emily Neighbour Date: Mon, 2 Jun 2025 08:21:27 +0100 Subject: [PATCH] our mission small fix --- src/app/our-mission/page.tsx | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/app/our-mission/page.tsx b/src/app/our-mission/page.tsx index 3b35e4b..5a2cbf1 100644 --- a/src/app/our-mission/page.tsx +++ b/src/app/our-mission/page.tsx @@ -1,21 +1,20 @@ "use client"; import Image from "next/image"; + import BottomFooter from "@components/BottomFooter"; function OurMission() { return (
- {/* Overlay for Readability */} - {/*
*/} {/* Centered content */} -
+
{/* Title & Mission Statement */} -
-

Our Mission

-

Earthquake awareness accessible for everyone

+
+

Our Mission

+

Earthquake awareness accessible for everyone

{/* Content Area */}
@@ -24,15 +23,9 @@ function OurMission() { and why earthquakes occur to enable better preparation and recovery. Education, cutting-edge research, and innovative technology combine together.

-
- Tremor Tracker Logo -
+
+ Tremor Tracker Logo +

We combine scientific insights with public awareness, delivering resources, tools, and real-time updates to enhance preparedness for earthquakes in order to save lives, improve recovery efficiency, and build resilience against seismic @@ -63,8 +56,9 @@ function OurMission() {

- +
); } + export default OurMission;