diff --git a/_includes/footer.html b/_includes/footer.html
index 0fae383..83fa68b 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -9,7 +9,7 @@
-
© 2023 Position Development, LLC.
+ © 2024 Position Development, LLC.
workers@positiondev.com
diff --git a/_includes/nav.html b/_includes/nav.html
index 31ab066..3af9074 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -4,5 +4,4 @@
team
schedule a meeting
contact us
- Wayland
diff --git a/_layouts/default.html b/_layouts/default.html
index e6306b0..edeb215 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -20,11 +20,13 @@
-
- {{ page.title }}
-
+ {% if page.title != "contact us" %}
+
+ {{ page.title }}
+
+ {% endif %}
- {{ content }}
+ {{ content }}
diff --git a/_layouts/home.html b/_layouts/home.html
index 9aa6b2c..1e1e9ed 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -28,24 +28,12 @@ mission
- Current clients
+ we've worked with:
- {% for client in site.data.clients %}
- -
-
-
-
-
-
- {% endfor %}
-
-
-
- Past clients
+ {% assign all_clients = site.data.clients | concat: site.data.past_clients %}
-
- {% for client in site.data.past_clients %}
+ {% for client in all_clients %}
-
diff --git a/contact.html b/contact.html
index 200ee4f..7d24624 100644
--- a/contact.html
+++ b/contact.html
@@ -3,78 +3,5 @@
layout: default
---
-
Fill out the form below or email us at
- workers@positiondev.com.
-
-
-
-
-
thank you
-
-
We'll get back to you shortly.
-
-
\ No newline at end of file
+
+
diff --git a/wayland.html b/wayland.html
deleted file mode 100644
index e8b86d4..0000000
--- a/wayland.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
-layout: default
-title: Wayland
-redirect_to: https://mailchi.mp/0195ef63637e/wayland
----