메인 수정

This commit is contained in:
kjs 2025-10-21 10:44:09 +09:00
parent 6fc50cd315
commit efa2cbc538
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import { Badge } from "@/components/ui/badge";
*/
export default function MainPage() {
return (
<div className="space-y-6 pt-10">
<div className="space-y-6 px-4 pt-10">
{/* 메인 컨텐츠 */}
{/* Welcome Message */}
<Card>
@ -18,7 +18,7 @@ export default function MainPage() {
<h3 className="text-lg font-semibold">Vexolor에 !</h3>
<p className="text-muted-foreground"> .</p>
<div className="flex justify-center space-x-2">
<Badge variant="secondary">Spring Boot</Badge>
<Badge variant="secondary">Node.js</Badge>
<Badge variant="secondary">Next.js</Badge>
<Badge variant="secondary">Shadcn/ui</Badge>
</div>