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 ( return (
<section className="download-section"> <section className="download-section">
<div className="download-content"> <div className="download-content">
<h2 className="download-title">A301</h2> <h2 className="download-title">One of the plans</h2>
{info ? ( {info ? (
<> <>
<p className="download-meta"> <p className="download-meta">

View File

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

View File

@@ -31,7 +31,7 @@ export default function LoginPage() {
<div className="login-page"> <div className="login-page">
<div className="login-panel"> <div className="login-panel">
<div className="login-header"> <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> <p className="game-subtitle">MULTIPLAYER</p>
</div> </div>

View File

@@ -39,7 +39,7 @@ export default function RegisterPage() {
<div className="login-page"> <div className="login-page">
<div className="login-panel"> <div className="login-panel">
<div className="login-header"> <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> <p className="game-subtitle">MULTIPLAYER</p>
</div> </div>