-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
194 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
export const App = () => { | ||
|
||
return ( | ||
<div> | ||
Hello App | ||
<div className="w-full h-full min-h-screen bg-light-background-secondary dark:bg-dark-background-secondary"> | ||
<div className="mx-auto w-full max-w-2xl space-y-4 py-8"> | ||
<div className="card w-full p-4"> | ||
<h1 className="text-xl">UltraBulk.eth</h1> | ||
<p> | ||
A lightweight and gas-optimized smart contract focused on ENS <span className="font-bold">.eth</span> registrations and renewals. | ||
With as much flexibility as you might need. | ||
</p> | ||
</div> | ||
<div className="flex gap-4 w-full flex-col md:flex-row"> | ||
<div className="card w-full p-4">Commit Fee</div> | ||
<div className="card w-full p-4">Registration Fee</div> | ||
<div className="card w-full p-4">Renewal Fee</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters