Changed some config
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s

This commit is contained in:
2025-12-22 12:23:25 -07:00
parent c1387b9cd7
commit 11c4e61e79
7 changed files with 21 additions and 16 deletions

View File

@@ -40,7 +40,8 @@ export const siteConfig = {
hero: {
title: "Atash Consulting",
badge: "Accepting new clients",
status: import.meta.env.PUBLIC_STATUS_TEXT || "Accepting new clients",
statusColor: (import.meta.env.PUBLIC_STATUS_COLOR || "green") as "green" | "yellow" | "red",
mainTitle: "Building Digital Solutions That Drive Growth",
description: "Software Consulting based in Edmonton, Alberta",
subDescription: "Reliable, scalable solutions tailored to your business needs.",
@@ -55,7 +56,6 @@ export const siteConfig = {
},
services: {
badge: "Expertise",
title: "Our Services",
cards: [
{
@@ -87,7 +87,6 @@ export const siteConfig = {
},
whyUs: {
badge: "Why Atash",
title: "Why Partner With Us?",
cards: [
{
@@ -115,7 +114,6 @@ export const siteConfig = {
href: "#contact",
ariaLabel: "Contact us for consultation",
},
badge: "Contact",
mainTitle: "Let's Work Together",
form: {
firstName: "First Name *",