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 ( <>