Skip to content

Commit

Permalink
feat: 디자이너행님의 의견을 따라 메인배너 빼버리기
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyun1998 committed Aug 17, 2024
1 parent 5489812 commit ca16ab8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import React from "react";

export default function Home() {
return (
<div className="w-full flex flex-col items-center justify-center">
<h1 className="mt-28 mb-28 font-gmarketBold text-5xl tracking-tight lg:text-7xl">
mejai.kr
</h1>
</div>
);
return <></>;
}

0 comments on commit ca16ab8

Please sign in to comment.