replace the heroBannerImage for better load time

This commit is contained in:
aryabenade
2026-03-20 16:26:35 +05:30
parent 5d213d14d8
commit a8f416bbd8
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -5,7 +5,8 @@ import { ChevronDown, MapPin, Star, Shield, Clock, Smartphone } from 'lucide-rea
import Navbar from '../components/Navbar';
import { Footer } from '../components/Footer';
// import { CitySubmenu } from '../components/CitySubmenu';
import heroBannerImage from '../assets/landing-hero.png';
// import heroBannerImage from '../assets/landing-hero.png';
import heroBannerImage from '../assets/landing-hero.webp';
import { Button } from '../components/ui/button';
import { LandingWhyChooseCityCards } from '../components/LandingWhyChooseCityCards';
import { LandingVarietyOfAdventures } from '../components/LandingVarietyOfAdventures';