This commit is contained in:
@@ -19,7 +19,7 @@ import { siteConfig } from "../../config/site";
|
||||
direction="left"
|
||||
logoHeight={128}
|
||||
gap={160}
|
||||
pauseOnHover={true}
|
||||
pauseOnHover={false}
|
||||
scaleOnHover={true}
|
||||
fadeOut={true}
|
||||
ariaLabel="Scrolling list of client logos"
|
||||
|
||||
@@ -16,7 +16,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as
|
||||
class="relative overflow-hidden"
|
||||
>
|
||||
<div
|
||||
class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff15_1px,transparent_1px),linear-gradient(to_bottom,#ffffff15_1px,transparent_1px)] bg-size-[4rem_4rem] mask-[radial-gradient(ellipse_at_center,black_20%,transparent_70%)]"
|
||||
class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff20_1px,transparent_1px),linear-gradient(to_bottom,#ffffff20_1px,transparent_1px)] bg-size-[2rem_2rem] mask-[radial-gradient(ellipse_at_center,black_10%,transparent_80%)]"
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -52,17 +52,14 @@ const rotatingText = (siteConfig.hero as any).rotatingText as
|
||||
>
|
||||
<a
|
||||
href="#contact"
|
||||
class="btn btn-accent btn-lg shadow-lg shadow-accent/25 hover:shadow-xl hover:shadow-accent/30 hover:-translate-y-0.5 transition-all duration-300 group"
|
||||
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 transition-transform group-hover:rotate-12"
|
||||
/>
|
||||
<Icon name="heroicons:bolt" class="w-5 h-5" />
|
||||
{siteConfig.hero.cta}
|
||||
</a>
|
||||
<a
|
||||
href="#services"
|
||||
class="btn btn-outline btn-lg border-white/30 text-white hover:bg-white hover:text-neutral hover:border-white transition-all duration-300"
|
||||
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" />
|
||||
{siteConfig.hero.secondaryCta}
|
||||
|
||||
Reference in New Issue
Block a user