diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 978c1952..d027cdc2 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -1,7 +1,7 @@ import styled from '@emotion/styled'; import { InferGetServerSidePropsType } from 'next'; import { lazy } from 'react'; -import { Footer, Header, Layout } from '@src/components'; +import PageLayout from '@src/components/common/PageLayout'; import { api } from '@src/lib/api'; import { Banner, @@ -14,8 +14,7 @@ const MemberSection = lazy(() => import('@src/views/AboutPage/components/Member/ const AboutPage = ({ aboutInfo }: InferGetServerSidePropsType) => { return ( - -
+ -