diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb02ea1..fa11eb8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,17 @@ export default function LandingPage() {
@@ -56,66 +52,41 @@ export default function LandingPage() {
@@ -125,14 +96,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Tradición y cercanía en el corazón de Conde de Orgaz",
- },
+ type: "text", content: "Tradición y cercanía en el corazón de Conde de Orgaz"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cute-dog_23-2149304305.jpg",
- alt: "Nuestras instalaciones",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cute-dog_23-2149304305.jpg", alt: "Nuestras instalaciones"},
]}
/>
@@ -144,35 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "serv-1",
- title: "Medicina Preventiva y Vacunación",
- tags: [
- "Salud",
- "Vitalidad",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/cute-mascots-pet-shop-icons_24877-51230.jpg",
- imageAlt: "Vacunación",
- },
+ id: "serv-1", title: "Medicina Preventiva y Vacunación", tags: [
+ "Salud", "Vitalidad"],
+ imageSrc: "http://img.b2bpic.net/free-vector/cute-mascots-pet-shop-icons_24877-51230.jpg", imageAlt: "Vacunación"},
{
- id: "serv-2",
- title: "Cirugía Básica y Urgencias",
- tags: [
- "Seguridad",
- "Atención",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7802.jpg",
- imageAlt: "Cirugía",
- },
+ id: "serv-2", title: "Cirugía Básica y Urgencias", tags: [
+ "Seguridad", "Atención"],
+ imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7802.jpg", imageAlt: "Cirugía"},
{
- id: "serv-3",
- title: "Peluquería y Estética",
- tags: [
- "Higiene",
- "Confort",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg",
- imageAlt: "Peluquería",
- },
+ id: "serv-3", title: "Peluquería y Estética", tags: [
+ "Higiene", "Confort"],
+ imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg", imageAlt: "Peluquería"},
]}
title="Nuestros Servicios"
description="Cuidamos de tu mascota en todas las etapas de su vida con un enfoque médico profesional y transparente."
@@ -186,23 +134,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- icon: Award,
- title: "Valoración media",
- value: "4.9/5",
- },
+ id: "m1", icon: Award,
+ title: "Valoración media", value: "4.9/5"},
{
- id: "m2",
- icon: Clock,
- title: "Años de experiencia",
- value: "25+",
- },
+ id: "m2", icon: Clock,
+ title: "Años de experiencia", value: "25+"},
{
- id: "m3",
- icon: Smile,
- title: "Reseñas positivas",
- value: "190+",
- },
+ id: "m3", icon: Smile,
+ title: "Reseñas positivas", value: "190+"},
]}
title="Nuestra trayectoria en cifras"
description="La confianza de nuestros vecinos nos avala año tras año."
@@ -217,26 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "member-1",
- name: "Agustín",
- role: "Veterinario Principal",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg",
- imageAlt: "Agustín",
- },
+ id: "member-1", name: "Agustín", role: "Veterinario Principal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-smiling-yellow-wall_179666-12951.jpg", imageAlt: "Agustín"},
{
- id: "member-2",
- name: "Equipo Clínico",
- role: "Asistentes Veterinarios",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-displeased-expression-yellow-wall_179666-13069.jpg",
- imageAlt: "Equipo",
- },
+ id: "member-2", name: "Equipo Clínico", role: "Asistentes Veterinarios", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-displeased-expression-yellow-wall_179666-13069.jpg", imageAlt: "Equipo"},
{
- id: "member-3",
- name: "Atención al Cliente",
- role: "Apoyo Administrativo",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-blue-gloves-yellow-wall_179666-13046.jpg",
- imageAlt: "Staff",
- },
+ id: "member-3", name: "Atención al Cliente", role: "Apoyo Administrativo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-blue-gloves-yellow-wall_179666-13046.jpg", imageAlt: "Staff"},
]}
title="Nuestro equipo"
description="Profesionales implicados en el bienestar de tu compañero."
@@ -251,25 +175,15 @@ export default function LandingPage() {
author="María G."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/woman-with-russian-toy-arms_1398-4985.jpg",
- alt: "Testimonio",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-with-russian-toy-arms_1398-4985.jpg", alt: "Testimonio"},
{
- src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-fluffy-black-dog-outdoors_23-2148683013.jpg",
- alt: "Testimonio",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-with-fluffy-black-dog-outdoors_23-2148683013.jpg", alt: "Testimonio"},
{
- src: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42384.jpg",
- alt: "Testimonio",
- },
+ src: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42384.jpg", alt: "Testimonio"},
{
- src: "http://img.b2bpic.net/free-photo/girl-with-cat_1157-17459.jpg",
- alt: "Testimonio",
- },
+ src: "http://img.b2bpic.net/free-photo/girl-with-cat_1157-17459.jpg", alt: "Testimonio"},
{
- src: "http://img.b2bpic.net/free-photo/elegant-woman-black-jacket-with-black-bulldog_1157-31813.jpg",
- alt: "Testimonio",
- },
+ src: "http://img.b2bpic.net/free-photo/elegant-woman-black-jacket-with-black-bulldog_1157-31813.jpg", alt: "Testimonio"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -282,20 +196,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "¿Atendéis urgencias?",
- content: "Atendemos urgencias coordinadas y contamos con disponibilidad telefónica para casos críticos.",
- },
+ id: "f1", title: "¿Atendéis urgencias?", content: "Atendemos urgencias coordinadas y contamos con disponibilidad telefónica para casos críticos."},
{
- id: "f2",
- title: "¿Cómo es vuestro horario?",
- content: "Estamos abiertos de lunes a viernes de 10:30 a 14:00 y de 17:00 a 20:30, y sábados de 10:30 a 14:00.",
- },
+ id: "f2", title: "¿Cómo es vuestro horario?", content: "Estamos abiertos de lunes a viernes de 10:30 a 14:00 y de 17:00 a 20:30, y sábados de 10:30 a 14:00."},
{
- id: "f3",
- title: "¿Atendéis gatos y perros?",
- content: "Sí, estamos especializados principalmente en medicina general para perros y gatos.",
- },
+ id: "f3", title: "¿Atendéis gatos y perros?", content: "Sí, estamos especializados principalmente en medicina general para perros y gatos."},
]}
title="Preguntas frecuentes"
faqsAnimation="slide-up"
@@ -307,14 +212,11 @@ export default function LandingPage() {
@@ -325,29 +227,19 @@ export default function LandingPage() {
logoText="CV Conde de Orgaz"
columns={[
{
- title: "Contacto",
- items: [
+ title: "Contacto", items: [
{
- label: "C. del Moscatelar, 2L",
- href: "#",
- },
+ label: "C. del Moscatelar, 2L", href: "#"},
{
- label: "91 759 91 21",
- href: "tel:917599121",
- },
+ label: "91 759 91 21", href: "tel:917599121"},
],
},
{
- title: "Horario",
- items: [
+ title: "Horario", items: [
{
- label: "Lun-Vie: 10:30-14:00 / 17:00-20:30",
- href: "#",
- },
+ label: "Lun-Vie: 10:30-14:00 / 17:00-20:30", href: "#"},
{
- label: "Sáb: 10:30-14:00",
- href: "#",
- },
+ label: "Sáb: 10:30-14:00", href: "#"},
],
},
]}