Skip to content

Commit

Permalink
updated text, color and font
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitatjosh committed Oct 3, 2024
1 parent 50db7f0 commit e5bba30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions app/src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ const Landing = () => {
Welcome
</h1>
<h1 className={cn(primaryFont.className, "text-5xl")}>
Speak, Translate & Summarise
Transform Speech into Action: Translate, Transcribe, and Summarize Effortlessly
</h1>
<p>
Translate and summarize content from multiple languages into English
with ease.
<p>
Unleash the power of seamless communication with a tool that does it all—accurate transcription, real-time translation, and intelligent summaries in one go.
</p>
<div className="w-full flex gap-3">
<Link
Expand Down
6 changes: 3 additions & 3 deletions app/src/components/UserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const UserForm = (props: UserFormProps) => {
onSubmit={form.handleSubmit(onSubmit)}
className="w-full max-w-sm flex flex-col gap-4 justify-center items-center"
>
<h1 className={cn(tertiaryFont.className, "text-3xl font-bold")}>
<h1 className="text-3xl font-bold">
{
formType === "signup" ? "Sign Up" : "Sign In"
}
Expand Down Expand Up @@ -95,9 +95,9 @@ const UserForm = (props: UserFormProps) => {
</form>
</Form>
<div>
<div className="flex flex-col text-xs gap-1 justify-center items-center">
<div className="flex flex-col text-sm gap-1 justify-center items-center">
<h1>{formType === "signup" ? "Already have an account?" : "Please send an email to access the demo:"}</h1>
<h1>[email protected]</h1>
<a className="text-blue-500" href="mailto:[email protected]">[email protected]</a>
</div>
{/* {formType === "signup" ? "Already have an account?" : "To request access, please send an email to:"} */}
{/* <Link
Expand Down

0 comments on commit e5bba30

Please sign in to comment.