From 9fe93dc201b28582af9563a196aae50edfd578f5 Mon Sep 17 00:00:00 2001 From: minsik Date: Thu, 1 Aug 2024 14:48:21 +0900 Subject: [PATCH] =?UTF-8?q?-=20=EB=A9=94=EB=89=B4=20=EB=9D=BC=EC=9A=B0?= =?UTF-8?q?=ED=84=B0=20=ED=95=A8=EC=88=98=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/community/archive/page.jsx | 2 +- src/app/community/faq/page.jsx | 2 +- src/app/community/notice/page.jsx | 3 +-- src/app/master/company/page.jsx | 2 +- src/app/master/price/page.jsx | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/community/archive/page.jsx b/src/app/community/archive/page.jsx index 331abf50..06971385 100644 --- a/src/app/community/archive/page.jsx +++ b/src/app/community/archive/page.jsx @@ -3,7 +3,7 @@ import Hero from '@/components/Hero' import Archive from '@/components/community/Archive' -export default function IntroPage() { +export default function CommunityArchivePage() { return ( <> diff --git a/src/app/community/faq/page.jsx b/src/app/community/faq/page.jsx index 8f1e5f25..63992da8 100644 --- a/src/app/community/faq/page.jsx +++ b/src/app/community/faq/page.jsx @@ -3,7 +3,7 @@ import Hero from '@/components/Hero' import Faq from '@/components/community/Faq' -export default function IntroPage() { +export default function CommunityFaqPage() { return ( <> diff --git a/src/app/community/notice/page.jsx b/src/app/community/notice/page.jsx index 558a0018..5c5d0559 100644 --- a/src/app/community/notice/page.jsx +++ b/src/app/community/notice/page.jsx @@ -1,10 +1,9 @@ - 'use client' import Hero from '@/components/Hero' import Notice from '@/components/community/Notice' -export default function IntroPage() { +export default function CommunityNoticePage() { return ( <> diff --git a/src/app/master/company/page.jsx b/src/app/master/company/page.jsx index 729af24d..18be29e2 100644 --- a/src/app/master/company/page.jsx +++ b/src/app/master/company/page.jsx @@ -3,7 +3,7 @@ import Hero from '@/components/Hero' import Company from '@/components/master/Company' -export default function IntroPage() { +export default function MasterCompanyPage() { return ( <> diff --git a/src/app/master/price/page.jsx b/src/app/master/price/page.jsx index f367d026..e60210fb 100644 --- a/src/app/master/price/page.jsx +++ b/src/app/master/price/page.jsx @@ -1,10 +1,9 @@ - 'use client' import Hero from '@/components/Hero' import Price from '@/components/master/Price' -export default function IntroPage() { +export default function MasterPricePage() { return ( <>