From 4d2864d8a0aba9b86fb17650e3e988e637b8dee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=98=88=EB=B9=88?= Date: Tue, 8 Aug 2023 13:50:17 +0900 Subject: [PATCH 01/16] Add page --- .../src/app/about/searchLocation/page.tsx | 25 +++++++++++++++++++ .../components/About/SearchLocation/index.tsx | 11 ++++++++ .../components/About/SearchLocation/style.ts | 11 ++++++++ apps/client/src/components/index.ts | 1 + 4 files changed, 48 insertions(+) create mode 100644 apps/client/src/app/about/searchLocation/page.tsx create mode 100644 apps/client/src/components/About/SearchLocation/index.tsx create mode 100644 apps/client/src/components/About/SearchLocation/style.ts diff --git a/apps/client/src/app/about/searchLocation/page.tsx b/apps/client/src/app/about/searchLocation/page.tsx new file mode 100644 index 000000000..98785c5da --- /dev/null +++ b/apps/client/src/app/about/searchLocation/page.tsx @@ -0,0 +1,25 @@ +import { SearchLocation, Header, Footer } from 'client/components'; + +import type { Metadata } from 'next'; + +export const metadata: Metadata = { + description: + '광주소프트웨어마이스터고등학교 공식 홈페이지 학교 소개 페이지입니다.', + title: { absolute: '학교 소개' }, + openGraph: { + title: '학교 소개', + description: + '광주소프트웨어마이스터고등학교 공식 홈페이지 학교 소개 페이지입니다.', + url: 'https://official.hellogsm.kr/about', + }, +}; + +export default function SearchLocationPage() { + return ( + <> +
+ +