img clranup

This commit is contained in:
2025-08-21 17:50:31 +02:00
parent d03e4088f0
commit cec6bd007e
57 changed files with 21 additions and 357 deletions

View File

@@ -2,7 +2,6 @@
import { BuildingOffice2Icon, EnvelopeIcon } from '@heroicons/react/24/outline'
import { useState } from 'react'
import Image from 'next/image'
export function ContactHero() {
return (
@@ -83,7 +82,7 @@ export function ContactHero() {
{/* Right container (image) */}
<div className="relative bg-gray-100 overflow-hidden px-6 lg:px-8">
<div className="h-full w-full overflow-hidden">
<Image
<img
src="/images/contact/contact.png"
alt="VEDA contact"
width={900}