add veda logos

This commit is contained in:
2025-08-18 20:12:15 +02:00
parent c82c6ced3a
commit f1cec99486
187 changed files with 2331 additions and 69 deletions

View File

@@ -3,7 +3,7 @@ import Image from 'next/image'
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action4.png'
import logoVeda from '@/images/logos/veda_logo.svg'
import logoVeda from '@/images/logos/veda_logo2.svg'
export function CallToAction3() {
return (
@@ -33,7 +33,7 @@ export function CallToAction3() {
<li key={groupIndex}>
<ul
role="list"
className="flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0"
className="flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0 "
>
{group.map((company) => (
<li key={company.name} className="flex">