|
2 | 2 |
|
3 | 3 | import { cn } from "@/shared/utils/cn"; |
4 | 4 | import { SectionTitle } from "@/shared/ui/SectionTitle"; |
5 | | -import dynamic from "next/dynamic"; |
| 5 | +// import dynamic from "next/dynamic"; |
6 | 6 | import YouTubeLazyEmbed from "@/shared/ui/YouTubeLazyEmbed"; |
7 | | -import MapButtonComponent from "@/widgets/mapbutton"; |
| 7 | +// import MapButtonComponent from "@/widgets/mapbutton"; |
8 | 8 |
|
9 | | -const Map = dynamic( |
10 | | - () => import("@/entities/home/ui/Map").then(module => ({ default: module.Map })), |
11 | | - { |
12 | | - ssr: false, |
13 | | - }, |
14 | | -); |
| 9 | +// const Map = dynamic( |
| 10 | +// () => import("@/entities/home/ui/Map").then(module => ({ default: module.Map })), |
| 11 | +// { |
| 12 | +// ssr: false, |
| 13 | +// }, |
| 14 | +// ); |
15 | 15 |
|
16 | 16 | const FinalsSixthSection = () => { |
17 | 17 | return ( |
18 | 18 | <section id="FinalsSixthSection" className={cn("flex flex-col items-center my-20")}> |
19 | | - <div className={cn("w-[70%] mobile:w-full mobile:px-16")}> |
| 19 | + <div className={cn("w-[70%] mobile:w-full")}> |
20 | 20 | <SectionTitle |
21 | | - title="본선" |
22 | | - description="光트로(예선)을 거쳐 선정된 참가팀이 서로의 무대를 즐기며 재능과 끼를 맘껏 펼치고 서로 나누는 축제의 시간입니다. |
23 | | -" |
24 | | - className={cn("mt-[66px] mobile:mt-[1.7rem]")} |
| 21 | + title="2025 광탈페 본선" |
| 22 | + className={cn("mt-[66px] mobile:mt-[1.7rem] mb-28")} |
25 | 23 | /> |
26 | | - <div className={cn("mt-[5rem] mobile:mt-20")}> |
27 | | - <p className={cn("text-title4b mobile:text-body3b place-self-start mb-24 mobile:mb-0")}> |
28 | | - 오시는 길 |
29 | | - </p> |
30 | | - <div className="flex gap-6 mobile:flex-col tablet:flex-col"> |
31 | | - <div className="flex-1 flex gap-6 mobile:flex-col tablet:flex-col"> |
32 | | - <div className="w-[40%] mobile:w-full tablet:w-full pb-4 flex flex-col justify-between mobile:pb-0"> |
33 | | - <p className={cn("text-body2r text-gray-500 mobile:text-caption2r mobile:py-8")}> |
34 | | - ∙ 일시: 2025.9.27.(토) <br />∙ 장소: 조선대학교 해오름관 |
35 | | - </p> |
36 | | - <MapButtonComponent /> |
37 | | - </div> |
38 | | - <div className={cn("flex-1")}> |
39 | | - <Map |
40 | | - address="광주광역시 동구 필문대로 309 조선대학교 해오름관" |
41 | | - className={cn("h-full mobile:h-[250px] tablet:h-[250px] rounded-[20px]")} |
42 | | - /> |
43 | | - </div> |
44 | | - </div> |
45 | | - <div className={cn("flex-1")}> |
46 | | - <div className={cn("w-full")}> |
47 | | - <YouTubeLazyEmbed videoId="jSTTkW3dZgE" title="2025 광탈페 길찾기" /> |
48 | | - </div> |
49 | | - </div> |
| 24 | + |
| 25 | + <div |
| 26 | + className={cn( |
| 27 | + "flex w-full flex-col items-start gap-10 justify-between mb-[90px] mobile:mb-[38px]", |
| 28 | + )} |
| 29 | + > |
| 30 | + <div className={cn("w-full mobile:w-full mobile:mt-16 mobile:px-16")}> |
| 31 | + <YouTubeLazyEmbed videoId="J-Bj9cM4c3M" title="2025 광탈페 본선 다시보기" /> |
50 | 32 | </div> |
51 | 33 | </div> |
52 | 34 | </div> |
|
0 commit comments