Skip to content

Commit

Permalink
feat: release the first version of landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Aug 1, 2023
1 parent 0440cbc commit 3c8a49e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 116 deletions.
20 changes: 10 additions & 10 deletions components/data.js
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
const benefitOne = {
title: "Chat Completion",
desc: "Chat models take a series of messages as input, and return a model-generated message as output.",
lightImage: "https://edge.yancey.app/beg/qk79imya-1685073643946.png",
darkImage: "https://edge.yancey.app/beg/usgq0hjm-1685018446761.png",
lightImage: "https://edge.yancey.app/beg/gf3ohoi2-1690808811131.png",
darkImage: "https://edge.yancey.app/beg/frflci8f-1690808815033.png",
bullets: [],
};

const benefitTwo = {
title: "Text Completion",
desc: "The completions endpoint can be used for a wide variety of tasks. You input some text as a prompt, and the model will generate a text completion that attempts to match whatever context or pattern you gave it.",
lightImage: "https://edge.yancey.app/beg/2fpf1pv6-1685074617343.png",
darkImage: "https://edge.yancey.app/beg/z5rjy1r5-1685076020111.png",
lightImage: "https://edge.yancey.app/beg/1rkhknyn-1690808805630.png",
darkImage: "https://edge.yancey.app/beg/9syfyonp-1690808800955.png",
bullets: [],
};

const benefitThree = {
title: "Audio Transcription",
desc: "The transcriptions API takes as input the audio file you want to transcribe and the desired output file format for the transcription of the audio.",
lightImage: "https://edge.yancey.app/beg/q8tjqu1k-1685073591563.png",
darkImage: "https://edge.yancey.app/beg/k7mo62kq-1685076012796.png",
lightImage: "https://edge.yancey.app/beg/3wltjhro-1690808789504.png",
darkImage: "https://edge.yancey.app/beg/ajh4qoaa-1690808795519.png",
bullets: [],
};

const benefitFour = {
title: "Audio Translation",
desc: "The translations API takes as input the audio file in any of the supported languages and transcribes, if necessary, the audio into english.",
lightImage: "https://edge.yancey.app/beg/c7ppn5s6-1685074011821.png",
darkImage: "https://edge.yancey.app/beg/zdmmm1kq-1685076004067.png",
lightImage: "https://edge.yancey.app/beg/zxbsckf9-1690808783373.png",
darkImage: "https://edge.yancey.app/beg/oruwxioq-1690808776343.png",
bullets: [],
};

const benefitFive = {
title: "Text To Image",
desc: "The image generations endpoint allows you to create an original image given a text prompt.",
lightImage: "https://edge.yancey.app/beg/u1odt2ot-1685074261182.png",
darkImage: "https://edge.yancey.app/beg/jlapw99s-1685075993402.png",
lightImage: "https://edge.yancey.app/beg/9oqb91zz-1690808763929.png",
darkImage: "https://edge.yancey.app/beg/uo6x2952-1690808769662.png",
bullets: [],
};

Expand Down
2 changes: 1 addition & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Footer() {
</div>

<div className="max-w-md mt-4 text-gray-500 dark:text-gray-400">
Hyper Chat is a free, safety chat bot web app with OpenAI and
Hyper Chat is a free, safety chat bot with OpenAI and
Azure OpenAI service. Its built with Tauri, React, TailwindCSS,
IndexedDB. And its completely open-source.
</div>
Expand Down
6 changes: 3 additions & 3 deletions components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Hero = ({ downloadUrl }) => {
Hyper Chat
</h1>
<p className="py-5 text-xl leading-normal text-gray-500 lg:text-xl xl:text-2xl dark:text-gray-300">
Hyper Chat is a free, safety chat bot web app with OpenAI and Azure
Hyper Chat is a free, safety chat bot with OpenAI and Azure
OpenAI service. Its built with Tauri, React,
TailwindCSS, IndexedDB. And its completely open-source.
</p>
Expand Down Expand Up @@ -55,8 +55,8 @@ const Hero = ({ downloadUrl }) => {
<img
src={
theme === "light"
? "https://edge.yancey.app/beg/qk79imya-1685073643946.png"
: "https://edge.yancey.app/beg/usgq0hjm-1685018446761.png"
? "https://edge.yancey.app/beg/gf3ohoi2-1690808811131.png"
: "https://edge.yancey.app/beg/frflci8f-1690808815033.png"
}
width="616"
/>
Expand Down
91 changes: 0 additions & 91 deletions components/testimonials.js

This file was deleted.

2 changes: 1 addition & 1 deletion components/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Video = () => {
)}
{playVideo && (
<iframe
src="https://www.youtube-nocookie.com/embed/aOq49euWnIo?controls=0&autoplay=1"
src="https://www.youtube.com/embed/-FD2BG2NBag"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c8a49e

Please sign in to comment.