Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f11c22bab | |||
| 50d594f85e | |||
| 766823e3fd |
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import { Activity, Award, Heart, Search, Star } from "lucide-react";
|
import { Activity, Award, Heart, MessageCircle, Search, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +45,10 @@ export default function LandingPage() {
|
|||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Atención profesional y amorosa para tus mascotas"
|
title="Atención profesional y amorosa para tus mascotas"
|
||||||
description="Hospital veterinario en Soacha. Tu compromiso es su salud y bienestar, nosotros estamos para protegerlos."
|
description="Hospital veterinario en Soacha. Tu compromiso es su salud y bienestar, nosotros estamos para protegerlos."
|
||||||
buttons={[{ text: "Agenda una cita", href: "#contact" }]}
|
buttons={[
|
||||||
|
{ text: "Agenda una cita", href: "#contact" },
|
||||||
|
{ text: "WhatsApp", href: "https://wa.me/573107742700" }
|
||||||
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-with-cute-dog_23-2149304309.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-with-cute-dog_23-2149304309.jpg"
|
||||||
imageAlt="Veterinario profesional atendiendo a una mascota"
|
imageAlt="Veterinario profesional atendiendo a una mascota"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -162,7 +165,10 @@ export default function LandingPage() {
|
|||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="Estamos cerca de ti en Soacha"
|
title="Estamos cerca de ti en Soacha"
|
||||||
description="Visítanos en Cra. 1 #13-120 o llámanos al 310 7742700 para resolver tus inquietudes."
|
description="Visítanos en Cra. 1 #13-120 o llámanos al 310 7742700 para resolver tus inquietudes."
|
||||||
buttons={[{ text: "Llamar ahora", href: "tel:3107742700" }]}
|
buttons={[
|
||||||
|
{ text: "Llamar ahora", href: "tel:3107742700" },
|
||||||
|
{ text: "WhatsApp", href: "https://wa.me/573107742700" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user