From f29e08f2c225d35e796908501b6f301e8685db44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=9D=EC=A7=84?= Date: Sat, 1 Jun 2024 22:27:11 +0900 Subject: [PATCH] =?UTF-8?q?chore(client):=20=EC=B1=84=EC=9A=A9=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=84=B9=EC=85=98=20=EB=B6=80=EB=B6=84=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/client/src/app/page.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/client/src/app/page.tsx b/apps/client/src/app/page.tsx index e298051f..319ecee2 100644 --- a/apps/client/src/app/page.tsx +++ b/apps/client/src/app/page.tsx @@ -1,7 +1,7 @@ 'use client'; import styled from '@emotion/styled'; -import { Flex, InlineBanner, Spacer, Stack, Text } from '@sickgyun/ui'; +import { Flex, InlineBanner, Link, Spacer, Stack, Text } from '@sickgyun/ui'; import Image from 'next/image'; import { useRouter } from 'next/navigation'; import Footer from '@/components/common/Footer'; @@ -9,8 +9,10 @@ import Header from '@/components/common/Header'; import LoginBox from '@/components/main/LoginBox'; import MainBanner from '@/components/main/MainBanner'; import DirectProfileList from '@/components/profile/DirectProfileList'; -import { MAJOR_LIST } from '@/constants/profile'; +import RecuritList from '@/components/recurit/RecuritList'; +import { MAJOR_LIST, RECRUIT_FULL_VIEW_LINK } from '@/constants/profile'; import { useUser } from '@/hooks/common/useUser'; +import { LogClickEvent } from '@/libs/logging'; import type { Major } from '@/types/profile'; const MainPage = () => { @@ -68,7 +70,7 @@ const MainPage = () => { - {/* + 채용 중인 회사에요! @@ -82,7 +84,7 @@ const MainPage = () => { - */} +