diff --git a/src/app/informations/(detail)/[category]/[id]/page.tsx b/src/app/informations/(detail)/[category]/[id]/page.tsx index 0bfe7271..ba4f4ec0 100644 --- a/src/app/informations/(detail)/[category]/[id]/page.tsx +++ b/src/app/informations/(detail)/[category]/[id]/page.tsx @@ -1,7 +1,9 @@ +import InformationViewer from "@/components/informations/InformationViewer"; +import PagePath from "@/components/informations/PagePath"; import RecommendationList from "@/components/informations/RecommendationList"; +import InformationViewerSkeleton from "@/components/skeleton/informations/InformationViewerSkeleton"; import RecommendationListSkeleton from "@/components/skeleton/informations/RecommendationListSkeleton"; import { CATEGORY_TEXT } from "@/constants/informations/category"; -import InformationViewerContainer from "@/containers/informations/InformationViewerContainer"; import { Suspense } from "react"; type MyProps = { @@ -36,7 +38,10 @@ export default function page({ params: { category, id } }: MyProps) { return (
{"고민을 덜어줄,"}
-- BEST 여행 정보 -
- - - 전체보기 - -- 솔리투어에서 인기 여행 정보를 확인해보세요! -
-{titles[0]}
++ {titles[1]} {titles[2]} +
+ + + 전체보기 + +{description}
+{"새로움을 발견할,"}
-- NEW 모임 -
- - - 전체보기 - -- 솔리투어에서 새로운 사람들과 최신 모임을 찾아보세요! -
-{"고민을 덜어줄,"}
-- BEST 여행 정보 -
- - - 전체보기 - -- 솔리투어에서 인기 여행 정보를 확인해보세요! -
-{"새로움을 발견할,"}
-- NEW 모임 -
- - - 전체보기 - -- 솔리투어에서 새로운 사람들과 최신 모임을 찾아보세요! -
-