add
This commit is contained in:
@@ -17,7 +17,7 @@ export function CallToAction() {
|
||||
>
|
||||
<source src="/videos/cta.mp4" type="video/mp4" />
|
||||
</video>
|
||||
<div className="absolute top-0 left-0 w-full h-full bg-black opacity-50 z-10"></div>
|
||||
<div className="absolute top-0 left-0 w-full h-full bg-black opacity-40 z-10"></div>
|
||||
<div className="absolute left-20 top-1/2 -translate-y-1/2 sm:left-1/2 sm:-translate-x-1/2 z-20">
|
||||
<CircleBackground color="#fff" className="animate-spin-slower" />
|
||||
</div>
|
||||
@@ -31,10 +31,10 @@ export function CallToAction() {
|
||||
build your own. Ready to own your intelligence?
|
||||
</p>
|
||||
<div className="mt-8 flex justify-center gap-x-6">
|
||||
<Button variant="solid" href="#">
|
||||
<Button variant="solid" color="cyan" href="#">
|
||||
Book a Meeting
|
||||
</Button>
|
||||
<Button href="#" variant="outline">
|
||||
<Button href="#" variant="outline" color="white">
|
||||
Join the Waitlist
|
||||
</Button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user