Our mission is to
- empower businesses to achieve their goals
+ empower businesses to achieve their goals
We believe the right tools and automation can improve everyone's work. Whether you are a business owner or the very customer engaging with that business, CloudZen builds solutions to help with:
diff --git a/Features/Landing/Components/Services.razor b/Features/Landing/Components/Services.razor
index 9962c5f..b744a22 100644
--- a/Features/Landing/Components/Services.razor
+++ b/Features/Landing/Components/Services.razor
@@ -19,7 +19,7 @@
We Handle the Technology.
- You Focus on Growing and Making Money.
+ You Focus on Growing and Making Money.
One partner who builds, modernizes, and automates — so you don't have to hire an entire tech department.
diff --git a/Features/Legal/Components/Faq.razor.css b/Features/Legal/Components/Faq.razor.css
index 134b697..89b1586 100644
--- a/Features/Legal/Components/Faq.razor.css
+++ b/Features/Legal/Components/Faq.razor.css
@@ -8,19 +8,19 @@
.faq-item {
background: #ffffff;
- border: 1px solid rgba(97, 194, 200, 0.25);
+ border: 1px solid #40676B; /* teal-cyan-aqua-600 */
border-radius: 0.75rem;
overflow: hidden;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover {
- border-color: #d1d5db;
+ border-color: #40676B; /* teal-cyan-aqua-600 */
}
.faq-item--open {
- border-color: rgba(97, 194, 200, 0.5);
- box-shadow: 0 4px 16px rgba(97, 194, 200, 0.1);
+ border-color: #40676B; /* teal-cyan-aqua-600 */
+ box-shadow: 0 4px 16px rgba(64, 103, 107, 0.1);
}
/* Trigger button */
@@ -157,7 +157,7 @@
/* Inline link in header */
.faq-inline-link {
- color: #0891b2;
+ color: #40676B;
text-decoration: underline;
text-underline-offset: 2px;
transition: color 0.2s ease;
diff --git a/Layout/Header.razor b/Layout/Header.razor
index a1115b6..dd89173 100644
--- a/Layout/Header.razor
+++ b/Layout/Header.razor
@@ -26,7 +26,7 @@
About
@* Who I Am *@
FAQ
- Let's Talk
+ Let's Talk
@* ── Mobile nav ── *@