diff --git a/src/components/home/Focus.jsx b/src/components/home/Focus.jsx index 0c80e1d..8dc9976 100644 --- a/src/components/home/Focus.jsx +++ b/src/components/home/Focus.jsx @@ -2,7 +2,7 @@ import ArrowLink from "../ArrowLink"; const Focus = ({ title, description, link, icon }) => { return ( -
+
{icon}
diff --git a/src/components/home/WhyJoin.jsx b/src/components/home/WhyJoin.jsx index c10e57c..8415ac2 100644 --- a/src/components/home/WhyJoin.jsx +++ b/src/components/home/WhyJoin.jsx @@ -2,6 +2,7 @@ import Title from "../Title"; import { FOCUS } from "@/data/focus"; import Focus from "./Focus"; import Picture from "../Picture"; +import img1 from "../../../public/images/whyJoin.webp"; const WhyJoin = () => { return (
@@ -27,7 +28,7 @@ const WhyJoin = () => { /> ))}
- +
); };