ok
This commit is contained in:
		@@ -5,13 +5,13 @@ import { Logo } from '@/components/Logo'
 | 
			
		||||
 | 
			
		||||
export function Hero() {
 | 
			
		||||
  return (
 | 
			
		||||
    <section className="relative w-full lg:h-screen bg-transparent  h-[550px] lg:mt-0 mt-0">
 | 
			
		||||
    <section className="relative w-full lg:h-screen bg-transparent h-[400px] sm:h-[500px] md:h-[550px] lg:mt-0 mt-0">
 | 
			
		||||
      {/* Background Video */}
 | 
			
		||||
      <div className="absolute top-0 left-0 w-full lg:h-full h-[550px] overflow-hidden z-0 bg-[#FEFFF6] opacity-30">
 | 
			
		||||
      <div className="absolute top-0 left-0 w-full h-full overflow-hidden z-0 bg-[#FEFFF6] opacity-30">
 | 
			
		||||
        <div className="relative w-full h-full">
 | 
			
		||||
          <iframe
 | 
			
		||||
          src="https://player.vimeo.com/video/1112045863?autoplay=1&loop=1&muted=1&controls=0&background=1&quality=auto"
 | 
			
		||||
          className="absolute inset-0 w-full h-full object-cover"
 | 
			
		||||
          frameBorder="0"
 | 
			
		||||
            src="https://player.vimeo.com/video/1112045863?autoplay=1&loop=1&muted=1&controls=0&background=1&quality=auto&responsive=1"
 | 
			
		||||
            className="absolute top-0 left-0 w-full h-full border-0"
 | 
			
		||||
            allow="autoplay; fullscreen; picture-in-picture"
 | 
			
		||||
            style={{
 | 
			
		||||
              width: '100%',
 | 
			
		||||
@@ -19,11 +19,13 @@ export function Hero() {
 | 
			
		||||
              minHeight: '100%',
 | 
			
		||||
              minWidth: '100%',
 | 
			
		||||
              objectFit: 'cover',
 | 
			
		||||
            pointerEvents: 'none'
 | 
			
		||||
              pointerEvents: 'none',
 | 
			
		||||
              border: 'none'
 | 
			
		||||
            }}
 | 
			
		||||
            title="VEDA Background Video"
 | 
			
		||||
          ></iframe>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      {/* Welcome Content Overlay */}
 | 
			
		||||
      <div className="bg-transparent py-6 mt-0 absolute top-16 sm:top-32 left-0 right-0 z-10">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user