diff --git a/public/scientists.png b/public/scientists.png new file mode 100644 index 0000000..ea93f7a Binary files /dev/null and b/public/scientists.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de01756..e714fa3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ "use client"; import type { Metadata } from "next"; -import './globals.css'; +import "./globals.css"; -import { action, createStore, StoreProvider } from 'easy-peasy'; -import { Inter } from 'next/font/google'; +import { action, createStore, StoreProvider } from "easy-peasy"; +import { Inter } from "next/font/google"; import { StoreModel } from '@appTypes/StoreModel'; import Navbar from '@components/Navbar'; diff --git a/src/app/page.tsx b/src/app/page.tsx index 309f0d9..817f41f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,8 +74,9 @@ export default function Home() {

info

- What are observatories? What do they do? + What are observatories?

+

What is their role?

info

@@ -97,7 +98,7 @@ export default function Home() { ))} -

+

Contact Information

@@ -110,7 +111,7 @@ export default function Home() { href="/contact-us" className="flex flex-col items-center p-6 hover:bg-white hover:bg-opacity-10 rounded-xl transition-colors duration-300" > - Education Icon + Education Icon

Contact us directly

Visit our socials or leave us a message via phone or email. @@ -120,7 +121,7 @@ export default function Home() { href="/our-mission" className="flex flex-col items-center p-6 hover:bg-white hover:bg-opacity-10 rounded-xl transition-colors duration-300" > - Research Icon + Research Icon

Our Mission

Find out more about our purpose and the features we offer. @@ -130,7 +131,7 @@ export default function Home() { href="/the-team" className="flex flex-col items-center p-6 hover:bg-white hover:bg-opacity-10 rounded-xl transition-colors duration-300" > - Technology Icon + Technology Icon

Meet the Team

Learn about our team leads and their responsibilities. @@ -138,6 +139,13 @@ export default function Home() {

+
+
+
+ Background Image +
+
+
);