diff --git a/src/frontend/src/assets/images/LandingPage/DroneTM-bg.jpg b/src/frontend/src/assets/images/LandingPage/DroneTM-bg.jpg new file mode 100644 index 00000000..115c6524 Binary files /dev/null and b/src/frontend/src/assets/images/LandingPage/DroneTM-bg.jpg differ diff --git a/src/frontend/src/assets/images/LandingPage/DroneTM-bg.png b/src/frontend/src/assets/images/LandingPage/DroneTM-bg.png deleted file mode 100644 index e910b805..00000000 Binary files a/src/frontend/src/assets/images/LandingPage/DroneTM-bg.png and /dev/null differ diff --git a/src/frontend/src/components/LandingPage/Home/index.tsx b/src/frontend/src/components/LandingPage/Home/index.tsx index 9e54fd2a..1636cc14 100644 --- a/src/frontend/src/components/LandingPage/Home/index.tsx +++ b/src/frontend/src/components/LandingPage/Home/index.tsx @@ -4,7 +4,7 @@ import Image from '@Components/RadixComponents/Image'; import { Button } from '@Components/RadixComponents/Button'; import { motion } from 'framer-motion'; import droneTaskingManagerLogo from '@Assets/images/DTM-logo-white.svg'; -import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.png'; +import droneBackgroundImage from '@Assets/images/LandingPage/DroneTM-bg.jpg'; import arrowSouth from '@Assets/images/LandingPage/arrow_south.svg'; import { setCommonState } from '@Store/actions/common'; import useAuth from '@Hooks/useAuth';