Update src/app/page.tsx
This commit is contained in:
@@ -59,10 +59,10 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-her-dog-park_23-2148576977.jpg", imageAlt: "Perros y gatos felices" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8577.jpg", imageAlt: "Clínica veterinaria moderna" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198682.jpg", imageAlt: "Consulta veterinaria profesional" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg", imageAlt: "Perro feliz y saludable" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg", imageAlt: "Gato tranquilo y cómodo" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg", imageAlt: "Instalaciones de la clínica" }
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198682.jpg?_wi=1", imageAlt: "Consulta veterinaria profesional" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg?_wi=1", imageAlt: "Perro feliz y saludable" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg?_wi=1", imageAlt: "Gato tranquilo y cómodo" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg?_wi=1", imageAlt: "Instalaciones de la clínica" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "consultation", title: "Consulta Veterinaria", description: "Evaluación profesional de la salud de tu mascota. Diagnóstico preciso y recomendaciones personalizadas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198682.jpg", imageAlt: "Consulta veterinaria profesional" },
|
||||
id: "consultation", title: "Consulta Veterinaria", description: "Evaluación profesional de la salud de tu mascota. Diagnóstico preciso y recomendaciones personalizadas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet-dog_23-2149198682.jpg?_wi=2", imageAlt: "Consulta veterinaria profesional" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Examen físico completo" },
|
||||
{ icon: CheckCircle, text: "Diagnóstico preciso" },
|
||||
@@ -207,19 +207,19 @@ export default function LandingPage() {
|
||||
description="Conoce a algunos de nuestros pacientes más queridos. Mascotas saludables y felices que confían en Pet City Clínica Veterinaria."
|
||||
blogs={[
|
||||
{
|
||||
id: "gallery-1", category: "Perros", title: "Perros Saludables", excerpt: "Nuestros pacientes caninos están siempre en excelente salud. Revisa cómo cuidamos a tus perros favoritos.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg", imageAlt: "Perro feliz", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg", date: "2024"
|
||||
id: "gallery-1", category: "Perros", title: "Perros Saludables", excerpt: "Nuestros pacientes caninos están siempre en excelente salud. Revisa cómo cuidamos a tus perros favoritos.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg?_wi=2", imageAlt: "Perro feliz", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-bulldog-lifestyle_23-2151765831.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-2", category: "Perros", title: "Cachorros Felices", excerpt: "Los cachorros reciben la mejor atención veterinaria. Vacunación, chequeos y cuidados completos.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-painting_1048-4854.jpg", imageAlt: "Cachorro adorable", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-dog-painting_1048-4854.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-3", category: "Gatos", title: "Gatos Tranquilos", excerpt: "Nuestros gatos reciben atención especializada. Bienestar y confort en cada consulta.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg", imageAlt: "Gato descansando", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg", date: "2024"
|
||||
id: "gallery-3", category: "Gatos", title: "Gatos Tranquilos", excerpt: "Nuestros gatos reciben atención especializada. Bienestar y confort en cada consulta.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg?_wi=2", imageAlt: "Gato descansando", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-head-cute-white-grey-cat-with-green-eyes_181624-21541.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-4", category: "Gatos", title: "Gatitos Adorables", excerpt: "Los gatitos son especiales. Reciben cuidados personalizados desde su primer día.", imageSrc: "http://img.b2bpic.net/free-photo/cute-grey-cat_1339-7660.jpg", imageAlt: "Gatito bonito", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/cute-grey-cat_1339-7660.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-5", category: "Clínica", title: "Instalaciones Modernas", excerpt: "Nuestras instalaciones cuentan con tecnología veterinaria de última generación.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg", imageAlt: "Clínica veterinaria", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg", date: "2024"
|
||||
id: "gallery-5", category: "Clínica", title: "Instalaciones Modernas", excerpt: "Nuestras instalaciones cuentan con tecnología veterinaria de última generación.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg?_wi=2", imageAlt: "Clínica veterinaria", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-patient-meeting-with-his-doctor-discuss-results-office_482257-126983.jpg", date: "2024"
|
||||
},
|
||||
{
|
||||
id: "gallery-6", category: "Clínica", title: "Espacio Seguro", excerpt: "Un ambiente limpio, seguro y acogedor para todas tus mascotas.", imageSrc: "http://img.b2bpic.net/free-photo/you-are-so-adorable-happy-caucasian-woman-pajamas-petting-her-small-dog-smiling-young-woman-relaxing-with-her-cute-shih-tzu-dog_662251-2249.jpg", imageAlt: "Clínica acogedora", authorName: "Pet City", authorAvatar: "http://img.b2bpic.net/free-photo/you-are-so-adorable-happy-caucasian-woman-pajamas-petting-her-small-dog-smiling-young-woman-relaxing-with-her-cute-shih-tzu-dog_662251-2249.jpg", date: "2024"
|
||||
|
||||
Reference in New Issue
Block a user