replace all logos
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Logo } from '@/components/Logo'
|
||||
|
||||
|
||||
export function CallToAction2() {
|
||||
@@ -19,7 +20,7 @@ export function CallToAction2() {
|
||||
<Container className="relative ">
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
<div className="flex items-center justify-center">
|
||||
<img src="./images/logos/veda_name.svg" alt="" width={120} height={32} className="h-16 w-auto opacity-100" />
|
||||
<Logo className="h-16 w-auto opacity-100" />
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user