From 46d03817af0bf0643de5ffa0c93ae10bb4687f0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:42:42 +0000 Subject: [PATCH 01/10] Initial plan From 5edfd901e0ad9059856400ed199a8045fc1f695b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:00:26 +0000 Subject: [PATCH 02/10] Modernize home page with enhanced hero section and improved visual design Co-authored-by: enzosakamoto <98707474+enzosakamoto@users.noreply.github.com> --- src/features/home/pages/home-page.tsx | 160 ++++++++++++++++++-------- 1 file changed, 109 insertions(+), 51 deletions(-) diff --git a/src/features/home/pages/home-page.tsx b/src/features/home/pages/home-page.tsx index d1ceeff..7a6ab3b 100644 --- a/src/features/home/pages/home-page.tsx +++ b/src/features/home/pages/home-page.tsx @@ -223,16 +223,24 @@ export function HomePage() { -

+ + 🚀 Transforme documentos em conhecimento de IA + + +

{words.map((word, index) => ( @@ -243,7 +251,7 @@ export function HomePage() { ))}

@@ -253,19 +261,26 @@ export function HomePage() { - + - + @@ -278,13 +293,18 @@ export function HomePage() { whileInView="visible" transition={{ staggerChildren: 0.04 }} > - - Como o Knowly Funciona - +

+ Como o Knowly Funciona +

+

+ Três passos simples para transformar seus documentos em IA +

+ ( - +
+ {idx + 1} +
+ {content.title}
@@ -306,15 +329,15 @@ export function HomePage() { -

+

{content.content}

{idx < process.length - 1 && window.innerWidth >= 768 && ( - + )} {idx < process.length - 1 && window.innerWidth < 768 && ( - + )}
))} @@ -328,13 +351,18 @@ export function HomePage() { whileInView="visible" transition={{ staggerChildren: 0.04 }} > - - Preços - +

+ Preços Simples e Transparentes +

+

+ Escolha o plano perfeito para suas necessidades +

+
( - - {plan.title} - - {plan.price}{' '} - - p/mês - + {idx === 1 && ( +
+ Mais Popular +
+ )} + + + {plan.title} + + + {plan.price} + + p/mês + - + {plan.features.map((feature, idx) => (
- +
+ +
{feature}
))}
- - + +
))} @@ -385,19 +430,24 @@ export function HomePage() { }} variants={variants} > - - FAQ - +

+ Perguntas Frequentes +

+

+ Tudo o que você precisa saber sobre o Knowly +

+
- + {faqs.map((faq, i) => ( {faq.content} @@ -408,7 +458,7 @@ export function HomePage() { Acesse a página completa de FAQ