ok
This commit is contained in:
@@ -8,7 +8,7 @@ export function CallToAction3() {
|
||||
return (
|
||||
<section
|
||||
id="get-started-today"
|
||||
className="relative overflow-hidden bg-gold-900 py-32"
|
||||
className="relative overflow-hidden bg-transparent py-48 mt-4"
|
||||
>
|
||||
<Image
|
||||
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
|
||||
@@ -18,10 +18,11 @@ export function CallToAction3() {
|
||||
height={564}
|
||||
unoptimized
|
||||
/>
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-3xl text-center py-20">
|
||||
<div className="absolute inset-0 bg-black opacity-10"></div>
|
||||
<Container className="relative ">
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
<div className="flex items-center justify-center">
|
||||
<Image src="/images/logos/veda_logo2.svg" alt="" width={120} height={32} className="h-8 w-auto" />
|
||||
<Image src="/images/logos/veda_logo_light.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" unoptimized />
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user