diff --git a/src/components/ThemeSelector/index.tsx b/src/components/ThemeSelector/index.tsx index 68a09dd..15c9df9 100644 --- a/src/components/ThemeSelector/index.tsx +++ b/src/components/ThemeSelector/index.tsx @@ -18,7 +18,7 @@ function ThemeSelector() { const isValidCurrentTheme = !currentTheme || typeof currentTheme === 'string'; return ( -

테마별 소품샵

+

테마별 소품샵

{isValidCurrentTheme && category.map((themeType) => ( @@ -44,7 +44,7 @@ const StyledRoot = styled.div` align-self: center; width: 100%; - & > h4 { + & > h2 { font-weight: 700; font-size: 3rem; line-height: 4.3rem; @@ -52,7 +52,7 @@ const StyledRoot = styled.div` } ${applyMediaQuery('desktop')} { - & > h4 { + & > h2 { font-size: 2.6rem; line-height: 3.8rem; } @@ -60,7 +60,7 @@ const StyledRoot = styled.div` gap: 3.8rem; } ${applyMediaQuery('tablet')} { - & > h4 { + & > h2 { font-size: 2rem; line-height: 2.9rem; } @@ -68,7 +68,7 @@ const StyledRoot = styled.div` gap: 2.7rem; } ${applyMediaQuery('mobile')} { - & > h4 { + & > h2 { font-size: 1.4rem; line-height: 2rem; } diff --git a/src/components/common/Banner.tsx b/src/components/common/Banner.tsx index db0978f..de464ae 100644 --- a/src/components/common/Banner.tsx +++ b/src/components/common/Banner.tsx @@ -12,7 +12,7 @@ function Banner(props: BannerProps) { if (href) { return ( - + ); } diff --git a/src/components/common/Footer.tsx b/src/components/common/Footer.tsx index f868b0b..25f7742 100644 --- a/src/components/common/Footer.tsx +++ b/src/components/common/Footer.tsx @@ -102,7 +102,7 @@ const MobileFontStyle = css` line-height: 7px; `; -const ContactTitle = styled.div` +const ContactTitle = styled.b` width: 7.7rem; font-weight: 600; font-size: 1.4rem; @@ -116,7 +116,7 @@ const ContactTitle = styled.div` } `; -const ContactContent = styled.li` +const ContactContent = styled.span` flex: 1; list-style: none; font-weight: 400; @@ -153,7 +153,7 @@ const RightFooterWrapper = styled.div` } `; -const RightFooter = styled.li` +const RightFooter = styled.span` list-style: none; display: flex; justify-content: space-between; diff --git a/src/components/common/MainSlider.tsx b/src/components/common/MainSlider.tsx index 4e97ec1..794bfae 100644 --- a/src/components/common/MainSlider.tsx +++ b/src/components/common/MainSlider.tsx @@ -54,6 +54,8 @@ function MainSlider(props: MainSliderProps) { prevEl: prevRef.current, // 이전 버튼 nextEl: nextRef.current, // 다음 버튼 }, + lazy: true, + preloadImages: false, pagination: { clickable: false, renderBullet: (index, className) => diff --git a/src/components/common/Navbar/GlobalNav/Desktop.tsx b/src/components/common/Navbar/GlobalNav/Desktop.tsx index 3b826b1..caa9c2a 100644 --- a/src/components/common/Navbar/GlobalNav/Desktop.tsx +++ b/src/components/common/Navbar/GlobalNav/Desktop.tsx @@ -36,7 +36,7 @@ function GlobalNavDesktop(props: NavProps) { - + diff --git a/src/components/common/Navbar/NavSearch/index.tsx b/src/components/common/Navbar/NavSearch/index.tsx index dff1fee..275d8ec 100644 --- a/src/components/common/Navbar/NavSearch/index.tsx +++ b/src/components/common/Navbar/NavSearch/index.tsx @@ -58,7 +58,12 @@ function NavSearch() { - + {isOpen && ( {results.length > 0 ? ( diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index ddfb1f9..142462d 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -37,7 +37,7 @@ export default class MyDocument extends Document { render() { return ( - +