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: {
|
cta: {
|
||||||
text: "Get Started",
|
text: "Let's Talk",
|
||||||
href: "#contact",
|
href: "#contact",
|
||||||
},
|
},
|
||||||
mobileLogoText: "Atash",
|
mobileLogoText: "Atash",
|
||||||
@@ -43,9 +43,9 @@ export const siteConfig = {
|
|||||||
badge: "Accepting new clients",
|
badge: "Accepting new clients",
|
||||||
mainTitle: "Building Digital Solutions That Drive Growth",
|
mainTitle: "Building Digital Solutions That Drive Growth",
|
||||||
description: "Software Consulting based in Edmonton, Alberta",
|
description: "Software Consulting based in Edmonton, Alberta",
|
||||||
subDescription: "Delivering reliable, scalable solutions tailored to your business needs.",
|
subDescription: "Reliable, scalable solutions tailored to your business needs.",
|
||||||
cta: "Start Your Project",
|
cta: "Discuss Your Project",
|
||||||
secondaryCta: "Explore Service",
|
secondaryCta: "View Services",
|
||||||
trustedText: "Trusted expertise in",
|
trustedText: "Trusted expertise in",
|
||||||
features: [
|
features: [
|
||||||
{ icon: "heroicons:computer-desktop", text: "Web Development" },
|
{ icon: "heroicons:computer-desktop", text: "Web Development" },
|
||||||
@@ -55,7 +55,7 @@ export const siteConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
services: {
|
services: {
|
||||||
badge: "What We Do",
|
badge: "Expertise",
|
||||||
title: "Our Services",
|
title: "Our Services",
|
||||||
cards: [
|
cards: [
|
||||||
{
|
{
|
||||||
@@ -72,14 +72,14 @@ export const siteConfig = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "DevOps",
|
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",
|
variant: "secondary",
|
||||||
icon: "heroicons:cog-6-tooth",
|
icon: "heroicons:cog-6-tooth",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "IT Support Processes",
|
title: "IT Support Processes",
|
||||||
content:
|
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",
|
variant: "primary",
|
||||||
icon: "heroicons:lifebuoy",
|
icon: "heroicons:lifebuoy",
|
||||||
},
|
},
|
||||||
@@ -87,17 +87,17 @@ export const siteConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
whyUs: {
|
whyUs: {
|
||||||
badge: "Why Us",
|
badge: "Why Atash",
|
||||||
title: "Why Choose Atash Consulting?",
|
title: "Why Partner With Us?",
|
||||||
cards: [
|
cards: [
|
||||||
{
|
{
|
||||||
title: "Fast Delivery",
|
title: "Fast Delivery",
|
||||||
content: "Quick turnaround without compromising quality",
|
content: "Efficient delivery without compromising quality",
|
||||||
variant: "primary",
|
variant: "primary",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Built With Care",
|
title: "Built With Care",
|
||||||
content: "Rigorous testing and quality control processes",
|
content: "Built with rigorous testing and attention to detail",
|
||||||
variant: "secondary",
|
variant: "secondary",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -111,12 +111,12 @@ export const siteConfig = {
|
|||||||
contact: {
|
contact: {
|
||||||
title: "Contact Us",
|
title: "Contact Us",
|
||||||
cta: {
|
cta: {
|
||||||
text: "Get in Touch",
|
text: "Let's Talk",
|
||||||
href: "#contact",
|
href: "#contact",
|
||||||
ariaLabel: "Contact us for consultation",
|
ariaLabel: "Contact us for consultation",
|
||||||
},
|
},
|
||||||
badge: "Contact",
|
badge: "Contact",
|
||||||
mainTitle: "Get In Touch",
|
mainTitle: "Let's Work Together",
|
||||||
form: {
|
form: {
|
||||||
firstName: "First Name *",
|
firstName: "First Name *",
|
||||||
lastName: "Last Name *",
|
lastName: "Last Name *",
|
||||||
@@ -131,7 +131,7 @@ export const siteConfig = {
|
|||||||
email: "john@example.com",
|
email: "john@example.com",
|
||||||
company: "Your company name (optional)",
|
company: "Your company name (optional)",
|
||||||
message:
|
message:
|
||||||
"Tell me about your project requirements, timeline, and any specific needs...",
|
"Tell us about your project requirements, timeline, and any specific needs...",
|
||||||
},
|
},
|
||||||
selectPlaceholders: {
|
selectPlaceholders: {
|
||||||
service: "Select a service...",
|
service: "Select a service...",
|
||||||
|
|||||||
Reference in New Issue
Block a user