diff --git a/src/app/donate/page.js b/src/app/donate/page.js index 1a76122..1c07a6b 100644 --- a/src/app/donate/page.js +++ b/src/app/donate/page.js @@ -19,9 +19,9 @@ const page = () => { return (
-
-
-
+
+
+
building rocket
@@ -30,6 +30,10 @@ const page = () => {
+
+ +
+
{newTexts.map((paragraph, index) => ( { ))}
-
-
+
+
-
+
college ranking
diff --git a/src/components/PageTitle.js b/src/components/PageTitle.js index bf5d7e4..0ede37f 100644 --- a/src/components/PageTitle.js +++ b/src/components/PageTitle.js @@ -6,7 +6,7 @@ const PageTitle = ({ title }) => { return (
Star Background -
+
diff --git a/src/components/donate/Contact.js b/src/components/donate/Contact.js index 1d5699f..c4d235e 100644 --- a/src/components/donate/Contact.js +++ b/src/components/donate/Contact.js @@ -6,7 +6,7 @@ const Contact = () => {
Contact Us
-
+
highlanderspaceprogram@gmail.com
Javen Dosanjh
diff --git a/src/components/donate/Descriptions.js b/src/components/donate/Descriptions.js index fbcf98f..92ba07a 100644 --- a/src/components/donate/Descriptions.js +++ b/src/components/donate/Descriptions.js @@ -2,13 +2,16 @@ import React from "react"; const Descriptions = ({ title, texts }) => { return ( -
-
+
+
{title}
{texts.map((text, index) => ( -
+

{text}

))} diff --git a/src/components/donate/Donate.js b/src/components/donate/Donate.js index 037b6e2..e92e5e6 100644 --- a/src/components/donate/Donate.js +++ b/src/components/donate/Donate.js @@ -5,7 +5,7 @@ const Donate = () => { return ( Donate Here diff --git a/src/components/donate/Sponsors.js b/src/components/donate/Sponsors.js index bdc51e3..6504484 100644 --- a/src/components/donate/Sponsors.js +++ b/src/components/donate/Sponsors.js @@ -3,7 +3,7 @@ import Image from "next/image"; const Sponsors = ({ logos }) => { return ( -
+
Sponsors
diff --git a/src/components/donate/Table.js b/src/components/donate/Table.js index 9727e07..f1657cd 100644 --- a/src/components/donate/Table.js +++ b/src/components/donate/Table.js @@ -3,7 +3,7 @@ import React from "react"; const Table = () => { return (
-
BENEFITS TIER TABLE
+
BENEFITS TIER TABLE
diff --git a/src/components/projects/poseidon/Description.js b/src/components/projects/poseidon/Description.js index f7138c6..c102a73 100644 --- a/src/components/projects/poseidon/Description.js +++ b/src/components/projects/poseidon/Description.js @@ -10,7 +10,7 @@ const Description = ({ title, texts }) => { {texts.map((text, index) => (

{text}