Small changes
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-15 23:47:30 -07:00
parent 6cdd6202da
commit 33c3f02412

View File

@@ -6,7 +6,7 @@ type Card = {
export const siteConfig = {
name: "Atash Consulting",
description: "Software Consulting based in Edmonton, Alberta",
description: "Independent Software Consulting based in Edmonton, Alberta",
header: {
logo: {
@@ -42,11 +42,20 @@ export const siteConfig = {
title: "Atash Consulting",
mainTitle: "{rotating} That Drive Growth",
rotatingText: [
{ text: "Web Applications", className: "bg-primary text-primary-content px-2" },
{ text: "Mobile Apps", className: "bg-secondary text-secondary-content px-2" },
{ text: "IT Strategies", className: "bg-accent text-accent-content px-2" },
{
text: "Web Applications",
className: "bg-primary text-primary-content px-2",
},
{
text: "Mobile Apps",
className: "bg-secondary text-secondary-content px-2",
},
{
text: "IT Strategies",
className: "bg-accent text-accent-content px-2",
},
],
description: "Software Consulting based in Edmonton, Alberta",
description: "Independent Software Consulting based in Edmonton, Alberta",
cta: "Discuss Your Project",
secondaryCta: "View Services",
trustedText: "Trusted expertise in",
@@ -131,10 +140,10 @@ export const siteConfig = {
budget: "Project Budget",
message: "Project Details *",
placeholders: {
firstName: "John",
lastName: "Doe",
email: "john@example.com",
company: "Your company name (optional)",
firstName: "Jason",
lastName: "Borne",
email: "jason@cia.gov",
company: "CIA",
message:
"Tell us about your project requirements, timeline, and any specific needs...",
},