From 72bd02f9845eb594288a129fa28bdd723336861d Mon Sep 17 00:00:00 2001 From: Wang Haoyang Date: Wed, 13 Nov 2024 11:28:56 +0800 Subject: [PATCH 1/3] Improve landing page more -Change the Why you can trust Jippy section to render reasons as Cards like the rest of the page -Hopefully this looks more aesthetic -Also adjust the font size of the heaer of the Pricing section --- frontend/app/landing.tsx | 60 ++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/frontend/app/landing.tsx b/frontend/app/landing.tsx index 4708bbec..a4625091 100644 --- a/frontend/app/landing.tsx +++ b/frontend/app/landing.tsx @@ -286,38 +286,50 @@ const Landing = () => { -
-
-

- Why you can trust Jippy +
+
+

+ Why you can trust Jippy AI

- - - Learn how Jippy AI works + + Jippy is just an AI frog after all and can make mistakes, but + measures are in place to minimise mistakes + or alert you to issues as much as possible
-
-

- Jippy is after all just an AI frog, and can make mistakes, but - here are some things made sure to train Jippy on to avoid mistakes - (or alert you to them) as much as possible: -

-
    -
  • - Jippy will alert you when Jippy is unsure of something and - provide fall-backs instead during essay generation. -
  • -
  • - Jippy is trained on a set of real current affairs news data set. - We currently have 18k articles in our dataset. -
  • -
+
+ + + + Alerts + + + Jippy will alert you when Jippy is unsure of something and + provide fall-backs instead during essay generation. + + + + + + + Credible news + + + Jippy is trained on real current affairs news from a reliable source, + with more than 18k articles and counting. + + +
-

Plans & pricing

+

Plans & pricing

We strive to keep Jippy accessible for everyone.

From ddec5c633acbac2f570915a2154fc77aad2929f7 Mon Sep 17 00:00:00 2001 From: Wang Haoyang Date: Wed, 13 Nov 2024 11:41:42 +0800 Subject: [PATCH 2/3] Fix icon alignment -Vertically centre the wand icon in the Jippy AI section of the landing page --- frontend/app/landing.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/app/landing.tsx b/frontend/app/landing.tsx index a4625091..8dab96b2 100644 --- a/frontend/app/landing.tsx +++ b/frontend/app/landing.tsx @@ -288,9 +288,12 @@ const Landing = () => {
-

- Why you can trust Jippy AI -

+
+ Why you can trust Jippy AI + + + +
Jippy is just an AI frog after all and can make mistakes, but measures are in place to minimise mistakes From 0739f34c701de6375c797458ef0ccfa75161a7cb Mon Sep 17 00:00:00 2001 From: Wang Haoyang Date: Wed, 13 Nov 2024 11:42:08 +0800 Subject: [PATCH 3/3] Format frontend with eslint --- frontend/app/landing.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/frontend/app/landing.tsx b/frontend/app/landing.tsx index 8dab96b2..f242236f 100644 --- a/frontend/app/landing.tsx +++ b/frontend/app/landing.tsx @@ -296,15 +296,13 @@ const Landing = () => {
Jippy is just an AI frog after all and can make mistakes, but - measures are in place to minimise mistakes - or alert you to issues as much as possible + measures are in place to minimise mistakes or alert you to issues + as much as possible
- + Alerts @@ -315,16 +313,14 @@ const Landing = () => { - + Credible news - Jippy is trained on real current affairs news from a reliable source, - with more than 18k articles and counting. + Jippy is trained on real current affairs news from a reliable + source, with more than 18k articles and counting. @@ -332,7 +328,9 @@ const Landing = () => {
-

Plans & pricing

+

+ Plans & pricing +

We strive to keep Jippy accessible for everyone.