diff --git a/app/routes/contacts/index.tsx b/app/routes/contacts/index.tsx
index a06a63c..185c73a 100644
--- a/app/routes/contacts/index.tsx
+++ b/app/routes/contacts/index.tsx
@@ -6,8 +6,8 @@ import { useEffect, useMemo, useState } from "react";
import { CONTACTS_CURRENT_TAB_QS } from "~/utils/constants";
import ReactTooltip from "react-tooltip";
-import imageSrcRouteFoot from "../../../public/images/route-foot.png";
-import imageSrcRouteCar from "../../../public/images/route-car.png";
+import imageSrcRouteFoot from "../../../public/images/route-foot.jpg";
+import imageSrcRouteCar from "../../../public/images/route-car.jpg";
const byFootText = `
Прохідна через "Silver Centre"
@@ -21,7 +21,7 @@ const renderByFootTab = () => (
@@ -52,7 +52,7 @@ const renderByCarTab = () => (
diff --git a/public/images/route-car.jpg b/public/images/route-car.jpg new file mode 100644 index 0000000..d0671a9 Binary files /dev/null and b/public/images/route-car.jpg differ diff --git a/public/images/route-car.png b/public/images/route-car.png deleted file mode 100644 index 1ec8b35..0000000 Binary files a/public/images/route-car.png and /dev/null differ diff --git a/public/images/route-foot.jpg b/public/images/route-foot.jpg new file mode 100644 index 0000000..37e4333 Binary files /dev/null and b/public/images/route-foot.jpg differ diff --git a/public/images/route-foot.png b/public/images/route-foot.png deleted file mode 100644 index e0bc8cb..0000000 Binary files a/public/images/route-foot.png and /dev/null differ