feat(work): /work/website + 8 samples — 현 /services/website 컨텐츠 이동
- 메인 페이지 + layout - 8 sample 페이지: bakery, corporate, dashboard, game, interior, portfolio, reading, shopping - import @/ 절대 경로 변환 - 내부 Link href 새 URL로 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
31
app/work/website/layout.tsx
Normal file
31
app/work/website/layout.tsx
Normal file
@@ -0,0 +1,31 @@
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: '홈페이지·쇼핑몰·랜딩페이지 제작 | 반응형 웹 개발 외주',
|
||||
description:
|
||||
'소상공인·스타트업·기업 홈페이지, 쇼핑몰, 랜딩페이지 제작. 템플릿 없이 직접 개발. Next.js 기반 반응형 웹, SEO 기본 적용. 스타터 20만원~, 계약서 포함, 3개월 유지보수.',
|
||||
keywords: [
|
||||
'홈페이지 제작 외주',
|
||||
'쇼핑몰 제작 외주',
|
||||
'랜딩페이지 제작',
|
||||
'소상공인 홈페이지',
|
||||
'스타트업 웹사이트',
|
||||
'반응형 홈페이지 제작',
|
||||
'Next.js 개발 외주',
|
||||
'기업 홈페이지 제작',
|
||||
'웹사이트 제작 비용',
|
||||
'SEO 최적화 홈페이지',
|
||||
'홈페이지 개발 프리랜서',
|
||||
],
|
||||
openGraph: {
|
||||
title: '홈페이지·쇼핑몰 제작 | 쟁승메이드',
|
||||
description:
|
||||
'소상공인·스타트업 홈페이지 제작. 템플릿 없이 직접 개발, SEO 포함, 20만원~.',
|
||||
url: 'https://jaengseung-made.com/work/website',
|
||||
},
|
||||
robots: { index: false, follow: false },
|
||||
};
|
||||
|
||||
export default function WebsiteLayout({ children }: { children: React.ReactNode }) {
|
||||
return children;
|
||||
}
|
||||
Reference in New Issue
Block a user