Skip to content

Commit

Permalink
update dev react html
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Nov 5, 2023
1 parent ee06a48 commit 93dde53
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion dev/react-project/public/data/default.html
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
<div>hello</div>
<section class="bg-gray-50">
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center">
<div class="mx-auto max-w-xl text-center">
<h1 class="text-3xl font-extrabold sm:text-5xl">
Understand User Flow.
<strong class="font-extrabold text-red-700 sm:block"> Increase Conversion. </strong>
</h1>

<p class="mt-4 sm:text-xl sm:leading-relaxed">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nesciunt illo tenetur fuga ducimus
numquam ea!
</p>

<div class="mt-8 flex flex-wrap justify-center gap-4">
<a
class="block w-full rounded bg-red-600 px-12 py-3 text-sm font-medium text-white shadow hover:bg-red-700 focus:outline-none focus:ring active:bg-red-500 sm:w-auto cursor-pointer"
href="/get-started"
>
Get Started
</a>

<a
class="block w-full rounded px-12 py-3 text-sm font-medium text-red-600 shadow hover:text-red-700 focus:outline-none focus:ring active:text-red-500 sm:w-auto cursor-pointer"
href="/about"
>
Learn More
</a>
</div>
</div>
</div>
</section>

0 comments on commit 93dde53

Please sign in to comment.