feat: 게임 가제 'One of the plans' UI 텍스트 적용

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 00:18:13 +09:00
parent 7e4e5a1801
commit 2cb4b9419f
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ export default function DownloadSection() {
return (
<section className="download-section">
<div className="download-content">
<h2 className="download-title">A301</h2>
<h2 className="download-title">One of the plans</h2>
{info ? (
<>
<p className="download-meta">

View File

@@ -10,7 +10,7 @@ export default function HomePage() {
return (
<div className="home-page">
<header className="home-header">
<h1 className="home-logo">A301</h1>
<h1 className="home-logo">One of the plans</h1>
<div className="home-user">
{user ? (
<>
@@ -28,7 +28,7 @@ export default function HomePage() {
<section className="hero-banner">
<div className="hero-overlay">
<h2 className="hero-title">A301 MULTIPLAYER</h2>
<h2 className="hero-title">One of the plans</h2>
<p className="hero-desc">Unity 3D 멀티플레이어 테스트에 참여하세요</p>
</div>
</section>

View File

@@ -31,7 +31,7 @@ export default function LoginPage() {
<div className="login-page">
<div className="login-panel">
<div className="login-header">
<h1 className="game-title">A301</h1>
<h1 className="game-title">One of the plans</h1>
<p className="game-subtitle">MULTIPLAYER</p>
</div>

View File

@@ -39,7 +39,7 @@ export default function RegisterPage() {
<div className="login-page">
<div className="login-panel">
<div className="login-header">
<h1 className="game-title">A301</h1>
<h1 className="game-title">One of the plans</h1>
<p className="game-subtitle">MULTIPLAYER</p>
</div>