Added scrolling text
Some checks failed
Build and Deploy / build-and-push (push) Failing after 51s

This commit is contained in:
2025-12-22 15:10:17 -07:00
parent 90cd82d320
commit ecfc163255
3 changed files with 41 additions and 6 deletions

View File

@@ -40,7 +40,12 @@ export const siteConfig = {
hero: {
title: "Atash Consulting",
mainTitle: "Building Digital Solutions That Drive Growth",
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" },
],
description: "Software Consulting based in Edmonton, Alberta",
cta: "Discuss Your Project",
secondaryCta: "View Services",