diff --git a/site/index.html b/site/index.html index 6213513..6990257 100644 --- a/site/index.html +++ b/site/index.html @@ -893,6 +893,54 @@ justify-content: center; gap: 1rem; } + + /* ============================================ + AVAILABILITY BANNER + ============================================ */ + .availability-banner { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 1.5rem; + padding: 1.25rem 1.5rem; + background: linear-gradient(135deg, var(--witch-purple) 0%, var(--witch-plum) 100%); + border-radius: 12px; + margin-bottom: 2rem; + } + + .availability-item { + display: flex; + align-items: center; + gap: 0.5rem; + color: var(--witch-moon); + font-size: 0.95rem; + } + + .availability-item i { + font-size: 1.2rem; + color: #10b981; + } + + .availability-item:nth-child(2) i { + color: #ffd700; + } + + .availability-item:nth-child(3) i { + color: var(--witch-mauve); + } + + .availability-item:nth-child(4) i { + color: #60a5fa; + } + + @media (max-width: 768px) { + .availability-banner { + flex-direction: column; + align-items: center; + gap: 1rem; + text-align: center; + } + } @@ -1439,6 +1487,28 @@ })(); + +
+
+ + Accepting New Clients +
+
+ + NDA Ready — Your project stays confidential +
+
+ + 1-3 Business Days response time +
+
+ + Custom Quotes available on request +
+
+ @@ -2145,6 +2215,24 @@

Have a question, want to work together, or just want to say hello? Fill out the form below and we'll get back to you!

+
+
+ + Accepting New Clients +
+
+ + NDA Ready — Your project stays confidential +
+
+ + 1-3 Business Days response time +
+
+ + Custom Quotes available on request +
+