contactus bg change
This commit is contained in:
@@ -8,6 +8,7 @@ import { BrandedTag } from './about/BrandedTag';
|
|||||||
import { PrimaryCTAButton } from './PrimaryCTAButton';
|
import { PrimaryCTAButton } from './PrimaryCTAButton';
|
||||||
import { ImageWithFallback } from './figma/ImageWithFallback';
|
import { ImageWithFallback } from './figma/ImageWithFallback';
|
||||||
import { navigateTo } from './Router';
|
import { navigateTo } from './Router';
|
||||||
|
import kautilyabg from '../assets/Kautilya.png';
|
||||||
|
|
||||||
interface ContactProps {
|
interface ContactProps {
|
||||||
topic?: string;
|
topic?: string;
|
||||||
@@ -102,7 +103,7 @@ export function Contact({ topic }: ContactProps) {
|
|||||||
{/* Google Map Background */}
|
{/* Google Map Background */}
|
||||||
<div className="absolute inset-0">
|
<div className="absolute inset-0">
|
||||||
<ImageWithFallback
|
<ImageWithFallback
|
||||||
src="https://images.unsplash.com/photo-1569336415962-a4bd9f69cd83?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2940&q=80"
|
src={kautilyabg}
|
||||||
alt="Google Maps showing office location and navigation"
|
alt="Google Maps showing office location and navigation"
|
||||||
className="w-full h-full object-cover"
|
className="w-full h-full object-cover"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user