Update src/app/page.tsx
This commit is contained in:
149
src/app/page.tsx
149
src/app/page.tsx
@@ -14,60 +14,39 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "/servicos",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "/contato",
|
||||
},
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Serviços", id: "/servicos" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Contato", id: "/contato" }
|
||||
]}
|
||||
brandName="Espaço Odonto"
|
||||
button={{ text: "Agendar", href: "/contato" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Transforme seu sorriso com excelência e cuidado humanizado."
|
||||
description="Há 17 anos, a Clínica Espaço Odonto oferece tratamentos odontológicos premium para toda a sua família em Campos dos Goytacazes. Agende sua avaliação e descubra o poder de um sorriso saudável."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Renata Trajano",
|
||||
handle: "Paciente",
|
||||
testimonial: "Atendimento super paciente e dedicada!",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
name: "João Silva",
|
||||
handle: "Paciente",
|
||||
testimonial: "Ambiente super confortável e profissionais qualificados!",
|
||||
rating: 5,
|
||||
},
|
||||
{ name: "Renata Trajano", handle: "Paciente", testimonial: "Atendimento super paciente e dedicada!", rating: 5 },
|
||||
{ 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?_wi=1"
|
||||
buttons={[{ text: "Agendar Minha Avaliação", href: "/contato" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg"
|
||||
imageAlt="Dentista sorridente atendendo paciente em clínica moderna"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,20 +55,12 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Atendimento Humanizado",
|
||||
description: "Entendemos seus medos e trabalhamos com paciência.",
|
||||
},
|
||||
{
|
||||
title: "Odontopediatria",
|
||||
description: "Experiência mágica e divertida para as crianças.",
|
||||
},
|
||||
{
|
||||
title: "Tecnologia de Ponta",
|
||||
description: "Diagnósticos precisos com equipamentos modernos.",
|
||||
},
|
||||
{ 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="Nossos diferenciais"
|
||||
description="Tecnologia, conforto e paixão por sorrisos."
|
||||
@@ -102,34 +73,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Renata Trajano",
|
||||
handle: "Campos dos Goytacazes",
|
||||
testimonial: "Fiquei encantada com a Dra Ana Lila... com seu cuidado e atendimento super paciente e dedicada!!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-clinic_107420-65294.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Roberta Almeida",
|
||||
handle: "Campos dos Goytacazes",
|
||||
testimonial: "Atendimento de excelência e rapidez. Me senti muito confiante.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-his-teeth-mirror_107420-73953.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Oliveira",
|
||||
handle: "Campos dos Goytacazes",
|
||||
testimonial: "Posso dizer que em toda a minha vida nunca fui a um dentista tão profissional!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-curly-haired-young-woman-points-index-fingers-cheeks-smiles-broadly-feels-very-happy-dressed-casual-blue-t-shirt-isolated-white-background-look-my-glad-face_273609-56663.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro Santos",
|
||||
handle: "Campos dos Goytacazes",
|
||||
testimonial: "Fiz meu tratamento de canal e não senti dor alguma. Recomendo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-74111.jpg",
|
||||
},
|
||||
{ id: "1", name: "Renata Trajano", handle: "Campos dos Goytacazes", testimonial: "Fiquei encantada com a Dra Ana Lila... com seu cuidado e atendimento super paciente e dedicada!!", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-clinic_107420-65294.jpg" },
|
||||
{ id: "2", name: "Roberta Almeida", handle: "Campos dos Goytacazes", testimonial: "Atendimento de excelência e rapidez. Me senti muito confiante.", imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-his-teeth-mirror_107420-73953.jpg" },
|
||||
{ id: "3", name: "Maria Oliveira", handle: "Campos dos Goytacazes", testimonial: "Posso dizer que em toda a minha vida nunca fui a um dentista tão profissional!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-curly-haired-young-woman-points-index-fingers-cheeks-smiles-broadly-feels-very-happy-dressed-casual-blue-t-shirt-isolated-white-background-look-my-glad-face_273609-56663.jpg" },
|
||||
{ id: "4", name: "Pedro Santos", handle: "Campos dos Goytacazes", testimonial: "Fiz meu tratamento de canal e não senti dor alguma. Recomendo.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-74111.jpg" }
|
||||
]}
|
||||
title="Depoimentos de quem confia"
|
||||
description="Transformando sorrisos em Campos dos Goytacazes."
|
||||
@@ -138,47 +85,11 @@ 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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg"
|
||||
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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suporte",
|
||||
items: [
|
||||
{
|
||||
label: "Contato",
|
||||
href: "/contato",
|
||||
},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 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" }] },
|
||||
{ title: "Suporte", items: [{ label: "Contato", href: "/contato" }, { label: "Privacidade", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Clínica Espaço Odonto | Campos dos Goytacazes - RJ"
|
||||
/>
|
||||
@@ -186,4 +97,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user