Merge version_1 into main #1
177
src/app/page.tsx
177
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "IA Diagnose",
|
||||
id: "features",
|
||||
},
|
||||
name: "IA Diagnose", id: "features"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Serviços", id: "metrics"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="AquaHelp IA"
|
||||
/>
|
||||
@@ -53,90 +45,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Seu encanador inteligente via IA."
|
||||
description="Resolva vazamentos, entupimentos e problemas de pressão na hora. IA avançada para diagnósticos precisos e guias de reparo práticos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Diagnosticar Problema",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Diagnosticar Problema", href: "#features"},
|
||||
{
|
||||
text: "Entenda como funciona",
|
||||
href: "#faq",
|
||||
},
|
||||
text: "Entenda como funciona", href: "#faq"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg",
|
||||
imageAlt: "digital water flow tech background",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg", imageAlt: "digital water flow tech background"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036833.jpg",
|
||||
imageAlt: "plumbing tool icons 3d",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036833.jpg", imageAlt: "plumbing tool icons 3d"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-elegance-illuminates-luxurious-domestic-bathroom-design-generated-by-ai_188544-27938.jpg",
|
||||
imageAlt: "ai plumbing diagnostic ui",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/modern-elegance-illuminates-luxurious-domestic-bathroom-design-generated-by-ai_188544-27938.jpg", imageAlt: "ai plumbing diagnostic ui"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-liquid-drops_23-2148635060.jpg",
|
||||
imageAlt: "high tech pipe sensor water",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-liquid-drops_23-2148635060.jpg", imageAlt: "high tech pipe sensor water"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-screen-templates_1057-552.jpg",
|
||||
imageAlt: "smart water leak app dashboard",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-vector/mobile-screen-templates_1057-552.jpg", imageAlt: "smart water leak app dashboard"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-horizon-line-with-sky-water_23-2148231635.jpg",
|
||||
imageAlt: "abstract water tech nodes blue",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/abstract-horizon-line-with-sky-water_23-2148231635.jpg", imageAlt: "abstract water tech nodes blue"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "IA de Diagnóstico Rápido",
|
||||
tags: [
|
||||
"IA",
|
||||
"Diagnóstico",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg",
|
||||
imageAlt: "pipe leak ai scanner lens",
|
||||
},
|
||||
id: "f1", title: "IA de Diagnóstico Rápido", tags: [
|
||||
"IA", "Diagnóstico"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg", imageAlt: "pipe leak ai scanner lens"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Chat com Encanador Virtual",
|
||||
tags: [
|
||||
"Chatbot",
|
||||
"Suporte",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336538.jpg",
|
||||
imageAlt: "ai plumber assistant app ui",
|
||||
},
|
||||
id: "f2", title: "Chat com Encanador Virtual", tags: [
|
||||
"Chatbot", "Suporte"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336538.jpg", imageAlt: "ai plumber assistant app ui"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Encanadores Locais",
|
||||
tags: [
|
||||
"GEO",
|
||||
"Serviço",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-pin-location_23-2151642286.jpg",
|
||||
imageAlt: "geolocation plumber service map",
|
||||
},
|
||||
id: "f3", title: "Encanadores Locais", tags: [
|
||||
"GEO", "Serviço"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-pin-location_23-2151642286.jpg", imageAlt: "geolocation plumber service map"},
|
||||
]}
|
||||
title="Inteligência para sua casa"
|
||||
description="Ferramentas poderosas para detectar falhas e otimizar custos."
|
||||
@@ -150,22 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Custos Economizados",
|
||||
value: "40%",
|
||||
icon: DollarSign,
|
||||
id: "m1", title: "Custos Economizados", value: "40%", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Diagnósticos Realizados",
|
||||
value: "15k+",
|
||||
icon: CheckCircle,
|
||||
id: "m2", title: "Diagnósticos Realizados", value: "15k+", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Profissionais Conectados",
|
||||
value: "500+",
|
||||
icon: Users,
|
||||
id: "m3", title: "Profissionais Conectados", value: "500+", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Resultados reais para o seu bolso"
|
||||
@@ -179,25 +122,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Como a IA detecta o problema?",
|
||||
content: "Nossa IA analisa fotos ou vídeos enviados pelo usuário para identificar padrões visuais comuns de vazamentos e entupimentos.",
|
||||
},
|
||||
id: "q1", title: "Como a IA detecta o problema?", content: "Nossa IA analisa fotos ou vídeos enviados pelo usuário para identificar padrões visuais comuns de vazamentos e entupimentos."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "O custo é estimado ou final?",
|
||||
content: "O custo é uma estimativa baseada na complexidade e preços médios de materiais e mão de obra na sua região.",
|
||||
},
|
||||
id: "q2", title: "O custo é estimado ou final?", content: "O custo é uma estimativa baseada na complexidade e preços médios de materiais e mão de obra na sua região."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Posso contratar o profissional pelo app?",
|
||||
content: "Sim, conectamos você aos encanadores mais próximos e bem avaliados da região para agendar o serviço.",
|
||||
},
|
||||
id: "q3", title: "Posso contratar o profissional pelo app?", content: "Sim, conectamos você aos encanadores mais próximos e bem avaliados da região para agendar o serviço."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Funciona sem internet?",
|
||||
content: "Sim, oferecemos um modo offline básico com guias de reparos pré-carregados para problemas comuns.",
|
||||
},
|
||||
id: "q4", title: "Funciona sem internet?", content: "Sim, oferecemos um modo offline básico com guias de reparos pré-carregados para problemas comuns."},
|
||||
]}
|
||||
title="Dúvidas comuns"
|
||||
description="Saiba como o nosso sistema resolve problemas de forma prática."
|
||||
@@ -209,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contato"
|
||||
title="Precisa de ajuda imediata?"
|
||||
description="Nossa equipe de suporte está disponível 24/7 para auxiliar em casos de emergência hidráulica."
|
||||
@@ -224,54 +154,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Sobre",
|
||||
items: [
|
||||
title: "Sobre", items: [
|
||||
{
|
||||
label: "Como funciona",
|
||||
href: "#",
|
||||
},
|
||||
label: "Como funciona", href: "#"},
|
||||
{
|
||||
label: "IA e Tecnologia",
|
||||
href: "#",
|
||||
},
|
||||
label: "IA e Tecnologia", href: "#"},
|
||||
{
|
||||
label: "Nossa equipe",
|
||||
href: "#",
|
||||
},
|
||||
label: "Nossa equipe", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Recursos",
|
||||
items: [
|
||||
title: "Recursos", items: [
|
||||
{
|
||||
label: "Diagnóstico IA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Diagnóstico IA", href: "#"},
|
||||
{
|
||||
label: "Simulador de Custo",
|
||||
href: "#",
|
||||
},
|
||||
label: "Simulador de Custo", href: "#"},
|
||||
{
|
||||
label: "Encontrar Encanador",
|
||||
href: "#",
|
||||
},
|
||||
label: "Encontrar Encanador", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Uso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Suporte",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suporte", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user