Changed some config
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
This commit is contained in:
@@ -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 *",
|
||||
|
||||
Reference in New Issue
Block a user