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