diff --git a/cansat/pages/about/index.tsx b/cansat/pages/about/index.tsx index a1345ea..6c35493 100644 --- a/cansat/pages/about/index.tsx +++ b/cansat/pages/about/index.tsx @@ -8,33 +8,33 @@ import {Tooltip} from "@heroui/tooltip"; const list = [ { title: "Šimon", - img: "/headshot/simon.jpg", + img: "/headshot/simon.webp", description: "Web Dev" }, { title: "Tibor", - img: "/headshot/tibor.jpg", + img: "/headshot/tibor.webp", description: "Structural Engineer, Return Systems " }, { title: "Samuel", - img: "/headshot/samo.jpg", + img: "/headshot/samo.webp", description: "Electronics, Consulting" }, { title: "Adam", - img: "/headshot/adam.jpg", + img: "/headshot/adam.webp", description: "Radio Communications" }, { title: "Sebastián", - img: "/headshot/sebastian.jpg", + img: "/headshot/sebastian.webp", description: "PR Management" }, { title: "Bruno", - img: "/headshot/bruno.jpg", + img: "/headshot/bruno.webp", description: "Programming Engineer" }, ]; diff --git a/cansat/public/headshot/adam.JPG b/cansat/public/headshot/adam.JPG deleted file mode 100644 index 2cd9c8e..0000000 Binary files a/cansat/public/headshot/adam.JPG and /dev/null differ diff --git a/cansat/public/headshot/bruno.JPG b/cansat/public/headshot/bruno.JPG deleted file mode 100644 index e70d89b..0000000 Binary files a/cansat/public/headshot/bruno.JPG and /dev/null differ diff --git a/cansat/public/headshot/samo.JPG b/cansat/public/headshot/samo.JPG deleted file mode 100644 index 521523f..0000000 Binary files a/cansat/public/headshot/samo.JPG and /dev/null differ diff --git a/cansat/public/headshot/sebastian.JPG b/cansat/public/headshot/sebastian.webp similarity index 100% rename from cansat/public/headshot/sebastian.JPG rename to cansat/public/headshot/sebastian.webp diff --git a/cansat/public/headshot/simon.JPG b/cansat/public/headshot/simon.webp similarity index 100% rename from cansat/public/headshot/simon.JPG rename to cansat/public/headshot/simon.webp diff --git a/cansat/public/headshot/tibor.JPG b/cansat/public/headshot/tibor.webp similarity index 100% rename from cansat/public/headshot/tibor.JPG rename to cansat/public/headshot/tibor.webp