Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-30 23:28:41 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
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() {
return (
@@ -45,7 +45,10 @@ export default function LandingPage() {
<HeroOverlay
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."
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"
imageAlt="Veterinario profesional atendiendo a una mascota"
avatars={[
@@ -162,7 +165,10 @@ export default function LandingPage() {
tag="Contacto"
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."
buttons={[{ text: "Llamar ahora", href: "tel:3107742700" }]}
buttons={[
{ text: "Llamar ahora", href: "tel:3107742700" },
{ text: "WhatsApp", href: "https://wa.me/573107742700" }
]}
/>
</div>
@@ -190,4 +196,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}