diff --git a/dist/assets/index-3Uy3iODF.js b/dist/assets/index-_9IXvV77.js
similarity index 99%
rename from dist/assets/index-3Uy3iODF.js
rename to dist/assets/index-_9IXvV77.js
index 21603b9..6a987d2 100644
--- a/dist/assets/index-3Uy3iODF.js
+++ b/dist/assets/index-_9IXvV77.js
@@ -19515,8 +19515,6 @@ const Uw = { class: "flex-col w-11/12 sm:w-10/12 md:w-8/12 py-4" },
{ path: "/", component: null, props: { component: "home" } },
{ path: "/pricing", component: null, props: { component: "pricing" } },
{ path: "/contact", component: null, props: { component: "contact" } },
- { path: "/contact-me", component: null, props: { component: "contact" } },
- { path: "/about", component: null, props: { component: "about-me" } },
{ path: "/about-me", component: null, props: { component: "about-me" } },
{ path: "/portfolio", component: null, props: { component: "portfolio" } },
{
diff --git a/dist/index.html b/dist/index.html
index b717281..ac5193f 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -26,7 +26,7 @@
Vite + Vue
-
+
diff --git a/dist/sitemap.xml b/dist/sitemap.xml
index 3694118..bfd2f10 100644
--- a/dist/sitemap.xml
+++ b/dist/sitemap.xml
@@ -1 +1 @@
-https://josephhansen.dev/ daily 0.3 https://josephhansen.dev/pricing daily 0.3 https://josephhansen.dev/contact daily 0.3 https://josephhansen.dev/contact-me daily 0.3 https://josephhansen.dev/about daily 0.3 https://josephhansen.dev/about-me daily 0.3 https://josephhansen.dev/portfolio daily 0.3 https://josephhansen.dev/portfolio/bazaar daily 0.3 https://josephhansen.dev/portfolio/okc-south-stake daily 0.3 https://josephhansen.dev/portfolio/build-on-your-land daily 0.3 https://josephhansen.dev/portfolio/aris-search daily 0.3 https://josephhansen.dev/portfolio/swim-state-pool daily 0.3 https://josephhansen.dev/portfolio/atlanta-floor-one daily 0.3 https://josephhansen.dev/portfolio/stehl-family-dental daily 0.3 https://josephhansen.dev/portfolio/stuart-pipe daily 0.3 https://josephhansen.dev/portfolio/tub-boys daily 0.3
\ No newline at end of file
+https://josephhansen.dev/ daily 0.3 https://josephhansen.dev/pricing daily 0.3 https://josephhansen.dev/contact daily 0.3 https://josephhansen.dev/contact-me daily 0.3 https://josephhansen.dev/about daily 0.3 https://josephhansen.dev/about-me daily 0.3 https://josephhansen.dev/portfolio daily 0.3 https://josephhansen.dev/portfolio/bazaar daily 0.3 https://josephhansen.dev/portfolio/okc-south-stake daily 0.3 https://josephhansen.dev/portfolio/build-on-your-land daily 0.3 https://josephhansen.dev/portfolio/aris-search daily 0.3 https://josephhansen.dev/portfolio/swim-state-pool daily 0.3 https://josephhansen.dev/portfolio/atlanta-floor-one daily 0.3 https://josephhansen.dev/portfolio/stehl-family-dental daily 0.3 https://josephhansen.dev/portfolio/stuart-pipe daily 0.3 https://josephhansen.dev/portfolio/tub-boys daily 0.3 https://josephhansen.dev/portfolio/josephhansen-dev daily 0.3
\ No newline at end of file
diff --git a/public/sitemap.xml b/public/sitemap.xml
index bfd2f10..98c3397 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -1 +1 @@
-https://josephhansen.dev/ daily 0.3 https://josephhansen.dev/pricing daily 0.3 https://josephhansen.dev/contact daily 0.3 https://josephhansen.dev/contact-me daily 0.3 https://josephhansen.dev/about daily 0.3 https://josephhansen.dev/about-me daily 0.3 https://josephhansen.dev/portfolio daily 0.3 https://josephhansen.dev/portfolio/bazaar daily 0.3 https://josephhansen.dev/portfolio/okc-south-stake daily 0.3 https://josephhansen.dev/portfolio/build-on-your-land daily 0.3 https://josephhansen.dev/portfolio/aris-search daily 0.3 https://josephhansen.dev/portfolio/swim-state-pool daily 0.3 https://josephhansen.dev/portfolio/atlanta-floor-one daily 0.3 https://josephhansen.dev/portfolio/stehl-family-dental daily 0.3 https://josephhansen.dev/portfolio/stuart-pipe daily 0.3 https://josephhansen.dev/portfolio/tub-boys daily 0.3 https://josephhansen.dev/portfolio/josephhansen-dev daily 0.3
\ No newline at end of file
+https://josephhansen.dev/ daily 0.3 https://josephhansen.dev/pricing daily 0.3 https://josephhansen.dev/contact daily 0.3 https://josephhansen.dev/about-me daily 0.3 https://josephhansen.dev/portfolio daily 0.3 https://josephhansen.dev/portfolio/bazaar daily 0.3 https://josephhansen.dev/portfolio/okc-south-stake daily 0.3 https://josephhansen.dev/portfolio/build-on-your-land daily 0.3 https://josephhansen.dev/portfolio/aris-search daily 0.3 https://josephhansen.dev/portfolio/swim-state-pool daily 0.3 https://josephhansen.dev/portfolio/atlanta-floor-one daily 0.3 https://josephhansen.dev/portfolio/stehl-family-dental daily 0.3 https://josephhansen.dev/portfolio/stuart-pipe daily 0.3 https://josephhansen.dev/portfolio/tub-boys daily 0.3 https://josephhansen.dev/portfolio/josephhansen-dev daily 0.3
\ No newline at end of file
diff --git a/src/components/main/blocks/services/PanelDevelopment.vue b/src/components/main/blocks/services/PanelDevelopment.vue
index 5e83a02..5c249cf 100644
--- a/src/components/main/blocks/services/PanelDevelopment.vue
+++ b/src/components/main/blocks/services/PanelDevelopment.vue
@@ -2,6 +2,140 @@
const props = defineProps({
brightness: Number,
})
+ const pClass = (brightness) => {
+ if (brightness >= 4) {
+ return "text-slate-800"
+ } else if (brightness == 3) {
+ return "text-slate-200"
+ } else if (brightness == 2) {
+ return "text-slate-300"
+ } else if (brightness == 1) {
+ return "text-slate-300"
+ }
+ }
+
+ import ctaForm from "../ctaForm/ctaForm.vue"
-
+
+
+
+
+
+ Need a custom pricing calculator?
+
+
+
+
+
+
+
+
+
+ What about dynamic hours?
+
+
+
+
+
+
+
+
+
+
+ Maybe you need a complex WordPress theme built from scratch?
+
+
+
+
+
+
+
+
+
+ No matter how complex your problem may be, I can fix it.
+
+ I've been working on websites for over a decade, and I can do custom development for you in pretty much any language you can throw my way. Let me worry about automations, algorithims, integrations, and all that other stuff that is distracting you from your business. I'll take your problems off your plate and develop a solution.
+
+
+
+
+
+
+
+
+
+
+