diff --git a/apps/admin/src/pages/Landing/components/Hero/Hero.styles.ts b/apps/admin/src/pages/Landing/components/Hero/Hero.styles.ts index e632cd3f..ecd7c05e 100644 --- a/apps/admin/src/pages/Landing/components/Hero/Hero.styles.ts +++ b/apps/admin/src/pages/Landing/components/Hero/Hero.styles.ts @@ -1,5 +1,6 @@ import styled from '@emotion/styled'; import { keyframes } from '@emotion/react'; +import { m } from 'framer-motion'; import { LANDING_COLORS, mq_desktop, mq_lg } from '../../constants'; @@ -63,7 +64,7 @@ const Eyebrow = styled.span` } `; -const Title = styled.h1` +const Title = styled(m.h1)` display: flex; flex-direction: column; align-items: center; diff --git a/apps/admin/src/pages/Landing/components/Hero/index.tsx b/apps/admin/src/pages/Landing/components/Hero/index.tsx index f98208cd..66e4855f 100644 --- a/apps/admin/src/pages/Landing/components/Hero/index.tsx +++ b/apps/admin/src/pages/Landing/components/Hero/index.tsx @@ -19,7 +19,11 @@ const Hero = () => { {LANDING_COPY.hero.eyebrow} - + {LANDING_COPY.hero.titleLead} {LANDING_COPY.hero.titleTrail} diff --git a/apps/admin/src/pages/Landing/components/Problem/index.tsx b/apps/admin/src/pages/Landing/components/Problem/index.tsx index 31ffd948..187632de 100644 --- a/apps/admin/src/pages/Landing/components/Problem/index.tsx +++ b/apps/admin/src/pages/Landing/components/Problem/index.tsx @@ -60,7 +60,7 @@ const Problem = () => { ))} - {isDesktop ? LANDING_COPY.problem.title : LANDING_COPY.problem.titleMobile} + {LANDING_COPY.problem.title} ); }; diff --git a/apps/admin/src/pages/Landing/constants.ts b/apps/admin/src/pages/Landing/constants.ts index ea84e781..4fce5f65 100644 --- a/apps/admin/src/pages/Landing/constants.ts +++ b/apps/admin/src/pages/Landing/constants.ts @@ -30,8 +30,7 @@ export const LANDING_COPY = { titleTrail: '올인원 플랫폼,', }, problem: { - title: '공연 준비,\n아직도 수작업으로 하시나요?', - titleMobile: '공연 준비,\n아직도 수작업으로\n하시나요?', + title: '공연 준비,\n아직도 수작업으로\n하시나요?', }, solutionFeatures: { eyebrow: '공연 등록부터 정산까지',