From b147fffe5396e87f476aca59a8ff1634b862d797 Mon Sep 17 00:00:00 2001
From: dbwoflaqnzo3 <141646829+dbwoflaqnzo3@users.noreply.github.com>
Date: Tue, 18 Feb 2025 10:10:50 +0000
Subject: [PATCH] =?UTF-8?q?feat:=20pull=EB=B0=9B=EA=B3=A0=20=EA=B3=A0?=
=?UTF-8?q?=EA=B0=9D=EC=84=BC=ED=84=B0=20=ED=8E=98=EC=9D=B4=EC=A7=80?=
=?UTF-8?q?=EC=B6=94=EA=B0=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../app/mainPage/helpPage/helpPage.module.css | 10 +++++
student/app/mainPage/helpPage/page.js | 43 +++++++++++++++++++
student/app/mainPage/studentService/page.js | 6 ---
student/public/assets/images/icons/logo.svg | 9 ++++
4 files changed, 62 insertions(+), 6 deletions(-)
create mode 100644 student/app/mainPage/helpPage/helpPage.module.css
create mode 100644 student/app/mainPage/helpPage/page.js
delete mode 100644 student/app/mainPage/studentService/page.js
create mode 100644 student/public/assets/images/icons/logo.svg
diff --git a/student/app/mainPage/helpPage/helpPage.module.css b/student/app/mainPage/helpPage/helpPage.module.css
new file mode 100644
index 0000000..fea93ac
--- /dev/null
+++ b/student/app/mainPage/helpPage/helpPage.module.css
@@ -0,0 +1,10 @@
+.logo {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ padding-top: 50px;
+ padding-bottom: 50px;
+ }
+
+ .error { color: var(--red-3); }
\ No newline at end of file
diff --git a/student/app/mainPage/helpPage/page.js b/student/app/mainPage/helpPage/page.js
new file mode 100644
index 0000000..0fb6042
--- /dev/null
+++ b/student/app/mainPage/helpPage/page.js
@@ -0,0 +1,43 @@
+'use client'
+import styles from "./helpPage.module.css";
+
+import { PageLayout } from '@/app/page.js';
+import SizedBox from "@/app/widgets/structure/SizedBox";
+import { Grid, Column, Row } from "@/app/widgets/structure/Grid";
+import { Button1, Button5 } from "@/app/components/ui/buttons/Regular";
+import TextField from "@/app/components/ui/TextField";
+import { DropdownButton2 } from "@/app/components/ui/buttons/Dropdown";
+
+export default function studentService(){
+ return(
+ 고객센터
+