diff --git a/src/app/page.tsx b/src/app/page.tsx index 575d911..6ca75c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,19 +28,19 @@ const heroCarouselItems = [ id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/women-posing-robes-spa_23-2148345732.jpg", imageAlt: "Clínica de Estética Avançada" }, { - id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=1", imageAlt: "Dra Tayna Siqueira" + id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", imageAlt: "Dra Tayna Siqueira" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg?_wi=1", imageAlt: "Ambiente da Clínica" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", imageAlt: "Ambiente da Clínica" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=1", imageAlt: "Resultados de Transformação" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultados de Transformação" }, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg?_wi=1", imageAlt: "Tecnologia Avançada" + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg", imageAlt: "Tecnologia Avançada" }, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237521.jpg?_wi=1", imageAlt: "Equipe Profissional" + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237521.jpg", imageAlt: "Equipe Profissional" } ]; @@ -49,10 +49,10 @@ const procedureFeatures = [ title: "Botox e Toxina Botulínica", description: "Redução natural de rugas e linhas de expressão com resultados suaves e rejuvenescedores.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/client-beautician-s-appointment-consultation-face-shaping-preparation-upcoming-procedures-visual-examination-problem-areas_343596-4182.jpg", imageAlt: "Procedimento Botox" + imageSrc: "http://img.b2bpic.net/free-photo/client-beautician-s-appointment-consultation-face-shaping-preparation-upcoming-procedures-visual-examination-problem-areas_343596-4182.jpg", imageAlt: "Procedimento Botox", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg?_wi=1", imageAlt: "Resultados Botox" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg", imageAlt: "Resultados Botox", videoSrc: undefined, videoAriaLabel: undefined } ] }, @@ -60,10 +60,10 @@ const procedureFeatures = [ title: "Preenchimento Facial com Ácido Hialurônico", description: "Restauração de volume e contorno facial para aparência jovem e natural.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-dermatologist-with-prick-hands_1303-23178.jpg", imageAlt: "Preenchimento Facial" + imageSrc: "http://img.b2bpic.net/free-photo/female-dermatologist-with-prick-hands_1303-23178.jpg", imageAlt: "Preenchimento Facial", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=2", imageAlt: "Resultados Preenchimento" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultados Preenchimento", videoSrc: undefined, videoAriaLabel: undefined } ] }, @@ -71,10 +71,10 @@ const procedureFeatures = [ title: "Laser Dermatológico", description: "Tratamento de pele com tecnologia laser avançada para rejuvenescimento e suavização.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg?_wi=2", imageAlt: "Tratamento Laser" + imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg", imageAlt: "Tratamento Laser", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=3", imageAlt: "Resultados Laser" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultados Laser", videoSrc: undefined, videoAriaLabel: undefined } ] } @@ -82,13 +82,13 @@ const procedureFeatures = [ const resultProducts = [ { - id: "result-1", name: "Rejuvenescimento Facial Completo", price: "Transformação Visível", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=4", imageAlt: "Resultado Rejuvenescimento" + id: "result-1", name: "Rejuvenescimento Facial Completo", price: "Transformação Visível", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultado Rejuvenescimento" }, { - id: "result-2", name: "Redução de Rugas", price: "Resultado Natural", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg?_wi=2", imageAlt: "Resultado Redução de Rugas" + id: "result-2", name: "Redução de Rugas", price: "Resultado Natural", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg", imageAlt: "Resultado Redução de Rugas" }, { - id: "result-3", name: "Contorno Facial", price: "Beleza Realçada", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=5", imageAlt: "Resultado Contorno Facial" + id: "result-3", name: "Contorno Facial", price: "Beleza Realçada", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultado Contorno Facial" } ]; @@ -137,10 +137,10 @@ const whyUsFeatures = [ title: "Expertise Profissional", description: "Dra Tayna é especialista em estética avançada com formação contínua nas técnicas mais modernas.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=2", imageAlt: "Dra Tayna Siqueira" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", imageAlt: "Dra Tayna Siqueira", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237521.jpg?_wi=2", imageAlt: "Equipe Profissional" + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-man-working-healthcare-system-having-care-job_23-2151237521.jpg", imageAlt: "Equipe Profissional", videoSrc: undefined, videoAriaLabel: undefined } ] }, @@ -148,10 +148,10 @@ const whyUsFeatures = [ title: "Tecnologia de Ponta", description: "Equipamentos dermatológicos de última geração para resultados seguros e eficazes.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg?_wi=3", imageAlt: "Tecnologia Avançada" + imageSrc: "http://img.b2bpic.net/free-photo/profile-view-young-brunette-facial-therapy-session-health-beauty-spa_662251-2098.jpg", imageAlt: "Tecnologia Avançada", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg?_wi=2", imageAlt: "Equipamentos Modernos" + imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", imageAlt: "Equipamentos Modernos", videoSrc: undefined, videoAriaLabel: undefined } ] }, @@ -159,10 +159,10 @@ const whyUsFeatures = [ title: "Personalização Total", description: "Cada paciente recebe um plano de tratamento customizado conforme seus objetivos e tipo de pele.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg?_wi=6", imageAlt: "Resultados Personalizados" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-woman-s-head_23-2149349929.jpg", imageAlt: "Resultados Personalizados", videoSrc: undefined, videoAriaLabel: undefined }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg?_wi=3", imageAlt: "Tratamento Customizado" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-marker_23-2149103581.jpg", imageAlt: "Tratamento Customizado", videoSrc: undefined, videoAriaLabel: undefined } ] } @@ -223,7 +223,7 @@ export default function LandingPage() { description="Procedimentos estéticos de última geração com a Dra Tayna Siqueira. Confiança, naturalidade e transformação em Goiânia." tag="Estética Avançada" tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Agende sua Consulta Gratuita", href: "#contact" }, { text: "Conheça os Procedimentos", href: "#procedures" } @@ -318,7 +318,7 @@ export default function LandingPage() { tag="Agende Agora" title="Sua Transformação Começa Aqui" description="Reserve sua consulta gratuita com a Dra Tayna Siqueira e descubra como os procedimentos estéticos avançados podem realçar sua beleza natural." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Seu melhor email" buttonText="Agendar Consulta Gratuita"