Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
151
src/app/page.tsx
151
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "servicos",
|
||||
},
|
||||
name: "Serviços", id: "servicos"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Clinicourem"
|
||||
/>
|
||||
@@ -48,57 +42,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Centro Clínico de Ourém, Lda."
|
||||
description="Qualidade, confiança e excelência no cuidado da sua saúde. Disponibilizamos um corpo clínico multidisciplinar para toda a família."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg"
|
||||
imageAlt="Centro Clínico Ourém"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
|
||||
alt: "Dra. Ana Silva",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Dra. Ana Silva"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg",
|
||||
alt: "Dr. Pedro Santos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg", alt: "Dr. Pedro Santos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
|
||||
alt: "Enf. Maria Costa",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Enf. Maria Costa"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg",
|
||||
alt: "Dr. João Silva",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-african-american-doctor-nursing-home_637285-11403.jpg", alt: "Dr. João Silva"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
|
||||
alt: "Dra. Sofia Lima",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Dra. Sofia Lima"},
|
||||
]}
|
||||
avatarText="Mais de 50 especialistas ao seu dispor"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Atendimento Multidisciplinar",
|
||||
},
|
||||
type: "text", text: "Atendimento Multidisciplinar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exames de Diagnóstico",
|
||||
},
|
||||
type: "text", text: "Exames de Diagnóstico"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Consultas de Especialidade",
|
||||
},
|
||||
type: "text", text: "Consultas de Especialidade"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tecnologia Avançada",
|
||||
},
|
||||
type: "text", text: "Tecnologia Avançada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Excelência em Saúde",
|
||||
},
|
||||
type: "text", text: "Excelência em Saúde"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,63 +84,31 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Análises Clínicas",
|
||||
description: "Laboratório Beatriz Godinho, parceiro de confiança para os seus exames.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-researcher-looking-blood-test-tube-researching-scientific-biology-expertise_482257-4095.jpg?_wi=1",
|
||||
imageAlt: "Análises",
|
||||
},
|
||||
title: "Análises Clínicas", description: "Laboratório Beatriz Godinho, parceiro de confiança para os seus exames.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-researcher-looking-blood-test-tube-researching-scientific-biology-expertise_482257-4095.jpg", imageAlt: "Análises"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-researcher-looking-blood-test-tube-researching-scientific-biology-expertise_482257-4095.jpg?_wi=2",
|
||||
imageAlt: "Análises",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=2",
|
||||
imageAlt: "medical clinic reception interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-researcher-looking-blood-test-tube-researching-scientific-biology-expertise_482257-4095.jpg", imageAlt: "Análises"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cardiologia",
|
||||
description: "Consultas especializadas com a Dra. Catarina Ruivo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-tending-patient_23-2148168449.jpg?_wi=1",
|
||||
imageAlt: "Cardiologia",
|
||||
},
|
||||
title: "Cardiologia", description: "Consultas especializadas com a Dra. Catarina Ruivo.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-tending-patient_23-2148168449.jpg", imageAlt: "Cardiologia"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-tending-patient_23-2148168449.jpg?_wi=2",
|
||||
imageAlt: "Cardiologia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-researcher-looking-blood-test-tube-researching-scientific-biology-expertise_482257-4095.jpg?_wi=3",
|
||||
imageAlt: "blood test clinic laboratory",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-tending-patient_23-2148168449.jpg", imageAlt: "Cardiologia"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cirurgia Vascular",
|
||||
description: "Cuidados especializados com o Dr. Oliveira Santos.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reviews-medical-history-with-doctor_482257-119710.jpg?_wi=1",
|
||||
imageAlt: "Cirurgia",
|
||||
},
|
||||
title: "Cirurgia Vascular", description: "Cuidados especializados com o Dr. Oliveira Santos.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reviews-medical-history-with-doctor_482257-119710.jpg", imageAlt: "Cirurgia"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reviews-medical-history-with-doctor_482257-119710.jpg?_wi=2",
|
||||
imageAlt: "Cirurgia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-tending-patient_23-2148168449.jpg?_wi=3",
|
||||
imageAlt: "cardiologist checking heartbeat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reviews-medical-history-with-doctor_482257-119710.jpg", imageAlt: "Cirurgia"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Neurologia",
|
||||
description: "Avaliação detalhada com o Dr. Gonçalves Grilo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-following-procedure-scanning-girl-s-brain-neurology-scanning-headset_482257-31629.jpg?_wi=1",
|
||||
imageAlt: "Neurologia",
|
||||
},
|
||||
title: "Neurologia", description: "Avaliação detalhada com o Dr. Gonçalves Grilo.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-following-procedure-scanning-girl-s-brain-neurology-scanning-headset_482257-31629.jpg", imageAlt: "Neurologia"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-following-procedure-scanning-girl-s-brain-neurology-scanning-headset_482257-31629.jpg?_wi=2",
|
||||
imageAlt: "Neurologia",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reviews-medical-history-with-doctor_482257-119710.jpg?_wi=3",
|
||||
imageAlt: "vascular surgeon doctor examination",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-following-procedure-scanning-girl-s-brain-neurology-scanning-headset_482257-31629.jpg", imageAlt: "Neurologia"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -185,25 +126,13 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Como marcar uma consulta?",
|
||||
content: "Pode marcar através do nosso número de telefone ou presencialmente.",
|
||||
},
|
||||
id: "1", title: "Como marcar uma consulta?", content: "Pode marcar através do nosso número de telefone ou presencialmente."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Aceitam seguros de saúde?",
|
||||
content: "Sim, temos acordos com a maioria das seguradoras.",
|
||||
},
|
||||
id: "2", title: "Aceitam seguros de saúde?", content: "Sim, temos acordos com a maioria das seguradoras."},
|
||||
{
|
||||
id: "3",
|
||||
title: "O laboratório funciona diariamente?",
|
||||
content: "Sim, o laboratório de análises funciona de segunda a sexta-feira.",
|
||||
},
|
||||
id: "3", title: "O laboratório funciona diariamente?", content: "Sim, o laboratório de análises funciona de segunda a sexta-feira."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Existe parque de estacionamento?",
|
||||
content: "Dispomos de estacionamento facilitado para os nossos pacientes.",
|
||||
},
|
||||
id: "4", title: "Existe parque de estacionamento?", content: "Dispomos de estacionamento facilitado para os nossos pacientes."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,12 +144,7 @@ export default function LandingPage() {
|
||||
title="Parceiros e Convénios"
|
||||
description="Trabalhamos com entidades de referência para lhe prestar o melhor serviço."
|
||||
names={[
|
||||
"Médis",
|
||||
"Multicare",
|
||||
"AdvanceCare",
|
||||
"Future Healthcare",
|
||||
"SAMS",
|
||||
]}
|
||||
"Médis", "Multicare", "AdvanceCare", "Future Healthcare", "SAMS"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -228,8 +152,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacte-nos"
|
||||
title="Marque a sua consulta"
|
||||
description="Rua Dr. Agostinho Barroso Gonçalves n°10, 2490-827 Ourém. Telefone: 249 542 843. Estamos à sua disposição."
|
||||
@@ -242,13 +165,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Clinicourem"
|
||||
leftLink={{
|
||||
text: "Sobre Nós",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Sobre Nós", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidade", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user