Languagre changes
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m45s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m45s
This commit is contained in:
@@ -32,7 +32,7 @@ export const siteConfig = {
|
||||
},
|
||||
],
|
||||
cta: {
|
||||
text: "Get Started",
|
||||
text: "Let's Talk",
|
||||
href: "#contact",
|
||||
},
|
||||
mobileLogoText: "Atash",
|
||||
@@ -43,9 +43,9 @@ export const siteConfig = {
|
||||
badge: "Accepting new clients",
|
||||
mainTitle: "Building Digital Solutions That Drive Growth",
|
||||
description: "Software Consulting based in Edmonton, Alberta",
|
||||
subDescription: "Delivering reliable, scalable solutions tailored to your business needs.",
|
||||
cta: "Start Your Project",
|
||||
secondaryCta: "Explore Service",
|
||||
subDescription: "Reliable, scalable solutions tailored to your business needs.",
|
||||
cta: "Discuss Your Project",
|
||||
secondaryCta: "View Services",
|
||||
trustedText: "Trusted expertise in",
|
||||
features: [
|
||||
{ icon: "heroicons:computer-desktop", text: "Web Development" },
|
||||
@@ -55,7 +55,7 @@ export const siteConfig = {
|
||||
},
|
||||
|
||||
services: {
|
||||
badge: "What We Do",
|
||||
badge: "Expertise",
|
||||
title: "Our Services",
|
||||
cards: [
|
||||
{
|
||||
@@ -72,14 +72,14 @@ export const siteConfig = {
|
||||
},
|
||||
{
|
||||
title: "DevOps",
|
||||
content: "Anything from CI/CD to end-to-end UI testing.",
|
||||
content: "From CI/CD pipelines to end-to-end automation.",
|
||||
variant: "secondary",
|
||||
icon: "heroicons:cog-6-tooth",
|
||||
},
|
||||
{
|
||||
title: "IT Support Processes",
|
||||
content:
|
||||
"Expert technical support backed by over a decade of client support experience.",
|
||||
"Expert technical guidance backed by over a decade of experience.",
|
||||
variant: "primary",
|
||||
icon: "heroicons:lifebuoy",
|
||||
},
|
||||
@@ -87,17 +87,17 @@ export const siteConfig = {
|
||||
},
|
||||
|
||||
whyUs: {
|
||||
badge: "Why Us",
|
||||
title: "Why Choose Atash Consulting?",
|
||||
badge: "Why Atash",
|
||||
title: "Why Partner With Us?",
|
||||
cards: [
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
content: "Quick turnaround without compromising quality",
|
||||
content: "Efficient delivery without compromising quality",
|
||||
variant: "primary",
|
||||
},
|
||||
{
|
||||
title: "Built With Care",
|
||||
content: "Rigorous testing and quality control processes",
|
||||
content: "Built with rigorous testing and attention to detail",
|
||||
variant: "secondary",
|
||||
},
|
||||
{
|
||||
@@ -111,12 +111,12 @@ export const siteConfig = {
|
||||
contact: {
|
||||
title: "Contact Us",
|
||||
cta: {
|
||||
text: "Get in Touch",
|
||||
text: "Let's Talk",
|
||||
href: "#contact",
|
||||
ariaLabel: "Contact us for consultation",
|
||||
},
|
||||
badge: "Contact",
|
||||
mainTitle: "Get In Touch",
|
||||
mainTitle: "Let's Work Together",
|
||||
form: {
|
||||
firstName: "First Name *",
|
||||
lastName: "Last Name *",
|
||||
@@ -131,7 +131,7 @@ export const siteConfig = {
|
||||
email: "john@example.com",
|
||||
company: "Your company name (optional)",
|
||||
message:
|
||||
"Tell me about your project requirements, timeline, and any specific needs...",
|
||||
"Tell us about your project requirements, timeline, and any specific needs...",
|
||||
},
|
||||
selectPlaceholders: {
|
||||
service: "Select a service...",
|
||||
|
||||
Reference in New Issue
Block a user