Merge version_1 into main #2
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
name: "Inicio", id: "/"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "/servicios",
|
||||
},
|
||||
name: "Servicios", id: "/servicios"},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "/equipo",
|
||||
},
|
||||
name: "Equipo", id: "/equipo"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "/contacto",
|
||||
},
|
||||
name: "Contacto", id: "/contacto"},
|
||||
]}
|
||||
brandName="Astrid Fos"
|
||||
/>
|
||||
@@ -57,26 +47,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Expertos",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Expertos", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Dra. Astrid Fos",
|
||||
subtitle: "Directora Clínica",
|
||||
detail: "Especialista en estética dental.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg",
|
||||
},
|
||||
id: "m1", title: "Dra. Astrid Fos", subtitle: "Directora Clínica", detail: "Especialista en estética dental.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Dr. Juan Pérez",
|
||||
subtitle: "Ortodoncista",
|
||||
detail: "Experto en alineadores invisibles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-hands-together-young-male-doctor-wearing-uniform-with-stethoscope-isolated-orange-background_141793-140134.jpg",
|
||||
},
|
||||
id: "m2", title: "Dr. Juan Pérez", subtitle: "Ortodoncista", detail: "Experto en alineadores invisibles.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-hands-together-young-male-doctor-wearing-uniform-with-stethoscope-isolated-orange-background_141793-140134.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=2",
|
||||
imageAlt: "dentist doctor professional portrait",
|
||||
},
|
||||
]}
|
||||
title="Nuestro Equipo"
|
||||
@@ -92,25 +68,15 @@ export default function LandingPage() {
|
||||
author="Laura García"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg",
|
||||
alt: "Laura G.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", alt: "Laura G."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-dentist-examining-patient_107420-65606.jpg",
|
||||
alt: "Pedro M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-dentist-examining-patient_107420-65606.jpg", alt: "Pedro M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg",
|
||||
alt: "Lucia S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", alt: "Lucia S."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-is-treating-female-patient-which-is-sitting-dental-chair-clinic_613910-17759.jpg",
|
||||
alt: "Marcos D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-is-treating-female-patient-which-is-sitting-dental-chair-clinic_613910-17759.jpg", alt: "Marcos D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pediatric-dentist-sitting-beside-adorable-little-girl-dental-office_651396-3098.jpg",
|
||||
alt: "Elena R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pediatric-dentist-sitting-beside-adorable-little-girl-dental-office_651396-3098.jpg", alt: "Elena R."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -121,25 +87,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
label: "Inicio", href: "/"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/servicios",
|
||||
},
|
||||
label: "Servicios", href: "/servicios"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user