Commit 4efe97fe authored by jang dong hyeok's avatar jang dong hyeok
Browse files

0624JDH

parent 742c5abc
...@@ -6,8 +6,22 @@ type HomeProps = { ...@@ -6,8 +6,22 @@ type HomeProps = {
}; };
const HomePage = ({ title = "Simple Survey Form" }: HomeProps) => ( const HomePage = ({ title = "Simple Survey Form" }: HomeProps) => (
<div className="text-slate-300 text-3xl font-bold"> <div>
{title} <div className="text-slate-300 text-center text-3xl text-black">
가장 쉽게 설문지를 만드세요!
</div>
<div className="flex container justify-center my-6">
<div className="flex justify-center text-2xl font-bold h-14 w-28 border-blue-500 rounded-lg bg-gray-300">
<div className="flex">
<button className="text-black">
+
</button>
</div>
</div>
</div>
<div className="text-slate-300 text-center text-xl text-black">
Create now
</div>
</div> </div>
); );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment