diff --git a/src/components/Hero/Hero.tsx b/src/components/Hero/Hero.tsx index 7c4ddff..0f0f53b 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -3,7 +3,7 @@ import Typography from "@/components/Typography/Typography"; import BackgroundImage from "@/components/BackgroundImage/BackgroundImage"; import CountdownTimer from "@/components/Countdown/Countdown" import Container from "@/layouts/Container"; -import MMFRFull from "../../public/images/mmfr25-full.svg"; +import MMFRFull from "./mmfr25-full.svg"; const Hero = () => { return ( diff --git a/src/layouts/Footer/Footer.tsx b/src/layouts/Footer/Footer.tsx index 45119c1..f660be8 100644 --- a/src/layouts/Footer/Footer.tsx +++ b/src/layouts/Footer/Footer.tsx @@ -3,10 +3,10 @@ import About from "@/components/About/About"; import Typography from "@/components/Typography/Typography"; import {List as FooterMenu} from "@/components/List/List"; import Container from "@/layouts/Container"; -import FooterLogo from "../../public/images/logo_macaron.svg"; -import HashtagMMFR from "../../public/images/mmfr2025-footer.svg"; -import FooterPatternLeft from "../../public/images/footer_pattern_left.svg"; -import FooterPatternRight from "../../public/images/footer_pattern_right.svg"; +import FooterLogo from "./logo_macaron.svg"; +import HashtagMMFR from "./mmfr2025-footer.svg"; +import FooterPatternLeft from "./footer_pattern_left.svg"; +import FooterPatternRight from "./footer_pattern_right.svg"; import {Content, ListItem} from "@/components/List/List.types"; import {FaLinkedinIn, FaYoutube} from "react-icons/fa"; import Link from "next/link";