Moved to keeping the SVGs in repo
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m7s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { siteConfig } from "../../config/site";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Icon from "../Icon.astro";
|
||||
import Section from "../Section.astro";
|
||||
import RotatingText from "../RotatingText.vue";
|
||||
import StatusIndicator from "../StatusIndicator.vue";
|
||||
@@ -56,14 +56,14 @@ const rotatingText = (siteConfig.hero as any).rotatingText as
|
||||
href="#contact"
|
||||
class="btn btn-accent btn-lg shadow-lg shadow-accent/25 hover:shadow-xl hover:shadow-accent/30"
|
||||
>
|
||||
<Icon name="heroicons:bolt" class="w-5 h-5" />
|
||||
<Icon name="bolt" class="w-5 h-5" />
|
||||
{siteConfig.hero.cta}
|
||||
</a>
|
||||
<a
|
||||
href="#services"
|
||||
class="btn btn-outline btn-lg border-white text-white hover:bg-white hover:text-neutral hover:border-white transition-all duration-300"
|
||||
>
|
||||
<Icon name="heroicons:chevron-down" class="w-5 h-5" />
|
||||
<Icon name="chevron-down" class="w-5 h-5" />
|
||||
{siteConfig.hero.secondaryCta}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user