diff --git a/app/page.jsx b/app/page.jsx index a697084..7f49c43 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,5 +1,23 @@ import React from "react"; export default function Home() { - return
; + return ( +
+ +
+ ); }