Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Heart, Shield, Smile, Award, Sparkles, Tooth, Droplet, Users, Zap, Phone } from 'lucide-react';
|
||||
import { Heart, Shield, Smile, Award, Sparkles, Droplet, Users, Zap, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Dra. Alice Vilanova"
|
||||
description="Excelência em Odontologia. Cuidar do seu sorriso é mais do que estética — é saúde, autoestima e bem-estar. Aqui você recebe um atendimento humanizado, com tecnologia moderna e cuidado especial em cada detalhe."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[{ text: "Agendar Consulta", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Dentaduras e Pontes", description: "Soluções ideais para restaurar a funcionalidade e estética do sorriso com conforto e naturalidade.", icon: Tooth,
|
||||
title: "Dentaduras e Pontes", description: "Soluções ideais para restaurar a funcionalidade e estética do sorriso com conforto e naturalidade.", icon: Smile,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-wearing-surgical-gloves_107420-74190.jpg", imageAlt: "dentadura ponte dental prótese fixa restauração" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-beauty-utensils_23-2149396171.jpg", imageAlt: "ponte dentária fixa restauração sorriso completo" }
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
tag="Serviços Premium"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Agendar Consulta", href: "#contact" }]}
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
tag="Depoimentos Reais"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Conhecer Mais", href: "#contact" }]}
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
title="Diferenciais da Dra. Alice"
|
||||
description="Conheça os principais diferenciais que tornam nosso consultório referência em excelência odontológica."
|
||||
tag="Por Que Escolher"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "100%", title: "Atendimento Humanizado", items: ["Escuta atenta às necessidades", "Ambiente acolhedor e confortável", "Relação de confiança duradoura"]
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
title="Perguntas Frequentes"
|
||||
description="Esclareça suas dúvidas sobre nossos serviços, tratamentos e agendamento."
|
||||
tag="Dúvidas?"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
title="Seu novo sorriso começa hoje"
|
||||
description="Não espere mais para cuidar da sua saúde bucal. Agende agora mesmo sua consulta com a Dra. Alice Vilanova e descubra o poder de um sorriso saudável."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Seu WhatsApp (opcional)"
|
||||
|
||||
Reference in New Issue
Block a user