diff --git a/app/page.tsx b/app/page.tsx
index c5a2b6e..3f43191 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,8 +1,13 @@
export default async function Home() {
return (
-
- This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds.
+
+
+ This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds.
+
+
+ if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com . Still need to setup email for this domain.
+
);
}
diff --git a/package.json b/package.json
index 0440c7b..1f76f1e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kx3dex_radio",
- "version": "1.2.0",
+ "version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",