diff --git a/src/app/page.tsx b/src/app/page.tsx index 7881308..64630ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Activity, Clock, Heart, Scissors, Shield, Stethoscope, Microscope, Beef } from "lucide-react"; +import { Activity, Clock, Heart, Scissors, Shield, Stethoscope, Microscope, Beef, MapPin, CalendarDays, MessageSquareText } from "lucide-react"; export default function LandingPage() { return ( @@ -31,8 +31,9 @@ export default function LandingPage() { navItems={[ { name: "Inicio", id: "hero" }, { name: "Servicios", id: "features" }, + { name: "Cita", id: "contact" }, + { name: "Ubicación y Horario", id: "info" }, { name: "Opiniones", id: "testimonials" }, - { name: "Contacto", id: "contact" }, ]} brandName="Vet Sud Oest" button={{ text: "Pedir Cita", href: "#contact" }} @@ -47,9 +48,7 @@ export default function LandingPage() { testimonials={[ { name: "Elena V.", handle: "@elena_v", testimonial: "Trato excelente y muy profesional. Mis mascotas siempre están en buenas manos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-posing-with-her-small-dog_329181-11271.jpg?_wi=1" }, { name: "Carlos M.", handle: "@carlos_m", testimonial: "La mejor clínica de la zona. Muy atentos y siempre con una sonrisa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-home-near-christmas-tree-with-her-beloved-pet-cat_132075-14792.jpg?_wi=1" }, - { name: "Ana S.", handle: "@ana_s", testimonial: "Muy agradecida por el cuidado que brindaron a mi perro. Gran equipo humano.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg?_wi=1" }, - { name: "Javier P.", handle: "@javier_p", testimonial: "Atención impecable y muy rápida ante cualquier urgencia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34676.jpg?_wi=1" }, - { name: "Marta G.", handle: "@marta_g", testimonial: "Cuidan de mis mascotas como si fueran suyas. Recomendado al 100%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-puppies-indoor_624325-4316.jpg?_wi=1" } + { name: "Ana S.", handle: "@ana_s", testimonial: "Muy agradecida por el cuidado que brindaron a mi perro. Gran equipo humano.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-length-shot-positive-curly-woman-holds-affectionate-pet-spitz-puppy-wears-knitted-sweater-ready-vaccination-laughs-positively-isolated-yellow-background_273609-34666.jpg?_wi=1" } ]} buttons={[{ text: "Reservar Cita", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198612.jpg?_wi=1" @@ -74,16 +73,30 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file