diff --git a/src/config/site.ts b/src/config/site.ts index e9a776c..a837136 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -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...", },