Skip to content

Commit 3da50b1

Browse files
committed
refactor: 2025 광탈페 참가팀 부분 삭제
1 parent 5a2dd8b commit 3da50b1

1 file changed

Lines changed: 0 additions & 57 deletions

File tree

  • src/widgets/main/PreliminaryFourthSection

src/widgets/main/PreliminaryFourthSection/index.tsx

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// import ImageCarousel from "@/entities/home/ui/ImageCarousel";
22
import { cn } from "@/shared/utils/cn";
33
import { SectionTitle } from "@/shared/ui/SectionTitle";
4-
import ImageCarousel from "@/entities/home/ui/ImageCarousel";
54
import YouTubeLazyEmbed from "@/shared/ui/YouTubeLazyEmbed";
65

76
// const SLIDES_1 = [
@@ -16,33 +15,6 @@ import YouTubeLazyEmbed from "@/shared/ui/YouTubeLazyEmbed";
1615
// "/images/Preliminary/slide2_3.jpg",
1716
// ];
1817

19-
const SLIDES_3 = [
20-
"/images/25일/1.jpg",
21-
"/images/25일/2.jpg",
22-
"/images/25일/3.jpg",
23-
"/images/25일/4.jpg",
24-
"/images/25일/5.jpg",
25-
"/images/25일/6.jpg",
26-
"/images/25일/7.jpg",
27-
"/images/25일/8.jpg",
28-
"/images/25일/9.jpg",
29-
"/images/25일/10.jpg",
30-
"/images/25일/11.jpg",
31-
"/images/26일/1.jpg",
32-
"/images/26일/2.jpg",
33-
"/images/26일/3.jpg",
34-
"/images/26일/4.jpg",
35-
"/images/26일/5.jpg",
36-
"/images/26일/6.jpg",
37-
"/images/26일/7.jpg",
38-
"/images/26일/8.jpg",
39-
"/images/26일/9.jpg",
40-
"/images/26일/10.jpg",
41-
"/images/26일/11.jpg",
42-
"/images/26일/12.jpg",
43-
"/images/26일/13.jpg",
44-
];
45-
4618
const PreliminaryFourthSection = () => {
4719
return (
4820
<section id="PreliminaryFourthSection" className={cn("flex flex-col items-center")}>
@@ -52,35 +24,6 @@ const PreliminaryFourthSection = () => {
5224
className={cn("mt-[66px] mobile:mt-[1.7rem] mb-[24px]")}
5325
/>
5426

55-
<h2
56-
className={cn(
57-
"text-body2b mobile:text-body3b place-self-start mb-18 mobile:mb-0 mobile:ml-12",
58-
)}
59-
>
60-
2025 광탈페 예선 참가팀 소개
61-
</h2>
62-
63-
<div
64-
className={cn(
65-
"flex w-full items-start gap-10 justify-between mobile:flex-col mobile:mb-[38px]",
66-
)}
67-
>
68-
<div className={cn("w-[50%] mobile:w-full mobile:mt-16")}>
69-
<ImageCarousel wide slides={SLIDES_3} />
70-
</div>
71-
<div className={cn("w-[50%] mobile:w-full mobile:px-16")}>
72-
<video
73-
src="https://kr.object.ncloudstorage.com/gwangju-talent-festival-bucket/예선.mp4"
74-
className="w-full h-full object-cover rounded-xl"
75-
autoPlay
76-
loop
77-
muted
78-
playsInline
79-
preload="metadata"
80-
/>
81-
</div>
82-
</div>
83-
8427
<div className={cn("flex w-full gap-10 mobile:flex-col")}>
8528
<div
8629
className={cn(

0 commit comments

Comments
 (0)