Skip to content

Commit f9eabd5

Browse files
authored
Merge pull request #400 from mosu-dev/feat/carousel
feat: carousel 내용 추가
2 parents 0ea9c51 + 02259bd commit f9eabd5

5 files changed

Lines changed: 16 additions & 1 deletion

File tree

mosu-app/src/widgets/home/ReviewSection.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
44
import imgCarousel1 from "@/widgets/home/assets/carousel-1.jpeg";
55
import imgCarousel2 from "@/widgets/home/assets/carousel-2.jpeg";
66
import imgCarousel3 from "@/widgets/home/assets/carousel-3.png";
7+
import imgCarousel4 from "@/widgets/home/assets/carousel-4.png";
8+
import imgCarousel5 from "@/widgets/home/assets/carousel-5.jpeg";
9+
import imgCarousel6 from "@/widgets/home/assets/carousel-6.png";
710

811
import styles from "./ReviewSection.module.scss";
912

@@ -26,9 +29,21 @@ export const ReviewSection = () => {
2629
imgSrc: imgCarousel2,
2730
},
2831
{
29-
href: "https://www.mosuedu.com/events/recommend",
32+
href: "https://blog.naver.com/snustudycoach/223427891025",
3033
imgSrc: imgCarousel3,
3134
},
35+
{
36+
href: "https://www.yes24.com/product/goods/148743425",
37+
imgSrc: imgCarousel4,
38+
},
39+
{
40+
href: "https://www.ditton.co.kr/",
41+
imgSrc: imgCarousel5,
42+
},
43+
{
44+
href: "https://prime-math.com/main/main.html",
45+
imgSrc: imgCarousel6,
46+
}
3247
]}
3348
/>
3449
</section>
-341 KB
Loading
450 KB
Loading
169 KB
Loading
147 KB
Loading

0 commit comments

Comments
 (0)