This commit is contained in:
2025-08-21 18:56:03 +02:00
parent 39697995d8
commit fe88be407d
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import Image from 'next/image'
export function Hero() {
return (
@@ -23,7 +22,7 @@ export function Hero() {
<div className="bg-transparent py-6 mt-0 absolute top-16 sm:top-32 left-0 right-0 z-10">
<div className="mx-auto max-w-7xl px-6 sm:px-6 lg:px-6">
<div className="flex items-start justify-start mb-4">
<Image src="/images/veda_logo_dark.svg" alt="VEDA" width={200} height={60} className="h-8 sm:h-12 w-auto" />
<img src="/images/logos/logo_name.svg" alt="VEDA" width={200} height={60} className="h-8 sm:h-12 w-auto" />
</div>
<div className="mx-auto max-w-5xl lg:mx-0 mt-4 sm:mt-6">
<h2 className="text-xl/5 font-medium tracking-[-0.05em] leading-[1.3] lg:leading-[1.4] text-darkgr-800 lg:text-3xl">

Binary file not shown.