forked from myreader-io/myGPTReader
-
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
1 parent
a56b350
commit 72f02e8
Showing
8 changed files
with
199 additions
and
11 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
} | ||
|
||
.benefits li { | ||
padding: 10px 0; | ||
padding: 4px 0; | ||
} | ||
|
||
.cta { | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
import React from "react"; | ||
|
||
const Highlight = () => { | ||
return ( | ||
<div id="highlights"> | ||
<h2 className="text-4xl mb-2 text-center font-black">Highlights</h2> | ||
<p className="text-center mb-8">Create any type of content with AI powered bot.</p> | ||
|
||
<div className="flex flex-wrap mx-4 sm:mx-32 mb-8"> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Summarize web page</h3> | ||
</div> | ||
<ul> | ||
<li>Blog web page</li> | ||
<li>News web page</li> | ||
<li>Article web page</li> | ||
<li>YouTube video content</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Summarize document</h3> | ||
</div> | ||
<ul> | ||
<li>Epub</li> | ||
<li>PDF</li> | ||
<li>Markdown</li> | ||
<li>DOCX</li> | ||
<li>TEXT</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Voice chat</h3> | ||
</div> | ||
<ul> | ||
<li>Chinese</li> | ||
<li>English</li> | ||
<li>German</li> | ||
<li>Japanese</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Hot news today</h3> | ||
</div> | ||
<ul> | ||
<li>Hacker News</li> | ||
<li>Reddit</li> | ||
<li>Product Hunt</li> | ||
<li>Financial News</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write text</h3> | ||
</div> | ||
<ul> | ||
<li>Articles</li> | ||
<li>Stories</li> | ||
<li>Emails</li> | ||
<li>Social media posts</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4 md:clear-left"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write code</h3> | ||
</div> | ||
<ul> | ||
<li>Python</li> | ||
<li>Java</li> | ||
<li>C++</li> | ||
<li>JavaScript</li> | ||
<li>Swift</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write reports</h3> | ||
</div> | ||
<ul> | ||
<li>Financial reports</li> | ||
<li>Project summaries</li> | ||
<li>Sales reports</li> | ||
<li>Marketing reports</li> | ||
<li>HR Reports</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4 md:clear-left"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write marketing materials</h3> | ||
</div> | ||
<ul> | ||
<li>Emails</li> | ||
<li>Social media posts</li> | ||
<li>Advertisements</li> | ||
<li>Landing pages</li> | ||
<li>Brochures</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write financial documents</h3> | ||
</div> | ||
<ul> | ||
<li>Financial reports</li> | ||
<li>Financial summaries</li> | ||
<li>Financial projections</li> | ||
<li>Investment agreements</li> | ||
<li>Loan agreements</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write HR documents</h3> | ||
</div> | ||
<ul> | ||
<li>Job descriptions</li> | ||
<li>Employee handbooks</li> | ||
<li>Policies and procedures</li> | ||
<li>Employee evaluations</li> | ||
<li>Training materials</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4 md:clear-left"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Write Legal documents</h3> | ||
</div> | ||
<ul> | ||
<li>Contracts Agreements</li> | ||
<li>Legal notices</li> | ||
<li>Memoranda of understanding</li> | ||
<li>Non-disclosure agreements</li> | ||
</ul> | ||
</div> | ||
|
||
<div className="w-full md:w-1/4 px-4 mb-4 md:clear-left"> | ||
<div className="border-b-2 border-gray-500 mb-2 pb-2"> | ||
<h3 className="font-bold text-lg">Translations</h3> | ||
</div> | ||
<ul> | ||
<li>Text from English to Spanish</li> | ||
<li>Text from French to English</li> | ||
<li>Text from Japanese to English</li> | ||
<li>Text from Chinese to English</li> | ||
<li>Text from German to English</li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Highlight; |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ const Pricing = () => { | |
const contackUS = () => { | ||
umamiEvent("Premium", { referrer }) | ||
gtagEvent("Premium") | ||
window.location.href = "mailto:[email protected]" | ||
window.location.href = "https://slack-redirect.i365.tech/"; | ||
} | ||
return ( | ||
<section id="pricing"> | ||
|
@@ -27,20 +27,20 @@ const Pricing = () => { | |
<li>Ask myGPTReader anything</li> | ||
<li>Today Hot News</li> | ||
</ul> | ||
<button className="cta bg-slate-800 font-semibold" onClick={getStarted}> | ||
<button className="cta bg-slate-800 font-semibold mt-4" onClick={getStarted}> | ||
Get Started | ||
</button> | ||
</div> | ||
<div className="pricing__item premium w-full sm:w-1/4"> | ||
<h2 className="font-extrabold">Premium</h2> | ||
<p className="price font-normal">$5/m</p> | ||
<ul className="benefits"> | ||
<li className="">All FREE version features</li> | ||
<li>All FREE version features</li> | ||
<li>But no any limit</li> | ||
<li className="font-bold text-pink-600 text-lg">Bot for you</li> | ||
<li className="italic">More in the future</li> | ||
</ul> | ||
<button className="cta bg-gray-800 font-semibold" onClick={contackUS}>Contact US</button> | ||
<button className="cta bg-gray-800 font-semibold mt-4" onClick={contackUS}>Get Started</button> | ||
</div> | ||
</div> | ||
</section> | ||
|