replace the heroBannerImage for better load time
This commit is contained in:
BIN
src/assets/landing-hero.webp
Normal file
BIN
src/assets/landing-hero.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 KiB |
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user