From c1387b9cd74b9edeebc147ec1598ecc545e96ff7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 20 Dec 2025 15:32:20 -0700 Subject: [PATCH] Languagre changes --- src/config/site.ts | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/config/site.ts b/src/config/site.ts index 4dd843e..2d8f116 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -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...",