mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 06:17:56 +00:00
Compare commits
2 Commits
be340d132e
...
18bc42d280
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18bc42d280 | ||
|
|
14c71062f1 |
@ -109,6 +109,7 @@ export function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
{/*
|
||||||
<Button
|
<Button
|
||||||
onClick={handleSchoolRegister}
|
onClick={handleSchoolRegister}
|
||||||
variant="primary"
|
variant="primary"
|
||||||
@ -121,6 +122,7 @@ export function HomePage() {
|
|||||||
>
|
>
|
||||||
Cadastrar Escola
|
Cadastrar Escola
|
||||||
</Button>
|
</Button>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -144,7 +146,7 @@ export function HomePage() {
|
|||||||
</p>
|
</p>
|
||||||
<div className="flex flex-col sm:flex-row gap-4">
|
<div className="flex flex-col sm:flex-row gap-4">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleSchoolRegister}
|
onClick={() => window.location.href = 'https://typebot-public.inventivos.co/leiturama-leads'}
|
||||||
variant="primary"
|
variant="primary"
|
||||||
size="lg"
|
size="lg"
|
||||||
className="gap-2"
|
className="gap-2"
|
||||||
@ -152,11 +154,11 @@ export function HomePage() {
|
|||||||
trackingProperties={{
|
trackingProperties={{
|
||||||
category: EVENT_CATEGORIES.HERO,
|
category: EVENT_CATEGORIES.HERO,
|
||||||
action: 'click',
|
action: 'click',
|
||||||
label: 'start_free',
|
label: 'contact_us',
|
||||||
position: 'hero_section'
|
position: 'hero_section'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Começar Gratuitamente
|
Entre em contato
|
||||||
<ArrowRight className="w-5 h-5" />
|
<ArrowRight className="w-5 h-5" />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
@ -275,29 +277,25 @@ export function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid md:grid-cols-4 gap-8">
|
<div className="grid md:grid-cols-4 gap-8">
|
||||||
<StatCard
|
<FeatureCard
|
||||||
icon={Star}
|
icon={Star}
|
||||||
title="Fluência de Leitura"
|
title="Fluência de Leitura"
|
||||||
value="95%"
|
description="Nossa tecnologia avalia a leitura dos alunos e gera relatórios para melhorar a comunicação com confiança."
|
||||||
description="Melhoria na fluência de leitura dos alunos"
|
|
||||||
/>
|
/>
|
||||||
<StatCard
|
<FeatureCard
|
||||||
icon={Sparkles}
|
icon={Sparkles}
|
||||||
title="Engajamento"
|
title="Mais tempo"
|
||||||
value="87%"
|
description="Queremos economizar o tempo dos professores, permitindo mais foco nos alunos e melhorando os resultados."
|
||||||
description="Aumento no engajamento com a leitura"
|
|
||||||
/>
|
/>
|
||||||
<StatCard
|
<FeatureCard
|
||||||
icon={CheckCircle}
|
icon={CheckCircle}
|
||||||
title="Satisfação"
|
title="Alunos engajados"
|
||||||
value="92%"
|
description="Histórias personalizadas com IA e gamificação tornam a aprendizagem mais divertida."
|
||||||
description="Satisfação dos pais com o progresso"
|
|
||||||
/>
|
/>
|
||||||
<StatCard
|
<FeatureCard
|
||||||
icon={BookOpen}
|
icon={BookOpen}
|
||||||
title="Leitura"
|
title="Bilíngue"
|
||||||
value="3x"
|
description="Melhore leitura e compreensão em português, inglês e espanhol em uma única plataforma."
|
||||||
description="Mais histórias lidas por aluno"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -409,10 +407,12 @@ export function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Pricing Section */}
|
{/* Pricing Section
|
||||||
<div className="mt-24">
|
<div className="mt-24">
|
||||||
<PlanForSchools />
|
<PlanForSchools />
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
|
|
||||||
|
|
||||||
{/* FAQ Section */}
|
{/* FAQ Section */}
|
||||||
<div className="mt-24">
|
<div className="mt-24">
|
||||||
@ -458,10 +458,10 @@ export function HomePage() {
|
|||||||
Junte-se a mais de 1000 escolas que já estão revolucionando a educação
|
Junte-se a mais de 1000 escolas que já estão revolucionando a educação
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
onClick={() => navigate('/register')}
|
onClick={() => window.location.href = 'https://typebot-public.inventivos.co/leiturama-leads'}
|
||||||
className="bg-white text-purple-600 px-8 py-3 rounded-lg font-semibold hover:bg-purple-50 transition"
|
className="bg-white text-purple-600 px-8 py-3 rounded-lg font-semibold hover:bg-purple-50 transition"
|
||||||
>
|
>
|
||||||
Começar Gratuitamente
|
Entre em contato
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -23,7 +23,7 @@ const defaultPlans: PlanProps[] = [
|
|||||||
{
|
{
|
||||||
title: "Escola Iniciante",
|
title: "Escola Iniciante",
|
||||||
description: "Para escolas começando a transformação",
|
description: "Para escolas começando a transformação",
|
||||||
price: "997",
|
price: "1.997",
|
||||||
features: [
|
features: [
|
||||||
"Até 100 alunos",
|
"Até 100 alunos",
|
||||||
"Método fônico estruturado",
|
"Método fônico estruturado",
|
||||||
@ -34,7 +34,7 @@ const defaultPlans: PlanProps[] = [
|
|||||||
{
|
{
|
||||||
title: "Escola Transformadora",
|
title: "Escola Transformadora",
|
||||||
description: "Para escolas comprometidas",
|
description: "Para escolas comprometidas",
|
||||||
price: "1.997",
|
price: "3.997",
|
||||||
features: [
|
features: [
|
||||||
"Até 500 alunos",
|
"Até 500 alunos",
|
||||||
"Método fônico completo",
|
"Método fônico completo",
|
||||||
@ -48,7 +48,7 @@ const defaultPlans: PlanProps[] = [
|
|||||||
{
|
{
|
||||||
title: "Rede de Ensino",
|
title: "Rede de Ensino",
|
||||||
description: "Para redes de escolas",
|
description: "Para redes de escolas",
|
||||||
price: "4.997",
|
price: "9.887",
|
||||||
features: [
|
features: [
|
||||||
"Alunos ilimitados",
|
"Alunos ilimitados",
|
||||||
"Sistema completo",
|
"Sistema completo",
|
||||||
@ -105,7 +105,8 @@ export function PlanForSchools({
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={plan.onSubscribe}
|
// onClick={plan.onSubscribe}
|
||||||
|
onClick={() => window.location.href = 'https://typebot-public.inventivos.co/leiturama-leads'}
|
||||||
variant={plan.highlighted ? 'primary' : 'outline'}
|
variant={plan.highlighted ? 'primary' : 'outline'}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
trackingId={`plan_subscribe_${plan.title.toLowerCase().replace(/\s+/g, '_')}`}
|
trackingId={`plan_subscribe_${plan.title.toLowerCase().replace(/\s+/g, '_')}`}
|
||||||
@ -121,7 +122,7 @@ export function PlanForSchools({
|
|||||||
position: index.toString()
|
position: index.toString()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Começar Agora
|
Entre em contato
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
@ -133,7 +134,8 @@ export function PlanForSchools({
|
|||||||
</p>
|
</p>
|
||||||
<div className="flex justify-center gap-4">
|
<div className="flex justify-center gap-4">
|
||||||
<Button
|
<Button
|
||||||
onClick={onContactClick}
|
// onClick={onContactClick}
|
||||||
|
onClick={() => window.location.href = 'https://typebot-public.inventivos.co/leiturama-leads'}
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="lg"
|
size="lg"
|
||||||
className="gap-2"
|
className="gap-2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user