Update src/app/page.tsx
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Shield, Sparkles } from "lucide-react";
|
||||
import { Shield, Sparkles, Ear } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Abordagem",
|
||||
id: "features",
|
||||
},
|
||||
name: "Abordagem", id: "features"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
name: "Serviços", id: "services"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Helena Ávila"
|
||||
/>
|
||||
@@ -62,35 +52,15 @@ export default function LandingPage() {
|
||||
description="Você não precisa passar por isso sozinho. Encontre um espaço seguro para seu acolhimento e transformação pessoal."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agende sua Consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agende sua Consulta", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-business-woman-her-office_1301-3527.jpg?_wi=1",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-designer-working-3d-model_23-2149370119.jpg",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509920.jpg",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-couch_23-2149927565.jpg",
|
||||
imageAlt: "psychotherapist professional portrait",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-business-woman-her-office_1301-3527.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-designer-working-3d-model_23-2149370119.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-stretching-work_23-2150509920.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-couch_23-2149927565.jpg", imageAlt: "psychotherapist professional portrait" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,9 +71,7 @@ export default function LandingPage() {
|
||||
title="Quem é Helena Ávila"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba mais sobre minha trajetória",
|
||||
href: "#",
|
||||
},
|
||||
text: "Saiba mais sobre minha trajetória", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,55 +83,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Escuta Ativa",
|
||||
description: "Um olhar atento e sem julgamentos para compreender profundamente suas questões.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg",
|
||||
imageAlt: "Smiling portrait of a young woman sitting on gray sofa looking at camera",
|
||||
},
|
||||
title: "Escuta Ativa", description: "Um olhar atento e sem julgamentos para compreender profundamente suas questões.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg", imageAlt: "Smiling portrait of a young woman sitting on gray sofa looking at camera"},
|
||||
items: [
|
||||
{
|
||||
icon: Ear,
|
||||
text: "Presença total",
|
||||
},
|
||||
text: "Presença total"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-business-woman-her-office_1301-3527.jpg?_wi=2",
|
||||
imageAlt: "Smiling portrait of a young woman sitting on gray sofa looking at camera",
|
||||
},
|
||||
{
|
||||
title: "Ambiente Seguro",
|
||||
description: "Espaço confidencial preparado para que você se sinta à vontade.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161951.jpg",
|
||||
imageAlt: "Authentic scene of young person undergoing psychological therapy",
|
||||
},
|
||||
title: "Ambiente Seguro", description: "Espaço confidencial preparado para que você se sinta à vontade.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161951.jpg", imageAlt: "Authentic scene of young person undergoing psychological therapy"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Sigilo absoluto",
|
||||
},
|
||||
text: "Sigilo absoluto"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073985.jpg?_wi=1",
|
||||
imageAlt: "Smiling portrait of a young woman sitting on gray sofa looking at camera",
|
||||
},
|
||||
{
|
||||
title: "Transformação Pessoal",
|
||||
description: "Ferramentas práticas para o autoconhecimento e o desenvolvimento emocional.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161931.jpg",
|
||||
imageAlt: "Authentic scene of young person undergoing psychological therapy",
|
||||
},
|
||||
title: "Transformação Pessoal", description: "Ferramentas práticas para o autoconhecimento e o desenvolvimento emocional.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161931.jpg", imageAlt: "Authentic scene of young person undergoing psychological therapy"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Crescimento contínuo",
|
||||
},
|
||||
text: "Crescimento contínuo"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2098.jpg?_wi=1",
|
||||
imageAlt: "Smiling portrait of a young woman sitting on gray sofa looking at camera",
|
||||
},
|
||||
]}
|
||||
title="Abordagem Terapêutica"
|
||||
@@ -178,42 +125,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Psicoterapia Individual",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073985.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Atendimento Online",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-love-visiting-grandma-her-lovely-house_329181-2525.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Orientação Parental",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-granddaughter-talking-her-grandmother_171337-7795.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Acompanhamento Especializado",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Plantão Psicológico",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161978.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Consultoria em Saúde Mental",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161947.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Psicoterapia Individual", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073985.jpg" },
|
||||
{ id: "p2", name: "Atendimento Online", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/i-love-visiting-grandma-her-lovely-house_329181-2525.jpg" },
|
||||
{ id: "p3", name: "Orientação Parental", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-granddaughter-talking-her-grandmother_171337-7795.jpg" },
|
||||
{ id: "p4", name: "Acompanhamento Especializado", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg" },
|
||||
{ id: "p5", name: "Plantão Psicológico", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161978.jpg" },
|
||||
{ id: "p6", name: "Consultoria em Saúde Mental", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161947.jpg" },
|
||||
]}
|
||||
title="Serviços"
|
||||
description="Atendimento humanizado voltado para suas necessidades específicas."
|
||||
@@ -225,46 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformação",
|
||||
quote: "A Helena me ajudou a recuperar a confiança em momentos críticos.",
|
||||
name: "Ana S.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2098.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Acolhimento",
|
||||
quote: "Sinto que finalmente fui ouvida de verdade. Excelente profissional.",
|
||||
name: "Pedro M.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051720.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Mudança",
|
||||
quote: "As sessões online são tão produtivas quanto as presenciais.",
|
||||
name: "Clara R.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiled-woman-doctor-uniform-standing-yellow-background_179666-29761.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Gratidão",
|
||||
quote: "Helena é uma profissional extremamente empática e humana.",
|
||||
name: "Lucas P.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Suporte",
|
||||
quote: "Transformador desde a primeira sessão.",
|
||||
name: "Mariana G.",
|
||||
role: "Paciente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-doctor-young-girl-wearing-stethoscope-medical-gown-bite-tongue-blue-background_141793-21063.jpg",
|
||||
},
|
||||
{ id: "1", title: "Transformação", quote: "A Helena me ajudou a recuperar a confiança em momentos críticos.", name: "Ana S.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2098.jpg" },
|
||||
{ id: "2", title: "Acolhimento", quote: "Sinto que finalmente fui ouvida de verdade. Excelente profissional.", name: "Pedro M.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-woman-portrait_23-2149051720.jpg" },
|
||||
{ id: "3", title: "Mudança", quote: "As sessões online são tão produtivas quanto as presenciais.", name: "Clara R.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiled-woman-doctor-uniform-standing-yellow-background_179666-29761.jpg" },
|
||||
{ id: "4", title: "Gratidão", quote: "Helena é uma profissional extremamente empática e humana.", name: "Lucas P.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg" },
|
||||
{ id: "5", title: "Suporte", quote: "Transformador desde a primeira sessão.", name: "Mariana G.", role: "Paciente", imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-doctor-young-girl-wearing-stethoscope-medical-gown-bite-tongue-blue-background_141793-21063.jpg" },
|
||||
]}
|
||||
title="Depoimentos"
|
||||
description="Veja o que meus pacientes relatam sobre a jornada terapêutica."
|
||||
@@ -276,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Como agendar?",
|
||||
content: "Entre em contato via WhatsApp para verificar horários.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Atende convênios?",
|
||||
content: "Trabalho com reembolso mediante nota fiscal.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Como funciona o online?",
|
||||
content: "Utilizamos plataformas seguras e criptografadas.",
|
||||
},
|
||||
{ id: "1", title: "Como agendar?", content: "Entre em contato via WhatsApp para verificar horários." },
|
||||
{ id: "2", title: "Atende convênios?", content: "Trabalho com reembolso mediante nota fiscal." },
|
||||
{ id: "3", title: "Como funciona o online?", content: "Utilizamos plataformas seguras e criptografadas." },
|
||||
]}
|
||||
title="Dúvidas Frequentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -304,23 +174,11 @@ export default function LandingPage() {
|
||||
title="Agendamento"
|
||||
description="Estou aqui para ouvir você. Preencha o formulário para marcar sua sessão."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Seu nome",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu e-mail",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Seu nome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Seu e-mail", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Como posso te ajudar?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Como posso te ajudar?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/social-distancing-concept-public-areas_23-2148740150.jpg"
|
||||
@@ -332,29 +190,15 @@ export default function LandingPage() {
|
||||
logoText="Helena Ávila"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Início", href: "#hero" },
|
||||
{ label: "Sobre", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contato", items: [
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user