Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61eed257a8 | |||
| 197073858f | |||
| 7858d9bf8e | |||
| 91d01ea129 | |||
| 5f11c22bab | |||
| 50d594f85e | |||
| 766823e3fd |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--background: #000000;
|
||||
--card: #1f1f40;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a051a;
|
||||
--secondary-cta: #0d0d2b;
|
||||
--secondary-cta-text: #d4d4f6;
|
||||
--accent: #3d2880;
|
||||
--background-accent: #663cff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user