aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/about.js3
-rw-r--r--pages/careers.js3
-rw-r--r--pages/contact-us.js3
-rw-r--r--pages/help-center.js3
-rw-r--r--pages/privacy-policy.js3
-rw-r--r--pages/terms-of-service.js3
6 files changed, 18 insertions, 0 deletions
diff --git a/pages/about.js b/pages/about.js
index e69de29..ac11556 100644
--- a/pages/about.js
+++ b/pages/about.js
@@ -0,0 +1,3 @@
+export default function About() {
+ return <h1>hands that help</h1>
+} \ No newline at end of file
diff --git a/pages/careers.js b/pages/careers.js
new file mode 100644
index 0000000..2b88706
--- /dev/null
+++ b/pages/careers.js
@@ -0,0 +1,3 @@
+export default function Careers() {
+ return <h1>we cant even get jobs, how we gonna employee you??</h1>
+} \ No newline at end of file
diff --git a/pages/contact-us.js b/pages/contact-us.js
new file mode 100644
index 0000000..e174b9a
--- /dev/null
+++ b/pages/contact-us.js
@@ -0,0 +1,3 @@
+export default function ContactUs() {
+ return <h1>dont contact us pls</h1>
+} \ No newline at end of file
diff --git a/pages/help-center.js b/pages/help-center.js
new file mode 100644
index 0000000..22206fd
--- /dev/null
+++ b/pages/help-center.js
@@ -0,0 +1,3 @@
+export default function HelpCenter() {
+ return <h1>halp</h1>
+} \ No newline at end of file
diff --git a/pages/privacy-policy.js b/pages/privacy-policy.js
new file mode 100644
index 0000000..27333d1
--- /dev/null
+++ b/pages/privacy-policy.js
@@ -0,0 +1,3 @@
+export default function PrivacyPolicy() {
+ return <h1>so private</h1>
+} \ No newline at end of file
diff --git a/pages/terms-of-service.js b/pages/terms-of-service.js
new file mode 100644
index 0000000..71df372
--- /dev/null
+++ b/pages/terms-of-service.js
@@ -0,0 +1,3 @@
+export default function TermsOfService() {
+ return <h1>be good volunteer pls</h1>
+} \ No newline at end of file