Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85d4d61cf1 | |||
| e7c02a737f | |||
| 23a53a0c74 | |||
| 0ac4e7d09c | |||
| f14dc8fdfd |
@@ -51,8 +51,7 @@ export default function LandingPage() {
|
||||
logoText="TumbGenerate.AI"
|
||||
description="Crie thumbnails com qualidade MrBeast em segundos. Otimização de IA para o máximo de cliques e engajamento viral."
|
||||
buttons={[
|
||||
{
|
||||
text: "INICIAR AGORA", href: "#"},
|
||||
{ text: "INICIAR AGORA", onClick: () => window.location.href = "#" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technician-employs-ai-chatbot-pc-monitor-executing-programming-code_482257-120774.jpg"
|
||||
imageAlt="Interface do TumbGenerate.AI"
|
||||
@@ -135,6 +134,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Ver Mais", onClick: () => {} }]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-creator_23-2151912393.jpg"},
|
||||
@@ -157,6 +157,7 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Falar com Suporte", onClick: () => {} }]}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Como funciona o chat de edição?", content: "Nosso chat de IA permite editar elementos em tempo real com comandos simples: basta selecionar o objeto e descrever o ajuste desejado."},
|
||||
@@ -178,6 +179,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contato"
|
||||
@@ -190,6 +192,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
onPrivacyClick={() => {}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-low-poly-plexus-design_1048-13390.jpg"
|
||||
logoText="TumbGenerate.AI"
|
||||
columns={[
|
||||
@@ -215,4 +218,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user