diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index feb335b..db645b9 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -4,6 +4,7 @@ import { MapContainer, TileLayer, Marker, Popup } from 'react-leaflet'; import { motion, useScroll, useTransform } from 'framer-motion'; import { Search, Menu, X, ChevronDown } from 'lucide-react'; import 'leaflet/dist/leaflet.css'; +const baseUrl = import.meta.env.BASE_URL || '/'; const fetchPartners = async () => { // Simulated API call @@ -125,8 +126,10 @@ const Home = () => {
{partner.description}