Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
{ name: "João Silva", handle: "Paciente", testimonial: "Ambiente super confortável e profissionais qualificados!", rating: 5 }
|
||||
]}
|
||||
buttons={[{ text: "Agendar Minha Avaliação", href: "/contato" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=1"
|
||||
imageAlt="Dentista sorridente atendendo paciente em clínica moderna"
|
||||
/>
|
||||
</div>
|
||||
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Atendimento Humanizado", description: "Entendemos seus medos e trabalhamos com paciência.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Atendimento humanizado" },
|
||||
{ title: "Odontopediatria", description: "Experiência mágica e divertida para as crianças.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Odontopediatria" },
|
||||
{ title: "Tecnologia de Ponta", description: "Diagnósticos precisos com equipamentos modernos.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Tecnologia" }
|
||||
{ title: "Atendimento Humanizado", description: "Entendemos seus medos e trabalhamos com paciência.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=2", imageAlt: "Atendimento humanizado" },
|
||||
{ title: "Odontopediatria", description: "Experiência mágica e divertida para as crianças.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=3", imageAlt: "Odontopediatria" },
|
||||
{ title: "Tecnologia de Ponta", description: "Diagnósticos precisos com equipamentos modernos.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=4", imageAlt: "Tecnologia" }
|
||||
]}
|
||||
title="Nossos diferenciais"
|
||||
description="Tecnologia, conforto e paixão por sorrisos."
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=5"
|
||||
columns={[
|
||||
{ title: "Tratamentos", items: [{ label: "Implantes", href: "/servicos" }, { label: "Ortodontia", href: "/servicos" }] },
|
||||
{ title: "Sobre Nós", items: [{ label: "Nossa História", href: "/sobre" }, { label: "Equipe", href: "/sobre" }] },
|
||||
|
||||
Reference in New Issue
Block a user